|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.rave.web.ui.appbase.faces.PageBeanMapperImpl
public class PageBeanMapperImpl
Default implementation of PageBeanMapper that corresponds to
the mapping performed by the IDE at design time. This implementation
uses the following rules:
| Constructor Summary | |
|---|---|
PageBeanMapperImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
mapViewId(java.lang.String viewId)
Map the specified view identifier (which will be the context relative path of a JSP page) to the managed bean name of the corresponding page bean (which must extend AbstractPageBean). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageBeanMapperImpl()
| Method Detail |
|---|
public java.lang.String mapViewId(java.lang.String viewId)
Map the specified view identifier (which will be the context relative
path of a JSP page) to the managed bean name of the corresponding
page bean (which must extend AbstractPageBean).
mapViewId in interface PageBeanMapperviewId - View identifier of the JSP page to be mapped
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||