org.apache.myfaces.orchestra.viewController
Class DefaultViewControllerManager
java.lang.Object
org.apache.myfaces.orchestra.viewController.AbstractViewControllerManager
org.apache.myfaces.orchestra.viewController.DefaultViewControllerManager
- All Implemented Interfaces:
- ViewControllerManager
public class DefaultViewControllerManager
- extends AbstractViewControllerManager
A ViewControllerManager which uses the DefaultViewControllerNameMapper
to map view-ids to bean names and the ReflectiveViewControllerExecutor
to invoke view controller events on beans.
- See Also:
ViewControllerManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultViewControllerManager
public DefaultViewControllerManager()
getViewControllerNameMapper
protected ViewControllerNameMapper getViewControllerNameMapper()
- Specified by:
getViewControllerNameMapper
in class AbstractViewControllerManager
getViewControllerExecutor
protected ViewControllerExecutor getViewControllerExecutor()
- Specified by:
getViewControllerExecutor
in class AbstractViewControllerManager
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.