portlet.xtp

来自「RESIN 3.2 最新源码」· XTP 代码 · 共 30 行

XTP
30
字号
<document><header><product>resin</product><title>Portlet</title> <type>contents</type><description><p>BETA</p><p>Portlets form a design pattern where a <em>Portal</em> servlet combines oneor more component <em>Portlets</em> into a web page.  Because the portletsare written as components, they can be cleanly written and tested.  Applications which currently use many servlet includes might be more cleanlywritten as portlet applications.</p><p>The Portal part of the pattern is a servlet which manages theportlets.  In the Hello World example, the servlet is a simple "invoker" whichcalls a single portlet to render the page.  Many applications willwrite their own Portal servlets, using Resin's generic portallibrary to handle the Portlet API.</p><p>This implementation is currently in development, API's may change somewhat and some functionality has not yet been implemented.</p></description></header><body><summary/></body></document>

⌨️ 快捷键说明

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