public class ValidateContext extends AbstractContext
Constructor and Description |
---|
ValidateContext(IApplication owner,
Annotation annotation,
ValidationMeta.ParamInfo paramInfo,
Map<String,Object> paramValues,
Map<String,String> contextParams,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation() |
static Map<String,Object> |
getLocalAttributes() |
ValidationMeta.ParamInfo |
getParamInfo() |
Object |
getParamValue() |
Object |
getParamValue(String paramName) |
Map<String,Object> |
getParamValues() |
String |
getResourceName() |
static void |
removeLocalAttributes() |
getContextParams, getOwner
public ValidateContext(IApplication owner, Annotation annotation, ValidationMeta.ParamInfo paramInfo, Map<String,Object> paramValues, Map<String,String> contextParams, String resourceName)
public static void removeLocalAttributes()
public String getResourceName()
public Annotation getAnnotation()
public ValidationMeta.ParamInfo getParamInfo()
public Object getParamValue()
Copyright © 2022. All rights reserved.