Constant Field Values


Contents
com.opensymphony.*

com.opensymphony.xwork.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.xwork.ActionChainResult
public static final String DEFAULT_PARAM "actionName"

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

com.opensymphony.xwork.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.xwork.interceptor.ConversionErrorInterceptor
public static final String ORIGINAL_PROPERTY_OVERRIDE "original.property.override"

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

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

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

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

com.opensymphony.xwork.util.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 REPORT_CONVERSION_ERRORS "report.conversion.errors"

com.opensymphony.xwork.util.XWorkMethodAccessor
public static final String DENY_METHOD_EXECUTION "xwork.MethodAccessor.denyMethodExecution"

com.opensymphony.xwork.validator.ActionValidatorManager
protected static final String VALIDATION_CONFIG_SUFFIX "-validation.xml"


XWork Project Page