Skip to content

Commit b2045df

Browse files
authored
Merge pull request #2077 from jakartaee/issue_1709
#1709: add jakarta.faces.AUTOMATIC_EXTENSIONLESS_MAPPING to spec
2 parents 39f089f + dba5f94 commit b2045df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/src/main/asciidoc/UsingFacesInWebApplications.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ javadocs for the constant
121121
_jakarta.faces.component.UIInput.ALWAYS_PERFORM_VALIDATION_WHEN_REQUIRED_IS_TRUE_
122122
for 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
125131
context-param that controls the operation of the _ClientWindow_ feature.
126132
See the javadocs for the constant

0 commit comments

Comments
 (0)