Constant Field Values


Contents
com.opensymphony.*

com.opensymphony.xwork2.Action
public static final String ERROR "error"
public static final String INPUT "input"
public static final String LOGIN "login"
public static final String NONE "none"
public static final String SUCCESS "success"

com.opensymphony.xwork2.ActionChainResult
public static final String DEFAULT_PARAM "actionName"
public static final String SKIP_ACTIONS_PARAM "skipActions"

com.opensymphony.xwork2.ActionContext
public static final String ACTION_INVOCATION "com.opensymphony.xwork2.ActionContext.actionInvocation"
public static final String ACTION_NAME "com.opensymphony.xwork2.ActionContext.name"
public static final String APPLICATION "com.opensymphony.xwork2.ActionContext.application"
public static final String CONTAINER "com.opensymphony.xwork2.ActionContext.container"
public static final String CONVERSION_ERRORS "com.opensymphony.xwork2.ActionContext.conversionErrors"
public static final String LOCALE "com.opensymphony.xwork2.ActionContext.locale"
public static final String PARAMETERS "com.opensymphony.xwork2.ActionContext.parameters"
public static final String SESSION "com.opensymphony.xwork2.ActionContext.session"
public static final String TYPE_CONVERTER "com.opensymphony.xwork2.ActionContext.typeConverter"
public static final String VALUE_STACK "com.opensymphony.xwork2.util.ValueStack.ValueStack"

com.opensymphony.xwork2.XWorkMessages
public static final String ACTION_EXECUTION_ERROR "xwork.error.action.execution"
public static final String DEFAULT_INVALID_FIELDVALUE "xwork.default.invalid.fieldvalue"
public static final String MISSING_ACTION_EXCEPTION "xwork.exception.missing-action"
public static final String MISSING_PACKAGE_ACTION_EXCEPTION "xwork.exception.missing-package-action"

com.opensymphony.xwork2.config.entities.ActionConfig
public static final String WILDCARD "*"

com.opensymphony.xwork2.conversion.TypeConverter
public static final String TYPE_CONVERTER_CONTEXT_KEY "_typeConverter"

com.opensymphony.xwork2.conversion.impl.DefaultObjectTypeDeterminer
public static final String CREATE_IF_NULL_PREFIX "CreateIfNull_"
public static final String DEPRECATED_ELEMENT_PREFIX "Collection_"
public static final String ELEMENT_PREFIX "Element_"
public static final String KEY_PREFIX "Key_"
public static final String KEY_PROPERTY_PREFIX "KeyProperty_"

com.opensymphony.xwork2.conversion.impl.InstantiatingNullHandler
public static final String CREATE_NULL_OBJECTS "xwork.NullHandler.createNullObjects"

com.opensymphony.xwork2.conversion.impl.XWorkConverter
public static final String CONVERSION_COLLECTION_PREFIX "Collection_"
public static final String CONVERSION_ERROR_PROPERTY_PREFIX "invalid.fieldvalue."
public static final String CONVERSION_PROPERTY_FULLNAME "conversion.property.fullName"
public static final String LAST_BEAN_CLASS_ACCESSED "last.bean.accessed"
public static final String LAST_BEAN_PROPERTY_ACCESSED "last.property.accessed"
public static final String MESSAGE_INDEX_BRACKET_PATTERN "[\\[\\]\\.]"
public static final String MESSAGE_INDEX_PATTERN "\\[\\d+\\]\\."
public static final String PERIOD "."
public static final String REPORT_CONVERSION_ERRORS "report.conversion.errors"

com.opensymphony.xwork2.conversion.metadata.ConversionDescription
public static final String DEPRECATED_ELEMENT_PREFIX "Collection_"
public static final String ELEMENT_PREFIX "Element_"
public static final String KEY_PREFIX "Key_"
public static final String KEY_PROPERTY_PREFIX "KeyProperty_"

com.opensymphony.xwork2.inject.Container
public static final String DEFAULT_NAME "default"

com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor
public static final String ORIGINAL_PROPERTY_OVERRIDE "original.property.override"

