org.apache.jetspeed.decoration
Class DecoratorActionTemplate
java.lang.Object
org.apache.jetspeed.decoration.DecoratorActionTemplate
public class DecoratorActionTemplate
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ACTION_TYPE_MODE
protected static final java.lang.String ACTION_TYPE_MODE
- See Also:
- Constant Field Values
ACTION_TYPE_STATE
protected static final java.lang.String ACTION_TYPE_STATE
- See Also:
- Constant Field Values
ACTION_TYPE_BOTH
protected static final java.lang.String ACTION_TYPE_BOTH
- See Also:
- Constant Field Values
DecoratorActionTemplate
public DecoratorActionTemplate(java.lang.String action,
javax.portlet.PortletMode mode,
javax.portlet.PortletMode customMode,
javax.portlet.WindowState state,
javax.portlet.WindowState customState)
DecoratorActionTemplate
public DecoratorActionTemplate(java.lang.String action,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state)
DecoratorActionTemplate
public DecoratorActionTemplate(javax.portlet.PortletMode mode,
javax.portlet.PortletMode customMode)
DecoratorActionTemplate
public DecoratorActionTemplate(javax.portlet.PortletMode mode)
DecoratorActionTemplate
public DecoratorActionTemplate(javax.portlet.WindowState state,
javax.portlet.WindowState customState)
DecoratorActionTemplate
public DecoratorActionTemplate(javax.portlet.WindowState state)
getAction
public java.lang.String getAction()
getActionType
public java.lang.String getActionType()
getCustomMode
public javax.portlet.PortletMode getCustomMode()
getCustomState
public javax.portlet.WindowState getCustomState()
getMode
public javax.portlet.PortletMode getMode()
getState
public javax.portlet.WindowState getState()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
setAction
public void setAction(java.lang.String action)
setActionType
public void setActionType(java.lang.String actionType)
setCustomMode
public void setCustomMode(javax.portlet.PortletMode customMode)
setCustomState
public void setCustomState(javax.portlet.WindowState customState)
setMode
public void setMode(javax.portlet.PortletMode mode)
setState
public void setState(javax.portlet.WindowState state)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.