|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.spieleck.pcs.action.base.DefaultAction
This is the DefaultAction
Constructor Summary | |
DefaultAction()
|
Method Summary | |
ActionResult |
perform(java.util.Hashtable parameters)
performs the Action, actually just creates a simple ActionResult with the following XML structure: " |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultAction()
Method Detail |
public ActionResult perform(java.util.Hashtable parameters) throws ActionException
perform
in interface Action
parameters
- a Hashtable for information needed to perform the ActionActionException
- if an exception occurrs during processing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |