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)
          Deprecated. Use Fields(Configuration, IProcessingContext) instead. Will be removed in 2.1.x
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

@Deprecated
public Fields(org.thymeleaf.Arguments arguments)
Deprecated. Use Fields(Configuration, IProcessingContext) instead. Will be removed in 2.1.x


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 © 2012 The THYMELEAF team. All Rights Reserved.