org.apache.jetspeed.decoration
Class DecoratorActionTemplate

java.lang.Object
  extended by org.apache.jetspeed.decoration.DecoratorActionTemplate

public class DecoratorActionTemplate
extends java.lang.Object


Field Summary
protected static java.lang.String ACTION_TYPE_BOTH
           
protected static java.lang.String ACTION_TYPE_MODE
           
protected static java.lang.String ACTION_TYPE_STATE
           
 
Constructor Summary
DecoratorActionTemplate(javax.portlet.PortletMode mode)
           
DecoratorActionTemplate(javax.portlet.PortletMode mode, javax.portlet.PortletMode customMode)
           
DecoratorActionTemplate(java.lang.String action, javax.portlet.PortletMode mode, javax.portlet.PortletMode customMode, javax.portlet.WindowState state, javax.portlet.WindowState customState)
           
DecoratorActionTemplate(java.lang.String action, javax.portlet.PortletMode mode, javax.portlet.WindowState state)
           
DecoratorActionTemplate(javax.portlet.WindowState state)
           
DecoratorActionTemplate(javax.portlet.WindowState state, javax.portlet.WindowState customState)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getAction()
           
 java.lang.String getActionType()
           
 javax.portlet.PortletMode getCustomMode()
           
 javax.portlet.WindowState getCustomState()
           
 javax.portlet.PortletMode getMode()
           
 javax.portlet.WindowState getState()
           
 int hashCode()
           
 void setAction(java.lang.String action)
           
 void setActionType(java.lang.String actionType)
           
 void setCustomMode(javax.portlet.PortletMode customMode)
           
 void setCustomState(javax.portlet.WindowState customState)
           
 void setMode(javax.portlet.PortletMode mode)
           
 void setState(javax.portlet.WindowState state)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.