help.jsp

来自「jboss服务器! java开发员必备! 一般与sqlserver数据库组合」· JSP 代码 · 共 19 行

JSP
19
字号
   <h1 class="portlet-section">CMS Portlet</h1>
      <h2>Introduction</h2>
      <p class="portlet-font">The CMS Portlet displays content from the file store inside a portlet window, or, in the case of binary content, outside of the portlet
      window altogether.</p>
      <h2>Functionalities</h2>
         <p class="portlet-font">The CMS Portlet handles requests in the following order:</p>
      <ol class="portlet-font">
         <li>Request enters the CoreServlet.</li>
         <li>Servlet parses request, calls for content and determines if content is text or binary.</li>
         <li>If binary, serve binary content directly from the servlet level.</li>
         <li>If text/html, pass request along to CMS Portlet where the content is retrieved, links are parsed and content is displayed.</li>
      </ol>
         <p class="portlet-font">The methodology of serving content outlined above, allows the CMS Portlet some beneficial features, like:</p>
      <ol class="portlet-font">
         <li>Search-engine friendly URLs: http://domain/files/company.html</li>
         <li>No need to modify existing web page links. links to resources (images, web pages, pdfs, zips) can all be maintained as relative.</li>
         <li>Serve binaries with simple urls independant of the portal: http://domain/files/products.pdf</li>
      </ol>

⌨️ 快捷键说明

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