|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.orchestra.viewController.DefaultViewControllerNameMapper
public class DefaultViewControllerNameMapper
Map view-ids to bean names.
The strategy of this mapper is as follows:RESERVED_WORDS
are prefixed with an underscore ('_')ViewId | BeanName |
---|---|
/userInfo.jsp | userInfo |
/SecureArea/userPassword.jsp | secureAreaUserPassword |
Constructor Summary | |
---|---|
DefaultViewControllerNameMapper()
|
Method Summary | |
---|---|
java.lang.String |
mapViewId(java.lang.String viewId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultViewControllerNameMapper()
Method Detail |
---|
public java.lang.String mapViewId(java.lang.String viewId)
mapViewId
in interface ViewControllerNameMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |