Constant Field Values


Contents
com.opensymphony.*

com.opensymphony.xwork2.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.xwork2.ActionChainResult
public static final java.lang.String DEFAULT_PARAM "actionName"
public static final java.lang.String SKIP_ACTIONS_PARAM "skipActions"

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

com.opensymphony.xwork2.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.xwork2.config.entities.ActionConfig
public static final java.lang.String WILDCARD "*"

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

com.opensymphony.xwork2.conversion.impl.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.xwork2.conversion.impl.InstantiatingNullHandler
public static final java.lang.String CREATE_NULL_OBJECTS "xwork.NullHandler.createNullObjects"

com.opensymphony.xwork2.conversion.impl.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 MESSAGE_INDEX_BRACKET_PATTERN "[\\[\\]\\.]"
public static final java.lang.String MESSAGE_INDEX_PATTERN "\\[\\d+\\]\\."
public static final java.lang.String PERIOD "."
public static final java.lang.String REPORT_CONVERSION_ERRORS "report.conversion.errors"

com.opensymphony.xwork2.conversion.metadata.ConversionDescription
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.xwork2.inject.Container
public static final java.lang.String DEFAULT_NAME "default"

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

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

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

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

com.opensymphony.xwork2.ognl.accessor.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.xwork2.spring.interceptor.ActionAutowiringInterceptor
public static final java.lang.String APPLICATION_CONTEXT "com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor.applicationContext"

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

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

com.opensymphony.xwork2.util.ValueStack
public static final java.lang.String REPORT_ERRORS_ON_NO_PROP "com.opensymphony.xwork2.util.ValueStack.ReportErrorsOnNoProp"
public static final java.lang.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 java.lang.String CLASS_LOADER_INTERFACE "__current_class_loader_interface"

com.opensymphony.xwork2.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.xwork2.util.location.LocationUtils
public static final java.lang.String UNKNOWN_STRING "[unknown location]"

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

com.opensymphony.xwork2.util.reflection.ReflectionContextState
public static final java.lang.String CREATE_NULL_OBJECTS "xwork.NullHandler.createNullObjects"
public static final java.lang.String CURRENT_PROPERTY_PATH "current.property.path"
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"
public static final java.lang.String FULL_PROPERTY_PATH "current.property.path"

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

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

com.opensymphony.xwork2.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"



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