br.usp.ime.xpusp.modules.actions
Class DisciplineSelector
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
|
+--br.usp.ime.xpusp.modules.actions.DisciplineSelector
- public class DisciplineSelector
- extends UnsecureAction
DisciplineSelector is an action that simply selects disciplines in a "shopping card" manner.
The card itself resides on the users XpuspClipboard tool (accessible via $clipboard).
- See Also:
XpuspClipboard
| Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
|
Method Summary |
void |
doAdd(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
void |
doClear(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
void |
doDel(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
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 |
DisciplineSelector
public DisciplineSelector()
doAdd
public void doAdd(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
doDel
public void doDel(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
doClear
public void doClear(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
doPerform
public void doPerform(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
throws java.lang.Exception
- Description copied from class:
UnsecureAction
- Implement this to add information to the context.
- Overrides:
doPerform in class UnsecureAction
- Following copied from class:
br.usp.ime.xpusp.modules.actions.UnsecureAction
- Parameters:
data - Turbine information.context - Context for web pages.- Throws:
Exception, - a generic exception.