com.sun.jsfcl.app
Interface PageBeanMapper

All Known Implementing Classes:
PageBeanMapperImpl

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

mapViewId

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).

Parameters:
viewId - View identifier to be mapped