org.thymeleaf.standard.processor.attr
Class AbstractStandardFragmentHandlingAttrProcessor
Object
  
org.thymeleaf.processor.AbstractProcessor
      
org.thymeleaf.processor.attr.AbstractAttrProcessor
          
org.thymeleaf.processor.attr.AbstractFragmentHandlingAttrProcessor
              
org.thymeleaf.standard.processor.attr.AbstractStandardFragmentHandlingAttrProcessor
- All Implemented Interfaces: 
 - Comparable<IProcessor>, IProcessor
 
- Direct Known Subclasses: 
 - StandardIncludeFragmentAttrProcessor, StandardReplaceFragmentAttrProcessor, StandardSubstituteByFragmentAttrProcessor
 
public abstract class AbstractStandardFragmentHandlingAttrProcessor
- extends AbstractFragmentHandlingAttrProcessor
 
- Since:
 
  - 2.0.9
 
- Author:
 
  - Daniel Fernández
 
 
 
 
 
 
| Methods inherited from class Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractStandardFragmentHandlingAttrProcessor
protected AbstractStandardFragmentHandlingAttrProcessor(IAttributeNameProcessorMatcher matcher)
AbstractStandardFragmentHandlingAttrProcessor
protected AbstractStandardFragmentHandlingAttrProcessor(String attributeName)
getFragmentAndTarget
protected final FragmentAndTarget getFragmentAndTarget(Arguments arguments,
                                                       Element element,
                                                       String attributeName,
                                                       String attributeValue,
                                                       boolean substituteInclusionNode)
- Specified by:
 getFragmentAndTarget in class AbstractFragmentHandlingAttrProcessor
 
 
getTargetAttributeName
protected abstract String getTargetAttributeName(Arguments arguments,
                                                 Element element,
                                                 String attributeName,
                                                 String attributeValue)
 
Copyright © 2014 The THYMELEAF team. All Rights Reserved.