org.jboss.portal.server
Class ServerInvocation

java.lang.Object
  extended by org.jboss.portal.common.invocation.Invocation
      extended by 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
 
Constructor Summary
ServerInvocation(ServerInvocationContext ctx)
           
 
Method Summary
 org.jboss.portal.common.invocation.InvocationContext getContext()
           
 ServerRequest getRequest()
           
 ServerResponse getResponse()
           
 ServerInvocationContext getServerContext()
           
 void setRequest(ServerRequest req)
           
 void setResponse(ServerResponse resp)
           
 
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
 

Field Detail

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
.

Constructor Detail

ServerInvocation

public ServerInvocation(ServerInvocationContext ctx)
Method Detail

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)