当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
JSPLayout - JBOSS Portal 2.4 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.
- See Also:
LayoutDispatcher
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(ServerRequest request,
ServerResponse response,
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:
request
- the current server requestresponse
- the current server responsemarkupResult
- the result containing the information about what was rendered and what the resulting markup fragments are
- Throws:
javax.servlet.ServletException
java.io.IOException
- See Also:
PortalLayout.assembleResponse(ServerRequest, ServerResponse, MarkupResult)