org.apache.myfaces.orchestra.viewController
Interface ViewControllerExecutor
- All Known Implementing Classes:
- AbstractViewControllerExecutor, CompositeViewControllerExecutor, InterfaceViewControllerExecutor, ReflectiveViewControllerExecutor
public interface ViewControllerExecutor
The interface you have to use as basis class for any custom view controller executor.
Notice: Do not implement this interface directly, instead use the AbstractViewControllerExecutor
invokeInitView
boolean invokeInitView(java.lang.String beanName,
java.lang.Object bean)
invokePreRenderView
boolean invokePreRenderView(java.lang.String beanName,
java.lang.Object bean)
invokePreProcess
boolean invokePreProcess(java.lang.String beanName,
java.lang.Object bean)
Copyright 2007 The Apache Software Foundation. All Rights Reserved.