org.apache.myfaces.orchestra.viewController
Interface ViewController


public interface ViewController

An interface for use with the InterfaceViewControllerExecutor.

When the InterfaceViewControllerExecutor has been selected as the technique for mapping lifecycle events onto bean methods, then the target bean must implement this interface in order to get callbacks.

Note that the expression "view controller bean" is used to generally refer to an object that can handle lifecycle events for a view. Such beans may implement this interface, but may not - they might be accessed via the ReflectiveViewControllerExecutor or other implementations that do not require this interface.


Method Summary
 void initView()
           
 void preProcess()
           
 void preRenderView()
           
 

Method Detail

initView

void initView()

preProcess

void preProcess()

preRenderView

void preRenderView()


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.