Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JSPページで現在のサイトのタイトルを取得する方法はありますか?tt
情報を SOAP Web サービスに送信するために必要です。
ありがとう。
Ok。このコードで解決しました。
SiteService si= new SiteService(); si.getSite(sakaiProxy.getCurrentSiteId()).getTitle();