org.apache.myfaces.orchestra.viewController
Interface ViewController


public interface ViewController

The ViewController interface

Your bean has to implement this interface if you've decided to use the InterfaceViewControllerExecutor to get notifications


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

Method Detail

initView

void initView()

preProcess

void preProcess()

preRenderView

void preRenderView()


Copyright 2007 The Apache Software Foundation. All Rights Reserved.