shocks.dawp
Interface Action
- All Known Implementing Classes:
- ActionSupport, FilterSupport
- public interface Action
Action components are the basic building blocks of a business system. They are
simple objects which are executed in a particular sequence, as determined
by the developer, described in the workflow descriptor and implemented by the
workflow control system.
The interoperation of Action components and the order and circumstances of their
execution are all managed by the workflow control mechanism.
Method Summary |
DataSource |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext ctx)
|
execute
public DataSource execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext ctx)