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
 java.lang.String mapViewId(java.lang.String viewId)
           
 

Method Detail

mapViewId

java.lang.String mapViewId(java.lang.String viewId)


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