当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
ServerResponse - JBOSS Portal 2.4 API 英文版文档
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 |
req
protected ServerRequest req
- The server request.
reqContext
protected ServerRequestContext reqContext
- The request context.
respContext
protected ServerResponseContext respContext
- The response context.
streamInfo
protected HTTPStreamInfo streamInfo
- .
ServerResponse
public ServerResponse(ServerRequest req,
ServerResponseContext respContext)
getContext
public ServerResponseContext getContext()
getStreamInfo
public HTTPStreamInfo getStreamInfo()
setStreamInfo
public void setStreamInfo(HTTPStreamInfo streamInfo)
getWantSignOut
public boolean getWantSignOut()
setWantSignOut
public void setWantSignOut(boolean wantSignOut)
encodeURL
public java.lang.String encodeURL(ServerURL url)
encodeURL
public java.lang.String encodeURL(ServerURL url,
URLFormat format)
encodeURL
public java.lang.String encodeURL(ServerURL url,
URLContext context,
URLFormat format)
encodeURL
public java.lang.String encodeURL(ServerURL url,
URLContext context)