org.jboss.portal.server.invocation
Class AttachmentKey

java.lang.Object
  extended by org.jboss.portal.server.invocation.AttachmentKey
Direct Known Subclasses:
CoreAttachmentKey, PortletKey, TestAttachmentKey

public class AttachmentKey
extends java.lang.Object

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

INVOCATION_TYPE

public static final AttachmentKey INVOCATION_TYPE
The invocation type.


PORTAL_REQUEST

public static final AttachmentKey PORTAL_REQUEST
The portal request.


PORTAL_RESPONSE

public static final AttachmentKey PORTAL_RESPONSE
The portal response.


DISPATCHED_REQUEST

public static final AttachmentKey DISPATCHED_REQUEST
The dispatched request after the context dispatcher interceptor.


DISPATCHED_RESPONSE

public static final AttachmentKey DISPATCHED_RESPONSE
The dispatched response after the context dispatcher interceptor.


REQUEST_PROPERTIES

public static final AttachmentKey REQUEST_PROPERTIES
Properties available to components during the request.


RESPONSE_PROPERTIES

public static final AttachmentKey RESPONSE_PROPERTIES
Properties used by components during the response.


WINDOW_CONTEXT

public static final AttachmentKey WINDOW_CONTEXT
The target window context.


WINDOW

public static final AttachmentKey WINDOW
The target window.


USER_CONTEXT

public static final AttachmentKey USER_CONTEXT
The user context.


VIEW

public static final AttachmentKey VIEW
The rendered windows.


PORTAL

public static final AttachmentKey PORTAL
.


MODE

public static final AttachmentKey MODE
.


WINDOW_STATE

public static final AttachmentKey WINDOW_STATE
.


LAYOUT

public static final AttachmentKey LAYOUT
the layout to delegate to in order to generate the markup of a portal response


LAYOUT_URI

public static final AttachmentKey LAYOUT_URI
the uri (a jsp, part of the layout) to delegate to to generate the markup of a portal response

Constructor Detail

AttachmentKey

protected AttachmentKey(java.lang.String name)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object