|
Interface Summary
|
| InputProcessor |
The interface InputProcessor should be implemented by classses
that needs to perform:
validation of user's data. |
| PresentationNodeHandler |
This interface handles generating the URL for various kinds of presenation
nodes. |
| Processor |
This interface executes the various kinds of Webflow processors
(ex: InputProcessor, Pipelines, etc) |
| SessionManager |
The interface that manages the relationship between the PipelineSession,
the HttpRequest, and the HttpSession. |
| WebflowConstants |
This class defines constants for known and published attribute names
that are contained in either HttpSession, HttpServletRequest, or URL |
| WebflowResponse |
|