org.jwarp.service.web.dispatch
Class PrintRequest

java.lang.Object
  |
  +--org.jwarp.service.web.dispatch.AAction
        |
        +--org.jwarp.service.web.dispatch.PrintRequest
All Implemented Interfaces:
IAction, IConfigurable

public class PrintRequest
extends AAction


Fields inherited from class org.jwarp.service.web.dispatch.AAction
context, log, name, postConditions, preConditions, webService
 
Constructor Summary
PrintRequest()
           
 
Method Summary
protected  void doAction(java.util.List exceptions, WebContext context)
           
 
Methods inherited from class org.jwarp.service.web.dispatch.AAction
configure, getFullName, getName, perform, setContext, setWebService
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintRequest

public PrintRequest()
Method Detail

doAction

protected void doAction(java.util.List exceptions,
                        WebContext context)
                 throws ActionException,
                        InvalidForwardException,
                        ParameterException,
                        ParameterNotFoundException
Overrides:
doAction in class AAction

©   O R C A   S y s t e m s