@Deprecated public class XWork2ValidatorUtil extends Object
| Constructor and Description |
|---|
XWork2ValidatorUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static com.opensymphony.xwork2.util.ValueStack |
createValuestack()
Deprecated.
|
static <O> Map<NuitonValidatorScope,String[]> |
detectFields(Class<O> type,
String context,
NuitonValidatorScope[] scopeUniverse)
Deprecated.
|
protected static Set<String> |
detectFieldsForScope(com.opensymphony.xwork2.validator.ActionValidatorManager validator,
Class<?> type,
NuitonValidatorScope scope,
String context,
Set<String> availableFields,
boolean includeDefaultContext)
Deprecated.
|
static String |
getContextForScope(String context,
NuitonValidatorScope scope)
Deprecated.
|
static com.opensymphony.xwork2.util.ValueStack |
getSharedValueStack()
Deprecated.
|
protected static com.opensymphony.xwork2.validator.ActionValidatorManager |
newValidationManager(com.opensymphony.xwork2.util.ValueStack vs)
Deprecated.
|
static <O> XWork2ScopeValidator<O> |
newXWorkScopeValidator(Class<O> beanClass,
String contextName,
Set<String> fields)
Deprecated.
|
static <O> XWork2ScopeValidator<O> |
newXWorkScopeValidator(Class<O> beanClass,
String contextName,
Set<String> fields,
com.opensymphony.xwork2.util.ValueStack vs)
Deprecated.
|
public static com.opensymphony.xwork2.util.ValueStack getSharedValueStack()
public static com.opensymphony.xwork2.util.ValueStack createValuestack()
public static <O> XWork2ScopeValidator<O> newXWorkScopeValidator(Class<O> beanClass, String contextName, Set<String> fields)
public static <O> XWork2ScopeValidator<O> newXWorkScopeValidator(Class<O> beanClass, String contextName, Set<String> fields, com.opensymphony.xwork2.util.ValueStack vs)
public static String getContextForScope(String context, NuitonValidatorScope scope)
protected static com.opensymphony.xwork2.validator.ActionValidatorManager newValidationManager(com.opensymphony.xwork2.util.ValueStack vs)
public static <O> Map<NuitonValidatorScope,String[]> detectFields(Class<O> type, String context, NuitonValidatorScope[] scopeUniverse)
Copyright © 2011-2013 CodeLutin. All Rights Reserved.