PortalAppflowConstants Interface

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.appflow
PortalAppflowConstants Interface

public interface PortalAppflowConstants

A java interface used to hold common portal constants. There are no methods on this interface.


All Known Implementing Classes
com.bea.portal.appflow.PortalAppflowFactory

Field Summary

public static final String
AUTO_LOGIN
Return value from portal PreProcessor indicating that the user requests auto-login.
public static final String
AUTO_LOGIN_EVENT
Suffix for auto-login event String.
public static final String
DELAY_P13N_UPDATES_PROPERTY
PortalContext environment property.
public static final String
FRAMEWORK_EVENT_PREFIX
The String prefix for all Portal framework events.
public static final String
FRAMEWORK_REFRESH_EVENT
Suffix for refresh event String.
public static final String
GROUP_PORTAL_NAME
Constants used to store the GroupPortal name in the session
public static final String
GROUP_PORTAL_NAME_SESSION_KEY
String
public static final String
INTERNAL_FRAMEWORK_EVENT_PREFIX
The String prefix for all internal Portal framework events.
public static final String
LAST_CONTENT_URL
Webflow response string that indicates that a Portlet's current content URL should remain the same.
public static final String
PAGE_PARAMETER
The Portal page parameter name.
public static final String
PORTAL_REFRESH
Return value from a Portal processor indicating that the Portal should be refreshed.
public static final String
PORTLET_EDIT
Portlet edit event.
public static final String
PORTLET_EDIT_EVENT
Portlet event Suffix String.
public static final String
PORTLET_EVENT
Partial Portlet event String.
public static final String
PORTLET_EVENT_EVENT
Portlet webflow event Suffix String.
public static final String
PORTLET_FLOAT
Portlet float event.
public static final String
PORTLET_FLOAT_EVENT
Portlet event Suffix String.
public static final String
PORTLET_MAXIMIZE
Portlet maximize event.
public static final String
PORTLET_MAXIMIZE_EVENT
Portlet event Suffix String.
public static final String
PORTLET_MINIMIZE
Portlet minimize event.
public static final String
PORTLET_MINIMIZE_EVENT
Portlet event Suffix String.
public static final String
PORTLET_PARAMETER
The Portlet parameter name.
public static final String
PORTLET_REFRESH
Portlet refresh event.
public static final String
PORTLET_UNEDIT
Portlet unedit event.
public static final String
PORTLET_UNEDIT_EVENT
Portlet event Suffix String.
public static final String
PORTLET_UNMAXIMIZE
Portlet unmaximize event.
public static final String
PORTLET_UNMAXIMIZE_EVENT
Portlet event Suffix String.
public static final String
PORTLET_UNMINIMIZE
Portlet unminimize event.
public static final String
PORTLET_UNMINIMIZE_EVENT
Portlet event Suffix String.
public static final String
PORTLET_WEBFLOW_EVENT
Portlet webflow event to invokde the PrtletEventProcessor.
public static final String
PORTLET_WEBFLOW_EVENT_PARAMETER
The actual portlets webflow event as defined in the portlets webflow xml file.
public static final String
PORTLET_WEBFLOW_FLOAT_EVENT
Floating portlet webflow event.
public static final String
PORTLET_WEBFLOW_NAMESPACE_PARAMETER
The portlet's webflow namespace.
public static final String
POST_LOGIN
Return value from PreProcessor indicating that the user needs to perform post login processing.
public static final String
POST_LOGIN_EVENT
Suffix for post-login event String.
public static final String
SESSION_TIMEOUT
Return value from a portal processor indicating that the user session has timed out.
public static final String
SESSION_TIMEOUT_EVENT
Session timeout event Suffix String.
public static final String
SUCCESS_EVENT
Success event String.
 

Field Detail

AUTO_LOGIN

public static final String AUTO_LOGIN
Return value from portal PreProcessor indicating that the user requests auto-login.

Related Topics

AutoLoginProcessor
PreProcessor


AUTO_LOGIN_EVENT

public static final String AUTO_LOGIN_EVENT
Suffix for auto-login event String.

Related Topics

PortalAppflowConstants.AUTO_LOGIN


DELAY_P13N_UPDATES_PROPERTY

public static final String DELAY_P13N_UPDATES_PROPERTY
PortalContext environment property. The property name in the resource bundle com/bea/portal/appflow/portal-context.properties. Setting this property to false delays updates until the user logs out. If set to true, the portal framework events (minimize/unminimize) will be persisted immediately.


FRAMEWORK_EVENT_PREFIX

public static final String FRAMEWORK_EVENT_PREFIX
The String prefix for all Portal framework events.


FRAMEWORK_REFRESH_EVENT

public static final String FRAMEWORK_REFRESH_EVENT
Suffix for refresh event String.

Related Topics

PortalAppflowConstants.PORTLET_REFRESH
PortalAppflowConstants.PORTAL_REFRESH


GROUP_PORTAL_NAME

public static final String GROUP_PORTAL_NAME
Constants used to store the GroupPortal name in the session


GROUP_PORTAL_NAME_SESSION_KEY

public static final String GROUP_PORTAL_NAME_SESSION_KEY


INTERNAL_FRAMEWORK_EVENT_PREFIX

public static final String INTERNAL_FRAMEWORK_EVENT_PREFIX
The String prefix for all internal Portal framework events.


LAST_CONTENT_URL

public static final String LAST_CONTENT_URL
Webflow response string that indicates that a Portlet's current content URL should remain the same. This is a special webflow <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>
 


PAGE_PARAMETER

