站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ServerResponse - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.server
Class ServerResponse

java.lang.Object
  extended byorg.jboss.portal.server.ServerResponse

public class ServerResponse
extends java.lang.Object

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
protected  ServerInvocationContext invocationCtx
          .
protected  ServerRequest req
          The server request.
protected  HTTPStreamInfo streamInfo
          .
(package private)  boolean wantSignOut
          Indicate that the invocation requires a sign out of the current authenticated user.
 
Constructor Summary
ServerResponse(ServerRequest req, ServerInvocationContext invocationCtx)
           
 
Method Summary
 java.lang.String encodeURL(ServerURL url)
           
 java.lang.String encodeURL(ServerURL url, URLContext context)
           
 java.lang.String encodeURL(ServerURL url, URLContext context, URLFormat format)
           
 java.lang.String encodeURL(ServerURL url, URLFormat format)
           
 HTTPStreamInfo getStreamInfo()
           
 boolean getWantSignOut()
           
 void setStreamInfo(HTTPStreamInfo streamInfo)
           
 void setWantSignOut(boolean wantSignOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
.

Constructor Detail

ServerResponse

public ServerResponse(ServerRequest req,
                      ServerInvocationContext invocationCtx)
Method Detail

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)