org.apache.myfaces.orchestra.viewController
Interface ViewControllerNameMapper

All Known Implementing Classes:
AnnotationsViewControllerNameMapper, CompositeViewControllerNameMapper, DefaultViewControllerNameMapper

public interface ViewControllerNameMapper

Convert the identifier of a view to the name of a bean that should handle lifecycle events for that view.

TODO: should this class have the same warning as ViewControllerExecutor, and an equivalent abstract base class?

See Also:
AbstractViewControllerManager

Method Summary
 String mapViewId(String viewId)
           
 

Method Detail

mapViewId

String mapViewId(String viewId)


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