|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.invocation.AttachmentKey
public class AttachmentKey
Typesafe enumeration for invocation elements.
Field Summary | |
---|---|
static AttachmentKey |
DISPATCHED_REQUEST
The dispatched request after the context dispatcher interceptor. |
static AttachmentKey |
DISPATCHED_RESPONSE
The dispatched response after the context dispatcher interceptor. |
static AttachmentKey |
INVOCATION_TYPE
The invocation type. |
static AttachmentKey |
LAYOUT
the layout to delegate to in order to generate the markup of a portal response |
static AttachmentKey |
LAYOUT_URI
the uri (a jsp, part of the layout) to delegate to to generate the markup of a portal response |
static AttachmentKey |
MODE
. |
static AttachmentKey |
PORTAL
. |
static AttachmentKey |
PORTAL_REQUEST
The portal request. |
static AttachmentKey |
PORTAL_RESPONSE
The portal response. |
static AttachmentKey |
REQUEST_PROPERTIES
Properties available to components during the request. |
static AttachmentKey |
RESPONSE_PROPERTIES
Properties used by components during the response. |
static AttachmentKey |
USER_CONTEXT
The user context. |
static AttachmentKey |
VIEW
The rendered windows. |
static AttachmentKey |
WINDOW
The target window. |
static AttachmentKey |
WINDOW_CONTEXT
The target window context. |
static AttachmentKey |
WINDOW_STATE
. |
Constructor Summary | |
---|---|
protected |
AttachmentKey(java.lang.String name)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final AttachmentKey INVOCATION_TYPE
public static final AttachmentKey PORTAL_REQUEST
public static final AttachmentKey PORTAL_RESPONSE
public static final AttachmentKey DISPATCHED_REQUEST
public static final AttachmentKey DISPATCHED_RESPONSE
public static final AttachmentKey REQUEST_PROPERTIES
public static final AttachmentKey RESPONSE_PROPERTIES
public static final AttachmentKey WINDOW_CONTEXT
public static final AttachmentKey WINDOW
public static final AttachmentKey USER_CONTEXT
public static final AttachmentKey VIEW
public static final AttachmentKey PORTAL
public static final AttachmentKey MODE
public static final AttachmentKey WINDOW_STATE
public static final AttachmentKey LAYOUT
public static final AttachmentKey LAYOUT_URI
Constructor Detail |
---|
protected AttachmentKey(java.lang.String name)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |