org.apache.jetspeed.modules.actions.controllers
Class PanedControllerAction

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.turbine.modules.ActionEvent
              extended byorg.apache.turbine.util.velocity.VelocityActionEvent
                  extended byorg.apache.turbine.modules.actions.VelocityAction
                      extended byorg.apache.jetspeed.modules.actions.controllers.VelocityControllerAction
                          extended byorg.apache.jetspeed.modules.actions.controllers.RowColumnControllerAction
                              extended byorg.apache.jetspeed.modules.actions.controllers.PanedControllerAction

public class PanedControllerAction
extends RowColumnControllerAction

This action builds a context suitable for controllers portlets in panes, ie with only a subsetof defined portlets defined at any time. Should be associated with a controller implementing PanedPortletController to work correctly

Version:
$Id: PanedControllerAction.java,v 1.14 2005/03/21 18:21:36 sgala Exp $
Author:
Raphaël Luta, David Sean Taylor

Field Summary
 
Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
 
Constructor Summary
PanedControllerAction()
           
 
Method Summary
protected  void buildNormalContext(PortletController controller, org.apache.velocity.context.Context context, org.apache.turbine.util.RunData rundata)
          Adds a "pane" portlet object in the context which represents the currently selected pane
 
Methods inherited from class org.apache.jetspeed.modules.actions.controllers.RowColumnControllerAction
buildCustomizeContext, doApply, doCancel, doDelete, doDown, doMove, doSave, doUp, getCellSizes
 
Methods inherited from class org.apache.jetspeed.modules.actions.controllers.VelocityControllerAction
doPerform, getContext, perform, setTemplate
 
Methods inherited from class org.apache.turbine.modules.actions.VelocityAction
doPerform
 
Methods inherited from class org.apache.turbine.util.velocity.VelocityActionEvent
executeEvents
 
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

PanedControllerAction

public PanedControllerAction()
Method Detail

buildNormalContext

protected void buildNormalContext(PortletController controller,
                                  org.apache.velocity.context.Context context,
                                  org.apache.turbine.util.RunData rundata)
Adds a "pane" portlet object in the context which represents the currently selected pane

Overrides:
buildNormalContext in class RowColumnControllerAction


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