org.thymeleaf.spring3.expression
Class Fields

Object
  extended by org.thymeleaf.spring3.expression.Fields

public class Fields
extends Object

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
Fields(org.thymeleaf.Arguments arguments, org.thymeleaf.templateresolver.TemplateResolution templateResolution, org.thymeleaf.standard.processor.value.IStandardValueProcessor valueProcessor)
           
 
Method Summary
 List<String> errors(String field)
           
 boolean hasErrors(String field)
           
 String idFromName(String fieldName)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fields

public Fields(org.thymeleaf.Arguments arguments,
              org.thymeleaf.templateresolver.TemplateResolution templateResolution,
              org.thymeleaf.standard.processor.value.IStandardValueProcessor valueProcessor)
Method Detail

hasErrors

public boolean hasErrors(String field)

errors

public List<String> errors(String field)

idFromName

public String idFromName(String fieldName)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.