当前页面: 
在线文档首页 > 
JBOSS Portal 2.6 API 英文版文档
JSPLayout - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.theme.impl
Class JSPLayout
java.lang.Object
  
org.jboss.portal.theme.PortalLayout
      
org.jboss.portal.theme.impl.JSPLayout
- public final class JSPLayout
- extends PortalLayout
  
Layout implementation that uses JSPs (and tags) to render the response back to the client.
- Version:
 
  - $Revision: 5448 $
 
- Author:
 
  - Martin Holzner
 
- See Also:
 LayoutDispatcher
 
| Fields inherited from class org.jboss.portal.theme.PortalLayout | 
 | 
 
 
| 
Method Summary | 
 void | 
assembleResponse(ServerInvocation invocation,
                 MarkupResult markupResult)
 
          Assemble the fragments created by the portlet render process into a response and send it back to the client (write
 it to the response) | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JSPLayout
public JSPLayout()
assembleResponse
public void assembleResponse(ServerInvocation invocation,
                             MarkupResult markupResult)
                      throws javax.servlet.ServletException,
                             java.io.IOException
- Description copied from class: 
PortalLayout 
- Assemble the fragments created by the portlet render process into a response and send it back to the client (write
 it to the response)
- Specified by:
 assembleResponse in class PortalLayout
 
- Parameters:
 invocation - markupResult - the result containing the information about what was rendered and what the resulting markup
                     fragments are
- Throws:
 java.io.IOException
javax.servlet.ServletException- See Also:
 PortalLayout.assembleResponse(org.jboss.portal.server.ServerInvocation,org.jboss.portal.theme.render.MarkupResult)