|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationSource
Represents a configuration source. In particular META-INF/validation.xml
Method Summary | |
---|---|
Set<String> |
getConstraintMappingResourcePath()
Returns a set of resource path pointing to XML constraint mapping files. |
String |
getConstraintValidatorFactoryClassName()
Class name of the ConstraintValidatorFactory implementation
or null if none is specified. |
String |
getDefaultProviderClassName()
Class name of the ValidationProvider implementation
or null if none is specified. |
String |
getMessageInterpolatorClassName()
Class name of the MessageInterpolator implementation
or null if none is specified. |
String |
getParameterNameProviderClassName()
Class name of the ParameterNameProvider implementation
or null if none is specified. |
Map<String,String> |
getProperties()
Returns properties as a Map of property name as key and property value as value. |
String |
getTraversableResolverClassName()
Class name of the TraversableResolver implementation
or null if none is specified. |
Method Detail |
---|
String getDefaultProviderClassName()
ValidationProvider
implementation
or null if none is specified.
String getConstraintValidatorFactoryClassName()
ConstraintValidatorFactory
implementation
or null if none is specified.
String getMessageInterpolatorClassName()
MessageInterpolator
implementation
or null if none is specified.
String getTraversableResolverClassName()
TraversableResolver
implementation
or null if none is specified.
String getParameterNameProviderClassName()
ParameterNameProvider
implementation
or null if none is specified.
Set<String> getConstraintMappingResourcePath()
Map<String,String> getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |