当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ServerResponse - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.server
Class ServerResponse
java.lang.Object
org.jboss.portal.server.ServerResponse
- public class ServerResponse
- extends java.lang.Object
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
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.
streamInfo
protected HTTPStreamInfo streamInfo
- .
wantSignOut
boolean wantSignOut
- Indicate that the invocation requires a sign out of the current authenticated user.
invocationCtx
protected ServerInvocationContext invocationCtx
- .
ServerResponse
public ServerResponse(ServerRequest req,
ServerInvocationContext invocationCtx)
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)