org.jboss.portal.portlet.invocation
Class PortletKey

java.lang.Object
  extended by org.jboss.portal.server.invocation.AttachmentKey
      extended by org.jboss.portal.portlet.invocation.PortletKey

public class PortletKey
extends AttachmentKey


Field Summary
static PortletKey PORTLET_CONFIG
           
static PortletKey PORTLET_PREFERENCES
           
static PortletKey PORTLET_REQUEST
           
static PortletKey PORTLET_RESPONSE
           
 
Fields inherited from class org.jboss.portal.server.invocation.AttachmentKey
DISPATCHED_REQUEST, DISPATCHED_RESPONSE, INVOCATION_TYPE, MODE, PORTAL_REQUEST, PORTAL_RESPONSE, REQUEST_PROPERTIES, RESPONSE_PROPERTIES, USER_CONTEXT, VIEW, WINDOW, WINDOW_CONTEXT, WINDOW_STATE
 
Constructor Summary
protected PortletKey(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class org.jboss.portal.server.invocation.AttachmentKey
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PORTLET_CONFIG

public static final PortletKey PORTLET_CONFIG

PORTLET_REQUEST

public static final PortletKey PORTLET_REQUEST

PORTLET_RESPONSE

public static final PortletKey PORTLET_RESPONSE

PORTLET_PREFERENCES

public static final PortletKey PORTLET_PREFERENCES
Constructor Detail

PortletKey

protected PortletKey(java.lang.String name)