| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewControllerMapper
ViewControllerMapper is an interface describing a pluggable
 mechanism to map between a JavaServer Faces view identifier
 and the name of a corresponding managed bean that serves as
 the backing bean for this view.  If the managed bean class implements
 ViewController, the services described in that interface will
 be provided by Shale.
| Method Summary | |
|---|---|
|  String | mapViewId(String viewId)Return the name of the managed bean that serves as the backing bean for the specified view identifier. | 
| Method Detail | 
|---|
String mapViewId(String viewId)
Return the name of the managed bean that serves as the backing
 bean for the specified view identifier.  If no such
 managed bean name can be determined, return null.
viewId - View identifier for which to identify a backing bean| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||