⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 portlet.apt

📁 分页标签
💻 APT
字号:
                                    ------------------------------                                           Portlet Support                                    ------------------------------                                            Eric Dalquist                                    ------------------------------                                              22-12-2005                                    ------------------------------JSR-168 Portlet Support* Configuration As specified in the documentation PDF the factory.requestHelper property must be specified in thedisplaytag.properties file in your applications classpath. To configure portlet support for the displaytag libraryensure the displaytag-portlet.jar is in the classpath and the following line is in your displaytag.properties file.+----------------------------+ factory.requestHelper=org.displaytag.portlet.PortletRequestHelperFactory+----------------------------+* Usage The displaytag-portlet library needs access to the javax.portlet.PortletRequest and javax.portlet.RenderResponseobjects for the request the JSP is rendering in. The library uses the javax.servlet.jsp.PageContext#findAttributemethod to locate the request and response objects using the names "javax.portlet.request" and"javax.portlet.response". To provide these objects it is recommended they be bound as request attributes using these names. If your portaluses the Apache Pluto portlet container the objects will already be bound to the request using the appropriatenames.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -