XPUSP - Home

br.usp.ime.xpusp.modules.actions
Class UnsecureAction

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
                                |
                                +--br.usp.ime.xpusp.modules.actions.UnsecureAction
Direct Known Subclasses:
DisciplineSelector, Search, Student

public class UnsecureAction
extends org.apache.turbine.modules.actions.VelocityAction

SourceForge LogoSource Forge Info
CVS File :UnsecureAction.java
User :krico
Version :1.1
Date :2002/03/01 09:21:00


Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
 
Constructor Summary
UnsecureAction()
           
 
Method Summary
 void doPerform(org.apache.turbine.util.RunData data, org.apache.velocity.context.Context context)
          Implement this to add information to the context.
 
Methods inherited from class org.apache.turbine.modules.actions.VelocityAction
doPerform, getContext, perform, setTemplate
 
Methods inherited from class org.apache.turbine.util.velocity.VelocityActionEvent
executeEvents
 
Methods inherited from class org.apache.turbine.modules.ActionEvent
, executeEvents, firstLetterCaps, formatString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

UnsecureAction

public UnsecureAction()
Method Detail

doPerform

public void doPerform(org.apache.turbine.util.RunData data,
                      org.apache.velocity.context.Context context)
               throws java.lang.Exception
Implement this to add information to the context.
Overrides:
doPerform in class org.apache.turbine.modules.actions.VelocityAction
Parameters:
data - Turbine information.
context - Context for web pages.
Throws:
Exception, - a generic exception.

XPUSP - Home