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 を含める必要があります。この JSP は、JSP 内のカスタム サービスにアクセスする必要があります。そのために、 \liferay-portal-6.1.1-ce-ga2\tomcat-7.0.27\webapps\ROOT\WEB-INF\lib にサービス jar があります。
それで、これを達成するプロセスは何ですか。
フックを作成し、jsp を html/common/ または選択した他のディレクトリの下に配置し、カスタム サービスを呼び出す共通コードを用意します。この JSP は、<%@ include file="/html/common/custom.jsp" %> を使用してインクルードできます。