| java.lang.Object org.jboss.portal.server.ServerResponse
ServerResponse | public class ServerResponse (Code) | | author: Julien Viet version: $Revision: 8784 $ |
DEFAULT_FORMAT | final protected static URLFormat DEFAULT_FORMAT(Code) | | Default format which is relative and servlet encoded.
|
contentInfo | protected ContentInfo contentInfo(Code) | | .
|
wantSignOut | boolean wantSignOut(Code) | | Indicate that the invocation requires a sign out of the current authenticated user.
|
getContentInfo | public ContentInfo getContentInfo()(Code) | | |
getWantSignOut | public boolean getWantSignOut()(Code) | | |
setContentInfo | public void setContentInfo(ContentInfo contentInfo)(Code) | | |
setWantSignOut | public void setWantSignOut(boolean wantSignOut)(Code) | | |
|
|