|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A java interface used to hold common portal constants. There are no methods on this interface.
Field Summary | |
static String |
AUTO_LOGIN
Return value from portal PreProcessor indicating that the user requests auto-login. |
static String |
AUTO_LOGIN_EVENT
Suffix for auto-login event String. |
static String |
DELAY_P13N_UPDATES_PROPERTY
PortalContext environment property. |
static String |
FRAMEWORK_EVENT_PREFIX
The String prefix for all Portal framework events. |
static String |
FRAMEWORK_REFRESH_EVENT
Suffix for refresh event String. |
static String |
GROUP_PORTAL_NAME
Constants used to store the GroupPortal name in the session |
static String |
GROUP_PORTAL_NAME_SESSION_KEY
|
static String |
INTERNAL_FRAMEWORK_EVENT_PREFIX
The String prefix for all internal Portal framework events. |
static String |
LAST_CONTENT_URL
Webflow response string that indicates that a Portlet's current content URL should remain the same. |
static String |
PAGE_PARAMETER
The Portal page parameter name. |
static String |
PORTAL_REFRESH
Return value from a Portal processor indicating that the Portal should be refreshed. |
static String |
PORTLET_EDIT
Portlet edit event. |
static String |
PORTLET_EDIT_EVENT
Portlet event Suffix String. |
static String |
PORTLET_EVENT
Partial Portlet event String. |
static String |
PORTLET_EVENT_EVENT
Portlet webflow event Suffix String. |
static String |
PORTLET_FLOAT
Portlet float event. |
static String |
PORTLET_FLOAT_EVENT
Portlet event Suffix String. |
static String |
PORTLET_MAXIMIZE
Portlet maximize event. |
static String |
PORTLET_MAXIMIZE_EVENT
Portlet event Suffix String. |
static String |
PORTLET_MINIMIZE
Portlet minimize event. |
static String |
PORTLET_MINIMIZE_EVENT
Portlet event Suffix String. |
static String |
PORTLET_PARAMETER
The Portlet parameter name. |
static String |
PORTLET_REFRESH
Portlet refresh event. |
static String |
PORTLET_UNEDIT
Portlet unedit event. |
static String |
PORTLET_UNEDIT_EVENT
Portlet event Suffix String. |
static String |
PORTLET_UNMAXIMIZE
Portlet unmaximize event. |
static String |
PORTLET_UNMAXIMIZE_EVENT
Portlet event Suffix String. |
static String |
PORTLET_UNMINIMIZE
Portlet unminimize event. |
static String |
PORTLET_UNMINIMIZE_EVENT
Portlet event Suffix String. |
static String |
PORTLET_WEBFLOW_EVENT
Portlet webflow event to invokde the PrtletEventProcessor. |
static String |
PORTLET_WEBFLOW_EVENT_PARAMETER
The actual portlets webflow event as defined in the portlets webflow xml file. |
static String |
PORTLET_WEBFLOW_FLOAT_EVENT
Floating portlet webflow event. |
static String |
PORTLET_WEBFLOW_NAMESPACE_PARAMETER
The portlet's webflow namespace. |
static String |
POST_LOGIN
Return value from PreProcessor indicating that the user needs to perform post login processing. |
static String |
POST_LOGIN_EVENT
Suffix for post-login event String. |
static String |
SESSION_TIMEOUT
Return value from a portal processor indicating that the user session has timed out. |
static String |
SESSION_TIMEOUT_EVENT
Session timeout event Suffix String. |
static String |
SUCCESS_EVENT
Success event String. |
Field Detail |
public static final String PAGE_PARAMETER
<portal/>
and <portlet/>
tags.
public static final String PORTLET_PARAMETER
<portal/>
and <portlet/>
tags.
public static final String PORTLET_WEBFLOW_EVENT_PARAMETER
PORTLET_WEBFLOW_EVENT
) invokes the
PortletEventProcessor
. It is the PortletEventProcessor
that uses this
HttpServletRequest parameter to invoke the portlet's webflow
PortletEventProcessor
,
PORTLET_WEBFLOW_EVENT
,
Constant Field Valuespublic static final String PORTLET_WEBFLOW_NAMESPACE_PARAMETER
PortletEventProcessor
picks this parameter from the request, if this parameter is not supplied the
PortletEventProcessor
will default to using
namespace supplied in the portlet's XML definition file.
PortletEventProcessor
,
Constant Field Valuespublic static final String LAST_CONTENT_URL
<destination/>
node used to by the portal engine to indicate that the content of the portlet should
not change. The last URL displayed in the portlet should be the one displayed.
This can be used on refresh events.
Example: <event event-name="bea.portal.framework.internal.refresh"> <destination namespace="portal" node-name="lastContentUrl" node-type="portal"/> </event>
public static final String POST_LOGIN_EVENT
POST_LOGIN
,
Constant Field Valuespublic static final String AUTO_LOGIN_EVENT
AUTO_LOGIN
,
Constant Field Valuespublic static final String FRAMEWORK_REFRESH_EVENT
PORTLET_REFRESH
,
PORTAL_REFRESH
,
Constant Field Valuespublic static final String PORTLET_EVENT
PORTLET_FLOAT
,
PORTLET_EDIT
,
PORTLET_UNEDIT
,
PORTLET_MAXIMIZE
,
PORTLET_UNMAXIMIZE
,
PORTLET_MINIMIZE
,
PORTLET_UNMINIMIZE
,
Constant Field Valuespublic static final String PORTLET_FLOAT_EVENT
public static final String PORTLET_EDIT_EVENT
public static final String PORTLET_UNEDIT_EVENT
public static final String PORTLET_MAXIMIZE_EVENT
public static final String PORTLET_UNMAXIMIZE_EVENT
public static final String PORTLET_MINIMIZE_EVENT
public static final String PORTLET_UNMINIMIZE_EVENT
public static final String PORTLET_EVENT_EVENT
public static final String SESSION_TIMEOUT_EVENT
SESSION_TIMEOUT
,
Constant Field Valuespublic static final String SUCCESS_EVENT
public static final String FRAMEWORK_EVENT_PREFIX
public static final String INTERNAL_FRAMEWORK_EVENT_PREFIX
public static final String PORTAL_REFRESH
public static final String PORTLET_REFRESH
PORTLET_REFRESH
event, oherwise invoke the begin node.
public static final String PORTLET_FLOAT
public static final String PORTLET_EDIT
EditProcessor
,
Constant Field Valuespublic static final String PORTLET_UNEDIT
UneditProcessor
,
Constant Field Valuespublic static final String PORTLET_MAXIMIZE
MaximizeProcessor
,
Constant Field Valuespublic static final String PORTLET_UNMAXIMIZE
UnmaximizeProcessor
,
Constant Field Valuespublic static final String PORTLET_MINIMIZE
MinimizeProcessor
,
Constant Field Valuespublic static final String PORTLET_UNMINIMIZE
UnminimizeProcessor
,
Constant Field Valuespublic static final String POST_LOGIN
PostLoginProcessor
,
Constant Field Valuespublic static final String AUTO_LOGIN
AutoLoginProcessor
,
PreProcessor
,
Constant Field Valuespublic static final String SESSION_TIMEOUT
AbstractPortalProcessor
,
Constant Field Valuespublic static final String PORTLET_WEBFLOW_EVENT
PortletEventProcessor
,
PORTLET_WEBFLOW_EVENT_PARAMETER
,
Constant Field Valuespublic static final String PORTLET_WEBFLOW_FLOAT_EVENT
public static final String DELAY_P13N_UPDATES_PROPERTY
public static final String GROUP_PORTAL_NAME
public static final String GROUP_PORTAL_NAME_SESSION_KEY
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |