org.jboss.portal.theme.impl.page
Class PageFactory.PageResponseContextImpl

java.lang.Object
  extended byorg.jboss.portal.theme.impl.page.PageFactory.PageResponseContextImpl
All Implemented Interfaces:
PageResponseContext
Enclosing class:
PageFactory

public static class PageFactory.PageResponseContextImpl
extends java.lang.Object
implements PageResponseContext


Constructor Summary
PageFactory.PageResponseContextImpl(ServerInvocation invocation)
           
 
Method Summary
 javax.servlet.http.HttpServletResponse getHttpResponse()
           
 HTTPStreamInfo getInfo()
           
 ServerResponse getServerResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFactory.PageResponseContextImpl

public PageFactory.PageResponseContextImpl(ServerInvocation invocation)
Method Detail

getServerResponse

public ServerResponse getServerResponse()
Specified by:
getServerResponse in interface PageResponseContext

getHttpResponse

public javax.servlet.http.HttpServletResponse getHttpResponse()
Specified by:
getHttpResponse in interface PageResponseContext

getInfo

public HTTPStreamInfo getInfo()
Specified by:
getInfo in interface PageResponseContext