org.openscience.nmrshiftdb.modules.actions.portlets
Class SearchConditionAction

java.lang.Object
  extended by org.apache.turbine.modules.Assembler
      extended by org.apache.turbine.modules.Action
          extended by org.apache.turbine.modules.ActionEvent
              extended by org.apache.jetspeed.modules.actions.portlets.PortletActionEvent
                  extended by org.apache.jetspeed.modules.actions.portlets.PortletAction
                      extended by org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
                          extended by org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction
                              extended by org.openscience.nmrshiftdb.modules.actions.portlets.SearchConditionAction

public class SearchConditionAction
extends org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction

Handles actions for the search by conditions portlet.

Author:
shk3

Field Summary
static java.lang.String CONDITIONS_CALCULATED_KEY
           
static java.lang.String CONDITIONS_MEASURED_KEY
           
static java.lang.String LASTACTION_KEY
           
 
Fields inherited from class org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
logger
 
Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
 
Constructor Summary
SearchConditionAction()
           
 
Method Summary
protected  void buildConditionContext(org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
          Default behavior for the portlet action.
protected  void buildNormalContext(org.apache.jetspeed.portal.portlets.VelocityPortlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData data)
          Default behavior for the portlet action.
 void doMain(org.apache.turbine.util.RunData data, org.apache.velocity.context.Context context)
          sets main page
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction
buildConfigureContext, buildConfigureContext, buildMaximizedContext, buildMaximizedContext, buildNormalContext
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
checkAdministrativeAction, doPerform, getAttribute, getAttribute, getPortletInstance, perform, setAttribute
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.PortletAction
doPerform, getContext, getPortlet, getTemplate, resetTemplate, setTemplate, setTemplate
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.PortletActionEvent
executeEvents, fireEvent
 
Methods inherited from class org.apache.turbine.modules.ActionEvent
executeEvents, formatString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONDITIONS_MEASURED_KEY

public static final java.lang.String CONDITIONS_MEASURED_KEY
See Also:
Constant Field Values

CONDITIONS_CALCULATED_KEY

public static final java.lang.String CONDITIONS_CALCULATED_KEY
See Also:
Constant Field Values

LASTACTION_KEY

public static final java.lang.String LASTACTION_KEY
See Also:
Constant Field Values
Constructor Detail

SearchConditionAction

public SearchConditionAction()
Method Detail

buildNormalContext

protected void buildNormalContext(org.apache.jetspeed.portal.portlets.VelocityPortlet portlet,
                                  org.apache.velocity.context.Context context,
                                  org.apache.turbine.util.RunData data)
Default behavior for the portlet action.

Specified by:
buildNormalContext in class org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction

buildConditionContext

protected void buildConditionContext(org.apache.velocity.context.Context context,
                                     org.apache.turbine.util.RunData data)
Default behavior for the portlet action.


doMain

public void doMain(org.apache.turbine.util.RunData data,
                   org.apache.velocity.context.Context context)
sets main page