File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,12 @@ javadocs for the constant
121121_jakarta.faces.component.UIInput.ALWAYS_PERFORM_VALIDATION_WHEN_REQUIRED_IS_TRUE_
122122for the specification of this feature.
123123
124+ * _jakarta.faces.AUTOMATIC_EXTENSIONLESS_MAPPING
125+ -- If this param is set, and calling _toLowerCase().equals("true")_ on
126+ a _String_ representation of its value returns _true_, Faces views that are
127+ normally accessed via _*.xhtml_ URLs can also be accessed without the file extension.
128+ For example, both _/page.xhtml_ and _/page_ will render the same view.
129+
124130* _jakarta.faces.CLIENT_WINDOW_MODE_ —The
125131context-param that controls the operation of the _ClientWindow_ feature.
126132See the javadocs for the constant
You can’t perform that action at this time.
0 commit comments