org.jwarp.service.web.dispatch
Interface IAction
- All Superinterfaces:
- IConfigurable
- All Known Implementing Classes:
- AAction
- public interface IAction
- extends IConfigurable
getName
public java.lang.String getName()
getFullName
public java.lang.String getFullName()
setContext
public void setContext(IContext context)
setWebService
public void setWebService(IWebService web)
perform
public void perform(WebContext context)
throws ActionException,
InvalidForwardException,
ParameterException,
ParameterNotFoundException