org.apache.jetspeed
Class JetspeedActions
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JetspeedActions
public JetspeedActions(String[] supportedPortletModes,
String[] supportedWindowStates)
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.