Package org.apache.struts
Class Constants
java.lang.Object
org.apache.struts.Constants
This class provides a central location for framework configuration keys
used to retrieve and store Struts configuration settings.
- Since:
- Struts 1.4
- Version:
- $Rev$
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Determines whether action mappings have case-sensitive names -
Constructor Summary
-
Method Summary
-
Field Details
-
STRUTS_URL_CASESENSITIVE
Determines whether action mappings have case-sensitive names- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-