站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

JSPLayout - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.theme.impl
Class JSPLayout

java.lang.Object
  extended byorg.jboss.portal.theme.PortalLayout
      extended byorg.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

Field Summary
 
Fields inherited from class org.jboss.portal.theme.PortalLayout
 
Constructor Summary
JSPLayout()
           
 
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 org.jboss.portal.theme.PortalLayout
destroy, getLayoutInfo, getRenderContext, getServiceInfo, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPLayout

public JSPLayout()
Method Detail

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)