org.thymeleaf.spring3.expression
Class Fields

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

public final class Fields
extends Object

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
Fields(org.thymeleaf.Configuration configuration, org.thymeleaf.context.IProcessingContext processingContext)
           
 
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.Configuration configuration,
              org.thymeleaf.context.IProcessingContext processingContext)
Method Detail

hasErrors

public boolean hasErrors(String field)

errors

public List<String> errors(String field)

idFromName

public String idFromName(String fieldName)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.