|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.common.invocation.Invocation
org.jboss.portal.server.ServerInvocation
| Field Summary | |
private ServerInvocationContext |
ctx
The invocation context. |
static Scope |
NAVIGATIONAL_STATE_SCOPE
. |
static Scope |
PRINCIPAL_SCOPE
. |
private ServerRequest |
req
The request. |
static Scope |
REQUEST_SCOPE
. |
private ServerResponse |
resp
The response. |
static Scope |
SESSION_SCOPE
. |
| Fields inherited from class org.jboss.portal.common.invocation.Invocation |
EMPTY_STACK |
| Constructor Summary | |
ServerInvocation(ServerInvocationContext ctx)
|
|
| Method Summary | |
InvocationContext |
getContext()
Return the invocation context or throw IllegalStateException. |
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 |
public static final Scope PRINCIPAL_SCOPE
public static final Scope SESSION_SCOPE
public static final Scope REQUEST_SCOPE
public static final Scope NAVIGATIONAL_STATE_SCOPE
private ServerRequest req
private ServerResponse resp
private ServerInvocationContext ctx
| Constructor Detail |
public ServerInvocation(ServerInvocationContext ctx)
| Method Detail |
public ServerInvocationContext getServerContext()
public InvocationContext getContext()
Invocation
getContext in class Invocationpublic ServerRequest getRequest()
public void setRequest(ServerRequest req)
public ServerResponse getResponse()
public void setResponse(ServerResponse resp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||