org.thymeleaf.processor.attr
Class AbstractFragmentAttrProcessor.XPathFragmentSpec

Object
  extended by org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor.AbstractFragmentSpec
      extended by org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor.XPathFragmentSpec
Enclosing class:
AbstractFragmentAttrProcessor

protected static final class AbstractFragmentAttrProcessor.XPathFragmentSpec
extends AbstractFragmentAttrProcessor.AbstractFragmentSpec

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractFragmentAttrProcessor.XPathFragmentSpec(String fragmentTemplateName, String xpathExpression)
           
 
Method Summary
 String getXPathExpression()
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractFragmentAttrProcessor.AbstractFragmentSpec
getFragmentTemplateName
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFragmentAttrProcessor.XPathFragmentSpec

public AbstractFragmentAttrProcessor.XPathFragmentSpec(String fragmentTemplateName,
                                                       String xpathExpression)
Method Detail

getXPathExpression

public String getXPathExpression()


Copyright © 2012 The THYMELEAF team. All Rights Reserved.