@Override
public void include(PortletConfig portletConfig, HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse) throws Exception {
httpServletRequest.setAttribute(ContactManagerConfiguration.class.getName(), _contactManagerConfiguration);
super.include(portletConfig, httpServletRequest, httpServletResponse);
}
ContactManagerConfigurationAction.java 文件源码
java
阅读 14
收藏 0
点赞 0
评论 0
项目:ch-inofix-contact-manager
作者:
评论列表
文章目录