org.apache.myfaces.orchestra.viewController
Class CompositeViewControllerExecutor
java.lang.Object
org.apache.myfaces.orchestra.viewController.CompositeViewControllerExecutor
- All Implemented Interfaces:
- ViewControllerExecutor
public class CompositeViewControllerExecutor
- extends java.lang.Object
- implements ViewControllerExecutor
Each executor configured with the constructor will be asked to execute the
requested method on the bean. The search will end if the executor returns "true".
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeViewControllerExecutor
public CompositeViewControllerExecutor(ViewControllerExecutor[] viewControllerExecutors)
invokeInitView
public boolean invokeInitView(java.lang.String beanName,
java.lang.Object bean)
- Specified by:
invokeInitView
in interface ViewControllerExecutor
invokePreRenderView
public boolean invokePreRenderView(java.lang.String beanName,
java.lang.Object bean)
- Specified by:
invokePreRenderView
in interface ViewControllerExecutor
invokePreProcess
public boolean invokePreProcess(java.lang.String beanName,
java.lang.Object bean)
- Specified by:
invokePreProcess
in interface ViewControllerExecutor
Copyright 2007 The Apache Software Foundation. All Rights Reserved.