org.thymeleaf.processor.applicability
Class AttrValueApplicabilityFilter

Object
  extended by org.thymeleaf.processor.applicability.AttrValueApplicabilityFilter
All Implemented Interfaces:
IApplicabilityFilter

public final class AttrValueApplicabilityFilter
extends Object
implements IApplicabilityFilter

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AttrValueApplicabilityFilter(String attrName, String attrValue)
           
 
Method Summary
 String getAttrName()
           
 String getAttrValue()
           
 String getStringRepresentation()
           
 boolean isApplicableToAttribute(Element element, Attr attribute)
           
 boolean isApplicableToTag(Element element)
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttrValueApplicabilityFilter

public AttrValueApplicabilityFilter(String attrName,
                                    String attrValue)
Method Detail

getAttrName

public String getAttrName()

getAttrValue

public String getAttrValue()

isApplicableToAttribute

public boolean isApplicableToAttribute(Element element,
                                       Attr attribute)
Specified by:
isApplicableToAttribute in interface IApplicabilityFilter

isApplicableToTag

public boolean isApplicableToTag(Element element)
Specified by:
isApplicableToTag in interface IApplicabilityFilter

getStringRepresentation

public String getStringRepresentation()
Specified by:
getStringRepresentation in interface IApplicabilityFilter

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 The THYMELEAF team. All Rights Reserved.