|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewControllerExecutor | |
---|---|
org.apache.myfaces.orchestra.viewController |
Uses of ViewControllerExecutor in org.apache.myfaces.orchestra.viewController |
---|
Classes in org.apache.myfaces.orchestra.viewController that implement ViewControllerExecutor | |
---|---|
class |
AbstractViewControllerExecutor
An implementation of ViewControllerExecutor that can be subclassed to customise the mapping of lifecycle events to bean methods. |
class |
AnnotationsViewControllerExecutor
Execute the various viewController events on the viewController by calling the corresponding annotated method. |
class |
CompositeViewControllerExecutor
Each executor configured with the constructor will be asked to execute the requested method on the bean. |
class |
InterfaceViewControllerExecutor
Invokes ViewController events using the ViewController interface. |
class |
ReflectiveViewControllerExecutor
Invokes ViewController events using reflection. |
Methods in org.apache.myfaces.orchestra.viewController that return ViewControllerExecutor | |
---|---|
protected ViewControllerExecutor |
PlainAnnotationsViewControllerManager.getViewControllerExecutor()
|
protected ViewControllerExecutor |
DefaultViewControllerManager.getViewControllerExecutor()
|
protected abstract ViewControllerExecutor |
AbstractViewControllerManager.getViewControllerExecutor()
|
protected ViewControllerExecutor |
AnnotationsViewControllerManager.getViewControllerExecutor()
|
Constructors in org.apache.myfaces.orchestra.viewController with parameters of type ViewControllerExecutor | |
---|---|
CompositeViewControllerExecutor(ViewControllerExecutor[] viewControllerExecutors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |