org.apache.myfaces.orchestra.viewController
Class InterfaceViewControllerExecutor
java.lang.Object
org.apache.myfaces.orchestra.viewController.AbstractViewControllerExecutor
org.apache.myfaces.orchestra.viewController.InterfaceViewControllerExecutor
- All Implemented Interfaces:
- ViewControllerExecutor
public class InterfaceViewControllerExecutor
- extends AbstractViewControllerExecutor
Invokes ViewController events using the ViewController
interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceViewControllerExecutor
public InterfaceViewControllerExecutor()
invokeInitView
public boolean invokeInitView(java.lang.String beanName,
java.lang.Object bean)
- Specified by:
invokeInitView
in interface ViewControllerExecutor
- Overrides:
invokeInitView
in class AbstractViewControllerExecutor
invokePreRenderView
public boolean invokePreRenderView(java.lang.String beanName,
java.lang.Object bean)
- Specified by:
invokePreRenderView
in interface ViewControllerExecutor
- Overrides:
invokePreRenderView
in class AbstractViewControllerExecutor
invokePreProcess
public boolean invokePreProcess(java.lang.String beanName,
java.lang.Object bean)
- Specified by:
invokePreProcess
in interface ViewControllerExecutor
- Overrides:
invokePreProcess
in class AbstractViewControllerExecutor
Copyright 2007 The Apache Software Foundation. All Rights Reserved.