org.apache.jetspeed.portlets.pam
Interface PortletApplicationResources


public interface PortletApplicationResources

Common resources used by Portlet Application Manager

Version:
$Id: PortletApplicationResources.java 188545 2005-04-26 23:17:33Z taylor $
Author:
David Sean Taylor

Field Summary
static String CURRENT_FOLDER
           
static String CURRENT_PAGE
           
static String MESSAGE_CHANGED
           
static String MESSAGE_FILTERED
           
static String MESSAGE_REFRESH
           
static String MESSAGE_SELECTED
          Messages
static String MESSAGE_STATUS
           
static String PAM_CURRENT_PA
           
static String PORTLET_ACTION
           
static String PORTLET_URL
           
static String REQUEST_NODE
          the selected non-leaf node in the tree view
static String REQUEST_SELECT_NODE
          the selected leaf node in the tree view
static String REQUEST_SELECT_PORTLET
           
static String REQUEST_SELECT_SITE_TAB
           
static String REQUEST_SELECT_TAB
           
static String SITE_PORTLET
           
static String TOPIC_PORTLET_SELECTOR
           
 

Field Detail

REQUEST_NODE

public static final String REQUEST_NODE
the selected non-leaf node in the tree view

See Also:
Constant Field Values

REQUEST_SELECT_NODE

public static final String REQUEST_SELECT_NODE
the selected leaf node in the tree view

See Also:
Constant Field Values

PORTLET_URL

public static final String PORTLET_URL
See Also:
Constant Field Values

REQUEST_SELECT_PORTLET

public static final String REQUEST_SELECT_PORTLET
See Also:
Constant Field Values

REQUEST_SELECT_TAB

public static final String REQUEST_SELECT_TAB
See Also:
Constant Field Values

PAM_CURRENT_PA

public static final String PAM_CURRENT_PA
See Also:
Constant Field Values

CURRENT_FOLDER

public static final String CURRENT_FOLDER
See Also:
Constant Field Values

CURRENT_PAGE

public static final String CURRENT_PAGE
See Also:
Constant Field Values

PORTLET_ACTION

public static final String PORTLET_ACTION
See Also:
Constant Field Values

REQUEST_SELECT_SITE_TAB

public static final String REQUEST_SELECT_SITE_TAB
See Also:
Constant Field Values

SITE_PORTLET

public static final String SITE_PORTLET
See Also:
Constant Field Values

TOPIC_PORTLET_SELECTOR

public static final String TOPIC_PORTLET_SELECTOR
See Also:
Constant Field Values

MESSAGE_SELECTED

public static final String MESSAGE_SELECTED
Messages

See Also:
Constant Field Values

MESSAGE_CHANGED

public static final String MESSAGE_CHANGED
See Also:
Constant Field Values

MESSAGE_STATUS

public static final String MESSAGE_STATUS
See Also:
Constant Field Values

MESSAGE_REFRESH

public static final String MESSAGE_REFRESH
See Also:
Constant Field Values

MESSAGE_FILTERED

public static final String MESSAGE_FILTERED
See Also:
Constant Field Values


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.