- java.lang.Object
-
- org.apache.struts.Constants
-
public class Constants extends Object
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
Fields Modifier and Type Field Description static StringSTRUTS_URL_CASESENSITIVEDetermines whether action mappings have case-sensitive names
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
STRUTS_URL_CASESENSITIVE
public static final String STRUTS_URL_CASESENSITIVE
Determines whether action mappings have case-sensitive names- See Also:
- Constant Field Values
-
-