org.apache.jetspeed.modules.actions.portlets
Class ForwardDemoAction

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.turbine.modules.ActionEvent
              extended byorg.apache.jetspeed.modules.actions.portlets.PortletActionEvent
                  extended byorg.apache.jetspeed.modules.actions.portlets.PortletAction
                      extended byorg.apache.jetspeed.modules.actions.portlets.GenericMVCAction
                          extended byorg.apache.jetspeed.modules.actions.portlets.VelocityPortletAction
                              extended byorg.apache.jetspeed.modules.actions.portlets.ForwardDemoAction

public class ForwardDemoAction
extends VelocityPortletAction

Demo of Forward stuff

Version:
$Id: ForwardDemoAction.java,v 1.6 2004/02/23 02:56:58 jford Exp $
Author:
David Sean Taylor

Field Summary
 
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
ForwardDemoAction()
           
 
Method Summary
protected  void buildNormalContext(VelocityPortlet portlet, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Subclasses must override this method to provide default behavior for the portlet action
 void doDynamic(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context)
           
 void doDynamic2(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context)
           
 void doTarget(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context)
           
 void doUpdate(org.apache.turbine.util.RunData rundata, org.apache.velocity.context.Context context)
           
 
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
 

Constructor Detail

ForwardDemoAction

public ForwardDemoAction()
Method Detail

buildNormalContext

protected void buildNormalContext(VelocityPortlet portlet,
                                  org.apache.velocity.context.Context context,
                                  org.apache.turbine.util.RunData rundata)
Subclasses must override this method to provide default behavior for the portlet action

Specified by:
buildNormalContext in class VelocityPortletAction

doUpdate

public void doUpdate(org.apache.turbine.util.RunData rundata,
                     org.apache.velocity.context.Context context)

doTarget

public void doTarget(org.apache.turbine.util.RunData rundata,
                     org.apache.velocity.context.Context context)

doDynamic

public void doDynamic(org.apache.turbine.util.RunData rundata,
                      org.apache.velocity.context.Context context)

doDynamic2

public void doDynamic2(org.apache.turbine.util.RunData rundata,
                       org.apache.velocity.context.Context context)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.