com.opensymphony.xwork2
Class XWorkConstants

java.lang.Object
  extended by com.opensymphony.xwork2.XWorkConstants

public final class XWorkConstants
extends Object

Constants used across framework


Field Summary
static String ALLOW_STATIC_METHOD_ACCESS
           
static String ARRAY_CONVERTER
           
static String COLLECTION_CONVERTER
           
static String DATE_CONVERTER
           
static String DEV_MODE
           
static String ENABLE_OGNL_EXPRESSION_CACHE
           
static String LOG_MISSING_PROPERTIES
           
static String NUMBER_CONVERTER
           
static String RELOAD_XML_CONFIGURATION
           
static String STRING_CONVERTER
           
 
Constructor Summary
XWorkConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLLECTION_CONVERTER

public static final String COLLECTION_CONVERTER
See Also:
Constant Field Values

DATE_CONVERTER

public static final String DATE_CONVERTER
See Also:
Constant Field Values

NUMBER_CONVERTER

public static final String NUMBER_CONVERTER
See Also:
Constant Field Values

STRING_CONVERTER

public static final String STRING_CONVERTER
See Also:
Constant Field Values

ARRAY_CONVERTER

public static final String ARRAY_CONVERTER
See Also:
Constant Field Values

DEV_MODE

public static final String DEV_MODE
See Also:
Constant Field Values

LOG_MISSING_PROPERTIES

public static final String LOG_MISSING_PROPERTIES
See Also:
Constant Field Values

ENABLE_OGNL_EXPRESSION_CACHE

public static final String ENABLE_OGNL_EXPRESSION_CACHE
See Also:
Constant Field Values

RELOAD_XML_CONFIGURATION

public static final String RELOAD_XML_CONFIGURATION
See Also:
Constant Field Values

ALLOW_STATIC_METHOD_ACCESS

public static final String ALLOW_STATIC_METHOD_ACCESS
See Also:
Constant Field Values
Constructor Detail

XWorkConstants

public XWorkConstants()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.