|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.orchestra.viewController.ViewControllerManagerFactory
public class ViewControllerManagerFactory
Provides facility to look up the ViewControllerManager instance that is used by Orchestra to invoke lifecycle methods on "controller beans" associated with the current view.
Constructor Summary | |
---|---|
ViewControllerManagerFactory()
|
Method Summary | |
---|---|
static ViewControllerManager |
getInstance()
Returns the singleton ViewControllerManager object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewControllerManagerFactory()
Method Detail |
---|
public static ViewControllerManager getInstance()
If a bean with name "org.apache.myfaces.orchestra.viewController.ViewControllerManager" exists then this is returned. This bean is expected to be a singleton.
Otherwise a singleton instance of DefaultViewControllerManager
will be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |