jbpm-form-modeler-ui 6.2.0.CR1

org.jbpm.formModeler.core.processing.formRendering
Class FormErrorsFormatter

java.lang.Object
  extended by org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter
      extended by org.jbpm.formModeler.core.processing.formRendering.FormErrorsFormatter

@Named(value="FormErrorsFormatter")
public class FormErrorsFormatter
extends org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter

Renders a dynamic form errors


Constructor Summary
FormErrorsFormatter()
           
 
Method Summary
 List getFormFieldErrors(String namespace, Long formId)
           
 int getMaxVisibleErrors()
           
 void service(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 void setMaxVisibleErrors(int maxVisibleErrors)
           
 
Methods inherited from class org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter
afterRendering, getLang, getLocale, getLocaleManager, getParameter, includePage, renderFragment, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeInterpreter, setTag, writeToOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormErrorsFormatter

public FormErrorsFormatter()
Method Detail

getMaxVisibleErrors

public int getMaxVisibleErrors()

setMaxVisibleErrors

public void setMaxVisibleErrors(int maxVisibleErrors)

service

public void service(javax.servlet.http.HttpServletRequest httpServletRequest,
                    javax.servlet.http.HttpServletResponse httpServletResponse)
             throws org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterException
Specified by:
service in class org.jbpm.formModeler.service.bb.mvc.taglib.formatter.Formatter
Throws:
org.jbpm.formModeler.service.bb.mvc.taglib.formatter.FormatterException

getFormFieldErrors

public List getFormFieldErrors(String namespace,
                               Long formId)

jbpm-form-modeler-ui 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.