|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jsfcl.app.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 PageBeanMapper
viewId
- 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 |