org.apache.jetspeed
Class JetspeedActions

java.lang.Object
  extended by org.apache.jetspeed.JetspeedActions

public class JetspeedActions
extends Object

Jestpeed Action Declarations

Version:
$Id: JetspeedActions.java 593513 2007-11-09 12:48:34Z woonsan $
Author:
David Sean Taylor, Ate Douma

Field Summary
static String ABOUT
           
static javax.portlet.PortletMode ABOUT_MODE
           
private  Object[] actions
           
private  Map actionsMap
           
static String CONFIG
           
static javax.portlet.PortletMode CONFIG_MODE
           
static String EDIT
           
static String EDIT_DEFAULTS
           
static javax.portlet.PortletMode EDIT_DEFAULTS_MODE
           
private  List extendedPortletModes
           
private  List extendedWindowStates
           
static String HELP
           
private static JetspeedActions instance
           
static int MASK_EDIT
           
static int MASK_HELP
           
static int MASK_MAXIMIZE
           
static int MASK_MINIMIZE
           
static int MASK_NORMAL
           
static int MASK_VIEW
           
static String MAXIMIZE
           
static String MINIMIZE
           
static String NORMAL
           
static String PRINT
           
static javax.portlet.PortletMode PRINT_MODE
           
static String SOLO
           
static javax.portlet.WindowState SOLO_STATE
           
private static List standardPortletModes
           
private static List standardWindowStates
           
static String VIEW
           
 
Constructor Summary
JetspeedActions(String[] supportedPortletModes, String[] supportedWindowStates)
           
 
Method Summary
static String getContainerAction(int index)
           
static int getContainerActionMask(String action)
           
static String getContainerActions(int mask)
           
static int getContainerActionsMask(String actions)
           
static List getExtendedPortletModes()
           
static List getExtendedWindowStates()
           
static List getStandardPortletModes()
           
static List getStandardWindowStates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABOUT_MODE

public static final javax.portlet.PortletMode ABOUT_MODE

CONFIG_MODE

public static final javax.portlet.PortletMode CONFIG_MODE

EDIT_DEFAULTS_MODE

public static final javax.portlet.PortletMode EDIT_DEFAULTS_MODE

PRINT_MODE

public static final javax.portlet.PortletMode PRINT_MODE

SOLO_STATE

public static final javax.portlet.WindowState SOLO_STATE

MASK_MINIMIZE

public static final int MASK_MINIMIZE
See Also:
Constant Field Values

MASK_MAXIMIZE

public static final int MASK_MAXIMIZE
See Also:
Constant Field Values

MASK_NORMAL

public static final int MASK_NORMAL
See Also:
Constant Field Values

MASK_VIEW

public static final int MASK_VIEW
See Also:
Constant Field Values

MASK_EDIT

public static final int MASK_EDIT
See Also:
Constant Field Values

MASK_HELP

public static final int MASK_HELP
See Also:
Constant Field Values

VIEW

public static final String VIEW

EDIT

public static final String EDIT

HELP

public static final String HELP

ABOUT

public static final String ABOUT

CONFIG

public static final String CONFIG

EDIT_DEFAULTS

public static final String EDIT_DEFAULTS

PRINT

public static final String PRINT

NORMAL

public static final String NORMAL

MINIMIZE

public static final String MINIMIZE

MAXIMIZE

public static final String MAXIMIZE

SOLO

public static final String SOLO

standardPortletModes

private static final List standardPortletModes

standardWindowStates

private static final List standardWindowStates

instance

private static JetspeedActions instance

extendedPortletModes

private final List extendedPortletModes

extendedWindowStates

private final List extendedWindowStates

actionsMap

private final Map actionsMap

actions

private final Object[] actions
Constructor Detail

JetspeedActions

public JetspeedActions(String[] supportedPortletModes,
                       String[] supportedWindowStates)
Method Detail

getStandardPortletModes

public static List getStandardPortletModes()

getStandardWindowStates

public static List getStandardWindowStates()

getExtendedPortletModes

public static List getExtendedPortletModes()

getExtendedWindowStates

public static List getExtendedWindowStates()

getContainerActionMask

public static int getContainerActionMask(String action)

getContainerAction

public static String getContainerAction(int index)

getContainerActions

public static String getContainerActions(int mask)

getContainerActionsMask

public static int getContainerActionsMask(String actions)


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