@Override
public void include(PortletConfig portletConfig, HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse) throws Exception {
if (_log.isDebugEnabled()) {
_log.debug("Dummy Factory Portlet configuration include");
}
httpServletRequest.setAttribute(DummyFactoryConfiguration.class.getName(), _DummyFactoryConfiguration);
super.include(portletConfig, httpServletRequest, httpServletResponse);
}
DummyFactoryConfigurationAction.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:liferay-dummy-factory
作者:
评论列表
文章目录