This project has retired. For details please refer to its
Attic page .
SecureGenericMVCAction (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.modules.actions.portlets
Class SecureGenericMVCAction
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.turbine.modules.ActionEvent
org.apache.jetspeed.modules.actions.portlets.PortletActionEvent
org.apache.jetspeed.modules.actions.portlets.PortletAction
org.apache.jetspeed.modules.actions.portlets.GenericMVCAction
org.apache.jetspeed.modules.actions.portlets.SecureGenericMVCAction
Direct Known Subclasses: IndexPortletRegistry
public abstract class SecureGenericMVCAction extends GenericMVCAction
A secured version of the GenericMVCAction.
Version:
$Id: SecureGenericMVCAction.java,v 1.1 2004/03/31 04:47:14 morciuch Exp $
Author:
Mark Orciuch
Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
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.turbine.modules.ActionEvent
executeEvents, formatString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
SecureGenericMVCAction
public SecureGenericMVCAction ()
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.