Constant Field Values


Contents
com.opensymphony.*

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

com.opensymphony.xwork.ActionChainResult
public static final java.lang.String DEFAULT_PARAM "actionName"

com.opensymphony.xwork.ActionContext
public static final java.lang.String ACTION_INVOCATION "com.opensymphony.xwork.ActionContext.actionInvocation"
public static final java.lang.String ACTION_NAME "com.opensymphony.xwork.ActionContext.name"
public static final java.lang.String APPLICATION "com.opensymphony.xwork.ActionContext.application"
public static final java.lang.String CONVERSION_ERRORS "com.opensymphony.xwork.ActionContext.conversionErrors"
public static final java.lang.String DEV_MODE "__devMode"
public static final java.lang.String LOCALE "com.opensymphony.xwork.ActionContext.locale"
public static final java.lang.String PARAMETERS "com.opensymphony.xwork.ActionContext.parameters"
public static final java.lang.String SESSION "com.opensymphony.xwork.ActionContext.session"
public static final java.lang.String TYPE_CONVERTER "com.opensymphony.xwork.ActionContext.typeConverter"
public static final java.lang.String VALUE_STACK "com.opensymphony.xwork.util.OgnlValueStack.ValueStack"

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

com.opensymphony.xwork.interceptor.ConversionErrorInterceptor
public static final java.lang.String ORIGINAL_PROPERTY_OVERRIDE "original.property.override"

com.opensymphony.xwork.interceptor.I18nInterceptor
public static final java.lang.String DEFAULT_PARAMETER "request_locale"
public static final java.lang.String DEFAULT_SESSION_ATTRIBUTE "WW_TRANS_I18N_LOCALE"

com.opensymphony.xwork.interceptor.component.ComponentInterceptor
public static final java.lang.String COMPONENT_MANAGER "com.opensymphony.xwork.interceptor.component.ComponentManager"

com.opensymphony.xwork.interceptor.component.ComponentManager
public static final java.lang.String COMPONENT_MANAGER_KEY "DefaultComponentManager"

com.opensymphony.xwork.mock.MockInterceptor
public static final java.lang.String DEFAULT_FOO_VALUE "fooDefault"

com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor
public static final java.lang.String APPLICATION_CONTEXT "com.opensymphony.xwork.spring.interceptor.ActionAutowiringInterceptor.applicationContext"

com.opensymphony.xwork.util.DefaultObjectTypeDeterminer
public static final java.lang.String CREATE_IF_NULL_PREFIX "CreateIfNull_"
public static final java.lang.String DEPRECATED_ELEMENT_PREFIX "Collection_"
public static final java.lang.String ELEMENT_PREFIX "Element_"
public static final java.lang.String KEY_PREFIX "Key_"
public static final java.lang.String KEY_PROPERTY_PREFIX "KeyProperty_"

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

com.opensymphony.xwork.util.InstantiatingNullHandler
public static final java.lang.String CREATE_NULL_OBJECTS "xwork.NullHandler.createNullObjects"

com.opensymphony.xwork.util.OgnlContextState
public static final java.lang.String CURRENT_PROPERTY_PATH "current.property.path"
public static final java.lang.String FULL_PROPERTY_PATH "current.property.path"

com.opensymphony.xwork.util.OgnlValueStack
public static final java.lang.String REPORT_ERRORS_ON_NO_PROP "com.opensymphony.xwork.util.OgnlValueStack.ReportErrorsOnNoProp"
public static final java.lang.String VALUE_STACK "com.opensymphony.xwork.util.OgnlValueStack.ValueStack"

com.opensymphony.xwork.util.XWorkCollectionPropertyAccessor
public static final java.lang.String KEY_PROPERTY_FOR_CREATION "makeNew"

com.opensymphony.xwork.util.XWorkContinuationConfig
public static final java.lang.String CONTINUE_KEY "__continue"
public static final java.lang.String CONTINUE_PARAM "__continue"

com.opensymphony.xwork.util.XWorkConverter
public static final java.lang.String CONVERSION_COLLECTION_PREFIX "Collection_"
public static final java.lang.String CONVERSION_ERROR_PROPERTY_PREFIX "invalid.fieldvalue."
public static final java.lang.String CONVERSION_PROPERTY_FULLNAME "conversion.property.fullName"
public static final java.lang.String LAST_BEAN_CLASS_ACCESSED "last.bean.accessed"
public static final java.lang.String LAST_BEAN_PROPERTY_ACCESSED "last.property.accessed"
public static final java.lang.String REPORT_CONVERSION_ERRORS "report.conversion.errors"

com.opensymphony.xwork.util.XWorkMethodAccessor
public static final java.lang.String DENY_INDEXED_ACCESS_EXECUTION "xwork.IndexedPropertyAccessor.denyMethodExecution"
public static final java.lang.String DENY_METHOD_EXECUTION "xwork.MethodAccessor.denyMethodExecution"

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

com.opensymphony.xwork.util.location.LocationUtils
public static final java.lang.String UNKNOWN_STRING "[unknown location]"

com.opensymphony.xwork.validator.DefaultActionValidatorManager
protected static final java.lang.String VALIDATION_CONFIG_SUFFIX "-validation.xml"

com.opensymphony.xwork.validator.validators.EmailValidator
public static final java.lang.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"


XWork Project Page