com.opensymphony.xwork2.interceptor.I18nInterceptor
public static final String DEFAULT_PARAMETER "request_locale"
public static final String DEFAULT_REQUESTONLY_PARAMETER "request_only_locale"
public static final String DEFAULT_SESSION_ATTRIBUTE "WW_TRANS_I18N_LOCALE"

com.opensymphony.xwork2.mock.MockInterceptor
public static final String DEFAULT_FOO_VALUE "fooDefault"

com.opensymphony.xwork2.ognl.accessor.XWorkCollectionPropertyAccessor
public static final String KEY_PROPERTY_FOR_CREATION "makeNew"

com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor
public static final String DENY_INDEXED_ACCESS_EXECUTION "xwork.IndexedPropertyAccessor.denyMethodExecution"
public static final String DENY_METHOD_EXECUTION "xwork.MethodAccessor.denyMethodExecution"

com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor
public static final String APPLICATION_CONTEXT "com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor.applicationContext"

com.opensymphony.xwork2.util.DomHelper
public static final String XMLNS_URI "http://www.w3.org/2000/xmlns/"

com.opensymphony.xwork2.util.URLUtil
public static final String JBOSS5_VFSMEMORY "vfsmemory"
public static final String JBOSS5_VFSZIP "vfszip"

com.opensymphony.xwork2.util.ValueStack
public static final String REPORT_ERRORS_ON_NO_PROP "com.opensymphony.xwork2.util.ValueStack.ReportErrorsOnNoProp"
public static final String VALUE_STACK "com.opensymphony.xwork2.util.ValueStack.ValueStack"

com.opensymphony.xwork2.util.WildcardHelper
protected static final int MATCH_BEGIN -4
protected static final int MATCH_END -3
protected static final int MATCH_FILE -1
protected static final int MATCH_PATH -2
protected static final int MATCH_THEEND -5

com.opensymphony.xwork2.util.finder.ClassLoaderInterface
public static final String CLASS_LOADER_INTERFACE "__current_class_loader_interface"

com.opensymphony.xwork2.util.location.LocationAttributes
public static final String COL_ATTR "column"
public static final String LINE_ATTR "line"
public static final String PREFIX "loc"
public static final String Q_COL_ATTR "loc:column"
public static final String Q_LINE_ATTR "loc:line"
public static final String Q_SRC_ATTR "loc:src"
public static final String SRC_ATTR "src"
public static final String URI "http://opensymphony.com/xwork/location"

com.opensymphony.xwork2.util.location.LocationUtils
public static final String UNKNOWN_STRING "[unknown location]"

com.opensymphony.xwork2.util.profiling.UtilTimerStack
public static final String ACTIVATE_PROPERTY "xwork.profile.activate"
public static final String MIN_TIME "xwork.profile.mintime"

com.opensymphony.xwork2.util.reflection.ReflectionContextState
public static final String CREATE_NULL_OBJECTS "xwork.NullHandler.createNullObjects"
public static final String CURRENT_PROPERTY_PATH "current.property.path"
public static final String DENY_INDEXED_ACCESS_EXECUTION "xwork.IndexedPropertyAccessor.denyMethodExecution"
public static final String DENY_METHOD_EXECUTION "xwork.MethodAccessor.denyMethodExecution"
public static final String FULL_PROPERTY_PATH "current.property.path"

com.opensymphony.xwork2.validator.AnnotationActionValidatorManager
protected static final String VALIDATION_CONFIG_SUFFIX "-validation.xml"

com.opensymphony.xwork2.validator.DefaultActionValidatorManager
protected static final String VALIDATION_CONFIG_SUFFIX "-validation.xml"

com.opensymphony.xwork2.validator.validators.EmailValidator
public static final String emailAddressPattern "\\b(^[\'_A-Za-z0-9-]+(\\.[\'_A-Za-z0-9-]+)*@([A-Za-z0-9-])+(\\.[A-Za-z0-9-]+)*((\\.[A-Za-z0-9]{2,})|(\\.[A-Za-z0-9]{2,}\\.[A-Za-z0-9]{2,}))$)\\b"



Copyright © 2009 OpenSymphony. All Rights Reserved.