Fields Summary |
---|
public static final String | STRUTS_DEVMODEWhether Struts is in development mode or not |
public static final String | STRUTS_I18N_RELOADWhether the localization messages should automatically be reloaded |
public static final String | STRUTS_I18N_ENCODINGThe encoding to use for localization messages |
public static final String | STRUTS_CONFIGURATION_XML_RELOADWhether to reload the XML configuration or not |
public static final String | STRUTS_ACTION_EXTENSIONThe URL extension to use to determine if the request is meant for a Struts action |
public static final String | STRUTS_TAG_ALTSYNTAXWhether to use the alterative syntax for the tags or not |
public static final String | STRUTS_URL_HTTP_PORTThe HTTP port used by Struts URLs |
public static final String | STRUTS_URL_HTTPS_PORTThe HTTPS port used by Struts URLs |
public static final String | STRUTS_URL_INCLUDEPARAMSThe default includeParams method to generate Struts URLs |
public static final String | STRUTS_OBJECTFACTORYThe com.opensymphony.xwork2.ObjectFactory implementation class |
public static final String | STRUTS_OBJECTTYPEDETERMINERThe com.opensymphony.xwork2.util.ObjectTypeDeterminer implementation class |
public static final String | STRUTS_CONTINUATIONS_PACKAGEThe package containing actions that use Rife continuations |
public static final String | STRUTS_CONFIGURATIONThe org.apache.struts2.config.Configuration implementation class |
public static final String | STRUTS_LOCALEThe default locale for the Struts application |
public static final String | STRUTS_DISPATCHER_PARAMETERSWORKAROUNDWhether to use a Servlet request parameter workaround necessary for some versions of WebLogic |
public static final String | STRUTS_FREEMARKER_MANAGER_CLASSNAMEThe org.apache.struts2.views.freemarker.FreemarkerManager implementation class |
public static final String | STRUTS_VELOCITY_MANAGER_CLASSNAMEorg.apache.struts2.views.velocity.VelocityManager implementation class |
public static final String | STRUTS_VELOCITY_CONFIGFILEThe Velocity configuration file path |
public static final String | STRUTS_VELOCITY_TOOLBOXLOCATIONThe location of the Velocity toolbox |
public static final String | STRUTS_VELOCITY_CONTEXTSList of Velocity context names |
public static final String | STRUTS_UI_TEMPLATEDIRThe directory containing UI templates |
public static final String | STRUTS_UI_THEMEThe default UI template theme |
public static final String | STRUTS_MULTIPART_MAXSIZEThe maximize size of a multipart request (file upload) |
public static final String | STRUTS_MULTIPART_SAVEDIRThe directory to use for storing uploaded files |
public static final String | STRUTS_MULTIPART_PARSERThe org.apache.struts2.dispatcher.multipart.MultiPartRequest parser implementation
for a multipart request (file upload) |
public static final String | STRUTS_OBJECTFACTORY_SPRING_AUTOWIREWhether Spring should autoWire or not |
public static final String | STRUTS_OBJECTFACTORY_SPRING_USE_CLASS_CACHEWhether Spring should use its class cache or not |
public static final String | STRUTS_XSLT_NOCACHEWhether or not XSLT templates should not be cached |
public static final String | STRUTS_CUSTOM_PROPERTIESLocation of additional configuration properties files to load |
public static final String | STRUTS_CUSTOM_I18N_RESOURCESLocation of additional localization properties files to load |
public static final String | STRUTS_MAPPER_CLASSThe org.apache.struts2.dispatcher.mapper.ActionMapper implementation class |
public static final String | STRUTS_SERVE_STATIC_CONTENTWhether the Struts filter should serve static content or not |
public static final String | STRUTS_SERVE_STATIC_BROWSER_CACHEIf static content served by the Struts filter should set browser caching header properties or not |
public static final String | STRUTS_ENABLE_DYNAMIC_METHOD_INVOCATIONAllows one to disable dynamic method invocation from the URL |
public static final String | STRUTS_ENABLE_SLASHES_IN_ACTION_NAMESWhether slashes in action names are allowed or not |
public static final String | STRUTS_MAPPER_COMPOSITEPrefix used by {@link CompositeActionMapper} to identify its containing {@link org.apache.struts2.dispatcher.mapper.ActionMapper} class. |
public static final String | STRUTS_ACTIONPROXYFACTORY |
public static final String | STRUTS_FREEMARKER_WRAPPER_ALT_MAP |
public static final String | STRUTS_XWORKCONVERTERThe name of the xwork converter implementation |
public static final String | STRUTS_ALWAYS_SELECT_FULL_NAMESPACE |
public static final String | STRUTS_XWORKTEXTPROVIDERXWork default text provider |
public static final String | STRUTS_ID_PARAMETER_NAMEThe name of the parameter to create when mapping an id (used by some action mappers) |