|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.theme.PortalLayout
org.jboss.portal.theme.impl.JSPLayout
Layout implementation that uses JSPs (and tags) to render the response back to the client.
LayoutDispatcher
Constructor Summary | |
JSPLayout()
|
Method Summary | |
void |
assembleResponse(ServerRequest request,
ServerResponse response,
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 |
public JSPLayout()
Method Detail |
public void assembleResponse(ServerRequest request, ServerResponse response, MarkupResult markupResult) throws javax.servlet.ServletException, java.io.IOException
PortalLayout
assembleResponse
in class PortalLayout
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
javax.servlet.ServletException
java.io.IOException
PortalLayout.assembleResponse(ServerRequest, ServerResponse, MarkupResult)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |