org.thymeleaf.processor.attr
Class AbstractFragmentAttrProcessor.NamedFragmentSpec

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

protected static final class AbstractFragmentAttrProcessor.NamedFragmentSpec
extends AbstractFragmentAttrProcessor.AbstractFragmentSpec

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractFragmentAttrProcessor.NamedFragmentSpec(String fragmentTemplateName, String fragmentAttributeName, String fragmentAttributeValue)
           
AbstractFragmentAttrProcessor.NamedFragmentSpec(String fragmentTemplateName, String fragmentElementName, String fragmentAttributeName, String fragmentAttributeValue)
           
 
Method Summary
 String getFragmentAttributeName()
           
 String getFragmentAttributeValue()
           
 String getFragmentElementName()
           
 
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.NamedFragmentSpec

public AbstractFragmentAttrProcessor.NamedFragmentSpec(String fragmentTemplateName,
                                                       String fragmentAttributeName,
                                                       String fragmentAttributeValue)

AbstractFragmentAttrProcessor.NamedFragmentSpec

public AbstractFragmentAttrProcessor.NamedFragmentSpec(String fragmentTemplateName,
                                                       String fragmentElementName,
                                                       String fragmentAttributeName,
                                                       String fragmentAttributeValue)
Method Detail

getFragmentElementName

public String getFragmentElementName()

getFragmentAttributeName

public String getFragmentAttributeName()

getFragmentAttributeValue

public String getFragmentAttributeValue()


Copyright © 2012 The THYMELEAF team. All Rights Reserved.