org.apache.jetspeed.modules.actions.controllers
Class PanedControllerAction
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.turbine.modules.ActionEvent
org.apache.turbine.util.velocity.VelocityActionEvent
org.apache.turbine.modules.actions.VelocityAction
org.apache.jetspeed.modules.actions.controllers.VelocityControllerAction
org.apache.jetspeed.modules.actions.controllers.RowColumnControllerAction
org.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
Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
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.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 |
PanedControllerAction
public PanedControllerAction()
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.