Class Constants

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 Details

    • STRUTS_URL_CASESENSITIVE

      public static final String STRUTS_URL_CASESENSITIVE
      Determines whether action mappings have case-sensitive names
      See Also:
  • Constructor Details

    • Constants

      public Constants()