|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageBeanMapper
Interface describing a service used to map from a JavaServer Faces view identifier (typically the context relative path to a JSP page) to the managed bean name of the corresponding page bean.
Method Summary | |
---|---|
java.lang.String |
mapViewId(java.lang.String viewId)
Return the managed bean name for the page bean (must extend AbstractPageBean ) that corresponds to the specified
view identifier (typically the context-relative path to a
JSP page). |
Method Detail |
---|
java.lang.String mapViewId(java.lang.String viewId)
Return the managed bean name for the page bean (must extend
AbstractPageBean
) that corresponds to the specified
view identifier (typically the context-relative path to a
JSP page).
viewId
- View identifier to be mapped
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |