org.apache.myfaces.orchestra.viewController
Class TargetBeanInterface

java.lang.Object
  extended by org.apache.myfaces.orchestra.viewController.TargetBeanInterface
All Implemented Interfaces:
ViewController

public class TargetBeanInterface
extends Object
implements ViewController


Constructor Summary
TargetBeanInterface()
           
 
Method Summary
 String getCalled()
           
 void initView()
           
 void preProcess()
           
 void preRenderView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetBeanInterface

public TargetBeanInterface()
Method Detail

initView

public void initView()
Specified by:
initView in interface ViewController

preRenderView

public void preRenderView()
Specified by:
preRenderView in interface ViewController

getCalled

public String getCalled()

preProcess

public void preProcess()
Specified by:
preProcess in interface ViewController


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