org.jboss.portal.server
Class ServerResponse
java.lang.Object
org.jboss.portal.server.ServerResponse
- public class ServerResponse
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected ServerResponseContext context
- The response context.
streamInfo
protected HTTPStreamInfo streamInfo
- .
ServerResponse
public ServerResponse()
getContext
public ServerResponseContext getContext()
setContext
public void setContext(ServerResponseContext responseContext)
getStreamInfo
public HTTPStreamInfo getStreamInfo()
setStreamInfo
public void setStreamInfo(HTTPStreamInfo streamInfo)
getWantSignOut
public boolean getWantSignOut()
setWantSignOut
public void setWantSignOut(boolean wantSignOut)