org.jbpm.formModeler.core.processing.formRendering
Class FormErrorMessageBuilder
java.lang.Object
org.jbpm.formModeler.core.processing.formRendering.FormErrorMessageBuilder
public class FormErrorMessageBuilder
- extends Object
Builds form error messages
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldI18nResourceObtainer
@Inject
protected FieldI18nResourceObtainer fieldI18nResourceObtainer
localeManager
@Inject
protected LocaleManager localeManager
FormErrorMessageBuilder
public FormErrorMessageBuilder()
getWrongFormErrors
public List getWrongFormErrors(String namespace,
Form form)
getWrongFormErrors
public List getWrongFormErrors(String namespace,
Form form,
List<String> errors)
addErrorMessages
protected void addErrorMessages(List msgs,
Field field,
ResourceBundle bundle,
List<String> errors)
addErrorMessage
protected void addErrorMessage(String error,
List<String> errors)
getErrorMessage
protected String getErrorMessage(String msg,
Field field,
ResourceBundle bundle)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.