org.jboss.portal.server
Class ServerResponse
java.lang.Object
org.jboss.portal.server.ServerResponse
public class ServerResponse
- extends java.lang.Object
- Version:
- $Revision: 8784 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_FORMAT
protected static final URLFormat DEFAULT_FORMAT
- Default format which is relative and servlet encoded.
req
protected ServerRequest req
- The server request.
contentInfo
protected ContentInfo contentInfo
- .
invocationCtx
protected ServerInvocationContext invocationCtx
- .
ServerResponse
public ServerResponse(ServerRequest req,
ServerInvocationContext invocationCtx)
getContentInfo
public ContentInfo getContentInfo()
setContentInfo
public void setContentInfo(ContentInfo contentInfo)
getWantSignOut
public boolean getWantSignOut()
setWantSignOut
public void setWantSignOut(boolean wantSignOut)
renderURL
public java.lang.String renderURL(ServerURL url)
renderURL
public java.lang.String renderURL(ServerURL url,
URLFormat format)
renderURL
public java.lang.String renderURL(ServerURL url,
URLContext context,
URLFormat format)
renderURL
public java.lang.String renderURL(ServerURL url,
URLContext context)