More information


de.spieleck.pcs.action.base
Class ShowXmlAction

java.lang.Object
  |
  +--de.spieleck.pcs.action.base.ShowXmlAction
All Implemented Interfaces:
Action

public class ShowXmlAction
extends java.lang.Object
implements Action

This action loads XML data from a file and provides it via the ActionResult


Constructor Summary
ShowXmlAction()
           
 
Method Summary
 ActionResult perform(java.util.Hashtable parameters)
          loads the XML file specified by the parameter "file"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowXmlAction

public ShowXmlAction()
Method Detail

perform

public ActionResult perform(java.util.Hashtable parameters)
                     throws ActionException
loads the XML file specified by the parameter "file"
Specified by:
perform in interface Action
Parameters:
parameters - a Hashtable for information needed to perform the Action
Returns:
an instance of ActionResult as result of the Action
Throws:
ActionException - if an exception occurrs during processing

More information