| Default implementation of
PageBeanMapper that corresponds to
the mapping performed by the IDE at design time. This implementation
uses the following rules:
- Strip the leading '/' character (if any).
- String the trailing extension (if any).
- Replace any '/' characters with '$' characters
- If the resulting string matches the name of one of the implicit
variables recognized by JSF EL expressions, prefix it with '_'.
|