org.jboss.portal.server
Class ServerInvocation
java.lang.Object
org.jboss.portal.common.invocation.Invocation
org.jboss.portal.server.ServerInvocation
public class ServerInvocation
- extends org.jboss.portal.common.invocation.Invocation
- Version:
- $Revision: 8784 $
- Author:
- Julien Viet
|
Field Summary |
static org.jboss.portal.common.invocation.Scope |
PRINCIPAL_SCOPE
. |
static org.jboss.portal.common.invocation.Scope |
REQUEST_SCOPE
. |
static org.jboss.portal.common.invocation.Scope |
SESSION_SCOPE
. |
| Fields inherited from class org.jboss.portal.common.invocation.Invocation |
EMPTY_STACK |
| Methods inherited from class org.jboss.portal.common.invocation.Invocation |
getAttribute, getHandler, invoke, invokeNext, removeAttribute, setAttribute, setHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRINCIPAL_SCOPE
public static final org.jboss.portal.common.invocation.Scope PRINCIPAL_SCOPE
- .
SESSION_SCOPE
public static final org.jboss.portal.common.invocation.Scope SESSION_SCOPE
- .
REQUEST_SCOPE
public static final org.jboss.portal.common.invocation.Scope REQUEST_SCOPE
- .
ServerInvocation
public ServerInvocation(ServerInvocationContext ctx)
getServerContext
public ServerInvocationContext getServerContext()
getContext
public org.jboss.portal.common.invocation.InvocationContext getContext()
- Specified by:
getContext in class org.jboss.portal.common.invocation.Invocation
getRequest
public ServerRequest getRequest()
setRequest
public void setRequest(ServerRequest req)
getResponse
public ServerResponse getResponse()
setResponse
public void setResponse(ServerResponse resp)