org.jboss.portal.server
Class ServerInvocation
java.lang.Object
org.jboss.portal.common.invocation.Invocation
org.jboss.portal.server.ServerInvocation
public class ServerInvocation
- extends Invocation
- Version:
- $Revision: 7028 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRINCIPAL_SCOPE
public static final Scope PRINCIPAL_SCOPE
- .
SESSION_SCOPE
public static final Scope SESSION_SCOPE
- .
REQUEST_SCOPE
public static final Scope REQUEST_SCOPE
- .
ServerInvocation
public ServerInvocation(ServerInvocationContext ctx)
getServerContext
public ServerInvocationContext getServerContext()
getContext
public InvocationContext getContext()
- Description copied from class:
Invocation
- Return the invocation context or throw IllegalStateException.
- Specified by:
getContext
in class Invocation
- Returns:
- the invocation context
getRequest
public ServerRequest getRequest()
setRequest
public void setRequest(ServerRequest req)
getResponse
public ServerResponse getResponse()
setResponse
public void setResponse(ServerResponse resp)