public static final String PAGE_PARAMETER
The Portal page parameter name. An HttpServletRequest parameter used by portal webflow to determine which page this request is for. This is automatically supplied by the <portal/> and <portlet/> tags.


PORTAL_REFRESH

public static final String PORTAL_REFRESH
Return value from a Portal processor indicating that the Portal should be refreshed.


PORTLET_EDIT

public static final String PORTLET_EDIT
Portlet edit event.

Related Topics

EditProcessor


PORTLET_EDIT_EVENT

public static final String PORTLET_EDIT_EVENT
Portlet event Suffix String.


PORTLET_EVENT

public static final String PORTLET_EVENT
Partial Portlet event String. This plus prefix and suffix help build the actual portlet event.

Related Topics

PortalAppflowConstants.PORTLET_FLOAT
PortalAppflowConstants.PORTLET_EDIT
PortalAppflowConstants.PORTLET_UNEDIT
PortalAppflowConstants.PORTLET_MAXIMIZE
PortalAppflowConstants.PORTLET_UNMAXIMIZE
PortalAppflowConstants.PORTLET_MINIMIZE
PortalAppflowConstants.PORTLET_UNMINIMIZE


PORTLET_EVENT_EVENT

public static final String PORTLET_EVENT_EVENT
Portlet webflow event Suffix String.


PORTLET_FLOAT

public static final String PORTLET_FLOAT
Portlet float event.


PORTLET_FLOAT_EVENT

public static final String PORTLET_FLOAT_EVENT
Portlet event Suffix String.


PORTLET_MAXIMIZE

public static final String PORTLET_MAXIMIZE
Portlet maximize event.

Related Topics

MaximizeProcessor


PORTLET_MAXIMIZE_EVENT

public static final String PORTLET_MAXIMIZE_EVENT
Portlet event Suffix String.


PORTLET_MINIMIZE

public static final String PORTLET_MINIMIZE
Portlet minimize event.

Related Topics

MinimizeProcessor


PORTLET_MINIMIZE_EVENT

public static final String PORTLET_MINIMIZE_EVENT
Portlet event Suffix String.


PORTLET_PARAMETER

public static final String PORTLET_PARAMETER
The Portlet parameter name. An HttpServletRequest parameter used by portal webflow to determine which portlet this request is for. This is automatically supplied by the <portal/> and <portlet/> tags.


PORTLET_REFRESH

public static final String PORTLET_REFRESH
Portlet refresh event. When refreshing a portlet if the PortalSession content map has an entry for this portlet then invoke the PORTLET_REFRESH event, oherwise invoke the begin node.


PORTLET_UNEDIT

public static final String PORTLET_UNEDIT
Portlet unedit event.

Related Topics

UneditProcessor


PORTLET_UNEDIT_EVENT

public static final String PORTLET_UNEDIT_EVENT
Portlet event Suffix String.


PORTLET_UNMAXIMIZE

public static final String PORTLET_UNMAXIMIZE
Portlet unmaximize event.

Related Topics

UnmaximizeProcessor


PORTLET_UNMAXIMIZE_EVENT

public static final String PORTLET_UNMAXIMIZE_EVENT
Portlet event Suffix String.


PORTLET_UNMINIMIZE

public static final String PORTLET_UNMINIMIZE
Portlet unminimize event.

Related Topics

UnminimizeProcessor


PORTLET_UNMINIMIZE_EVENT

public static final String PORTLET_UNMINIMIZE_EVENT
Portlet event Suffix String.


PORTLET_WEBFLOW_EVENT

public static final String PORTLET_WEBFLOW_EVENT
Portlet webflow event to invokde the PrtletEventProcessor.

Related Topics

PortletEventProcessor
PortalAppflowConstants.PORTLET_WEBFLOW_EVENT_PARAMETER


PORTLET_WEBFLOW_EVENT_PARAMETER

public static final String PORTLET_WEBFLOW_EVENT_PARAMETER
The actual portlets webflow event as defined in the portlets webflow xml file. The true webflow event (PORTLET_WEBFLOW_EVENT) invokes the PortletEventProcessor. It is the PortletEventProcessor that uses this HttpServletRequest parameter to invoke the portlet's webflow

Related Topics

PortletEventProcessor
PortalAppflowConstants.PORTLET_WEBFLOW_EVENT


PORTLET_WEBFLOW_FLOAT_EVENT

public static final String PORTLET_WEBFLOW_FLOAT_EVENT
Floating portlet webflow event.


PORTLET_WEBFLOW_NAMESPACE_PARAMETER

public static final String PORTLET_WEBFLOW_NAMESPACE_PARAMETER
The portlet's webflow namespace. The portlet's namespace used for a webflow event can be modified by supplying this optional parameter as part of the HTTP request. The 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.

Related Topics

PortletEventProcessor


POST_LOGIN

public static final String POST_LOGIN
Return value from PreProcessor indicating that the user needs to perform post login processing. PostLoginProcessor is the final processor called after the user is successfully logged in. The develper may extend webflow to do additional application specific processing.

Related Topics

PostLoginProcessor


POST_LOGIN_EVENT

public static final String POST_LOGIN_EVENT
Suffix for post-login event String.

Related Topics

PortalAppflowConstants.POST_LOGIN


SESSION_TIMEOUT

public static final String SESSION_TIMEOUT
Return value from a portal processor indicating that the user session has timed out.

Related Topics

AbstractPortalProcessor


SESSION_TIMEOUT_EVENT

public static final String SESSION_TIMEOUT_EVENT
Session timeout event Suffix String.

Related Topics

PortalAppflowConstants.SESSION_TIMEOUT


SUCCESS_EVENT

public static final String SUCCESS_EVENT
Success event String.