org.thymeleaf.processor.attr
Class AbstractFragmentInclusionAttrProcessor.AbstractFragmentSpec

Object
  extended by org.thymeleaf.processor.attr.AbstractFragmentInclusionAttrProcessor.AbstractFragmentSpec
Direct Known Subclasses:
AbstractFragmentInclusionAttrProcessor.CompleteTemplateFragmentSpec, AbstractFragmentInclusionAttrProcessor.NamedFragmentSpec, AbstractFragmentInclusionAttrProcessor.XPathFragmentSpec
Enclosing class:
AbstractFragmentInclusionAttrProcessor

protected abstract static class AbstractFragmentInclusionAttrProcessor.AbstractFragmentSpec
extends Object

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractFragmentInclusionAttrProcessor.AbstractFragmentSpec(String fragmentTemplateName)
           
 
Method Summary
 String getFragmentTemplateName()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFragmentInclusionAttrProcessor.AbstractFragmentSpec

public AbstractFragmentInclusionAttrProcessor.AbstractFragmentSpec(String fragmentTemplateName)
Method Detail

getFragmentTemplateName

public String getFragmentTemplateName()


Copyright © 2011 The THYMELEAF team. All Rights Reserved.