|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.beanvalidation.DefaultValidationErrorConfig
public class DefaultValidationErrorConfig
Default ValidationError Config implementation
Constructor Summary | |
---|---|
DefaultValidationErrorConfig()
|
Method Summary | |
---|---|
String |
getFieldKeysPrefix()
The prefix of fields name in the resource file (ex : myplugin.model.entity.product.field." ) |
String |
getFieldWrapperBegin()
Returns the begin wrapper string for fieldname rendering (ex : "'" or "<strong">" ) |
String |
getFieldWrapperEnd()
Returns the end wrapper string for fieldname rendering (ex : "'" or "</strong">" ) |
String |
getValue1Attributes()
Returns the list of constraint descriptor attribute that will appear in the value#1 of the message |
String |
getValue2Attributes()
Returns the list of constraint descriptor attribute that will appear in the value#2 of the message |
String[] |
getVariablesPrefix()
The array of all variables prefix |
void |
setFieldKeysPrefix(String strFieldKeysPrefix)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultValidationErrorConfig()
Method Detail |
---|
public String getValue1Attributes()
getValue1Attributes
in interface ValidationErrorConfig
public String getValue2Attributes()
getValue2Attributes
in interface ValidationErrorConfig
public String[] getVariablesPrefix()
getVariablesPrefix
in interface ValidationErrorConfig
public String getFieldKeysPrefix()
getFieldKeysPrefix
in interface ValidationErrorConfig
public void setFieldKeysPrefix(String strFieldKeysPrefix)
strFieldKeysPrefix
- the _strFieldKeysPrefix to setpublic String getFieldWrapperBegin()
getFieldWrapperBegin
in interface ValidationErrorConfig
public String getFieldWrapperEnd()
getFieldWrapperEnd
in interface ValidationErrorConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |