org.apache.myfaces.extensions.validator.baseval.annotation
Annotation Type Pattern
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface Pattern
- Since:
- 1.x.1
value
public abstract String[] value
validationErrorMsgKey
public abstract String validationErrorMsgKey
- Default:
- "no_match"
parameters
public abstract Class<? extends ValidationParameter>[] parameters
- Default:
- org.apache.myfaces.extensions.validator.core.validation.parameter.ViolationSeverity.Error.class
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.