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

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.SecureVelocityPortletAction
                                  extended byorg.apache.jetspeed.modules.actions.portlets.RegistryUpdateAction
                                      extended byorg.apache.jetspeed.modules.actions.portlets.ControlUpdateAction

public class ControlUpdateAction
extends RegistryUpdateAction

This action enables to update the control entries

Version:
$Id: ControlUpdateAction.java,v 1.2 2004/02/23 02:56:58 jford Exp $
Author:
Jeremy Ford

Field Summary
 
Fields inherited from class org.apache.jetspeed.modules.actions.portlets.RegistryUpdateAction
pane, registry, registryEntryName
 
Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
 
Constructor Summary
ControlUpdateAction()
           
 
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
protected  void clearUserData(org.apache.turbine.util.RunData rundata)
          Remove any data that was added to the user's temporary storage
protected  void resetForm(org.apache.turbine.util.RunData rundata)
          Method to reset data entered into the forms
protected  void updateRegistryEntry(org.apache.turbine.util.RunData rundata, RegistryEntry registryEntry)
          Basic implementation of a method to update a registry entry.
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.RegistryUpdateAction
doAddcapability, doAddmediatype, doAddparameter, doCancel, doDelete, doInsert, doRemovecapability, doRemovemediatypes, doRemoveparameters, doUpdate, doUpdateparameters, doUpdateparametervalues, hasChanged, iteratorToCollection, redirect
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.SecureVelocityPortletAction
executeEvents
 
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
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

ControlUpdateAction

public ControlUpdateAction()
Method Detail

buildNormalContext

protected void buildNormalContext(VelocityPortlet portlet,
                                  org.apache.velocity.context.Context context,
                                  org.apache.turbine.util.RunData rundata)
                           throws java.lang.Exception
Description copied from class: VelocityPortletAction
Subclasses must override this method to provide default behavior for the portlet action

Overrides:
buildNormalContext in class RegistryUpdateAction
Throws:
java.lang.Exception
See Also:
VelocityPortletAction.buildNormalContext(org.apache.jetspeed.portal.portlets.VelocityPortlet, org.apache.velocity.context.Context, org.apache.turbine.util.RunData)

updateRegistryEntry

protected void updateRegistryEntry(org.apache.turbine.util.RunData rundata,
                                   RegistryEntry registryEntry)
                            throws java.lang.Exception
Description copied from class: RegistryUpdateAction
Basic implementation of a method to update a registry entry. The fields that are common to all registry entries can simply be added below.

Overrides:
updateRegistryEntry in class RegistryUpdateAction
Parameters:
rundata - The turbine rundata context for this request.
registryEntry - The registry entry to update
Throws:
java.lang.Exception

resetForm

protected void resetForm(org.apache.turbine.util.RunData rundata)
Description copied from class: RegistryUpdateAction
Method to reset data entered into the forms

Overrides:
resetForm in class RegistryUpdateAction
Parameters:
rundata -
See Also:
RegistryUpdateAction.resetForm(org.apache.turbine.util.RunData)

clearUserData

protected void clearUserData(org.apache.turbine.util.RunData rundata)
Description copied from class: RegistryUpdateAction
Remove any data that was added to the user's temporary storage

Overrides:
clearUserData in class RegistryUpdateAction
Parameters:
rundata -
See Also:
RegistryUpdateAction.clearUserData(org.apache.turbine.util.RunData)


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