AbstractDataController |
This is the abstract base class for the CDI beans DocumentController and
WorkflowController.
|
DocumentController |
The DocumentController is a @ConversationScoped CDI bean to control the life
cycle of a ItemCollection in an JSF application without any workflow
functionality.
|
ViewController |
The ViewController can be used in JSF Applications to manage lists of
ItemCollections.
|
ViewHandler |
The ViewHandler is a @RequestScoped CDI bean computing the result defined by
a ViewController.
|
WorkflowController |
The WorkflowController is a @ConversationScoped CDI bean to control the
processing life cycle of a workitem in JSF an application.
|
WorkflowEvent |
The WorkflowEvent provides a CDI event fired by the DocumentController and
WorkflowController.
|