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

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
Direct Known Subclasses:
GroupUpdateAction, PermissionUpdateAction, PsmlUpdateAction, RegistryUpdateAction, RolePermissionUpdateAction, RoleUpdateAction, UserGroupRoleUpdateAction, UserGroupUpdateAction, UserRoleUpdateAction, UserUpdateAction

public abstract class SecureVelocityPortletAction
extends VelocityPortletAction

A secured version of the VelocityPortletAction.

Version:
$Id: SecureVelocityPortletAction.java,v 1.1 2004/03/31 04:47:14 morciuch Exp $
Author:
Mark Orciuch

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
SecureVelocityPortletAction()
           
 
Method Summary
 void executeEvents(org.apache.turbine.util.RunData data, org.apache.velocity.context.Context context)
          This method should be called to execute the event based system.
 
Methods inherited from class org.apache.jetspeed.modules.actions.portlets.VelocityPortletAction
buildConfigureContext, buildConfigureContext, buildMaximizedContext, buildMaximizedContext, buildNormalContext, 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

SecureVelocityPortletAction

public SecureVelocityPortletAction()
Method Detail

executeEvents

public void executeEvents(org.apache.turbine.util.RunData data,
                          org.apache.velocity.context.Context context)
                   throws java.lang.Exception
This method should be called to execute the event based system.

Overrides:
executeEvents in class PortletActionEvent
Parameters:
data - A Turbine RunData object.
context - context information.
Throws:
Exception, - a generic exception.
java.lang.Exception


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