org.thymeleaf.standard.processor.attr
Class AbstractStandardTextInlinerAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.standard.processor.attr.AbstractStandardTextInlinerAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardInlineAttrProcessor

public abstract class AbstractStandardTextInlinerAttrProcessor
extends AbstractAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Field Summary
static String DART_INLINE
           
static String JAVASCRIPT_INLINE
           
static String NONE_INLINE
           
static String TEXT_INLINE
           
 
Constructor Summary
AbstractStandardTextInlinerAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
AbstractStandardTextInlinerAttrProcessor(String attributeName)
           
 
Method Summary
protected static IStandardTextInliner getTextInliner(Element element, String attributeName)
           
 ProcessorResult processAttribute(Arguments arguments, Element element, String attributeName)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
doProcess, getMatcher
 
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, process
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_INLINE

public static final String TEXT_INLINE
See Also:
Constant Field Values

JAVASCRIPT_INLINE

public static final String JAVASCRIPT_INLINE
See Also:
Constant Field Values

DART_INLINE

public static final String DART_INLINE
See Also:
Constant Field Values

NONE_INLINE

public static final String NONE_INLINE
See Also:
Constant Field Values
Constructor Detail

AbstractStandardTextInlinerAttrProcessor

public AbstractStandardTextInlinerAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardTextInlinerAttrProcessor

public AbstractStandardTextInlinerAttrProcessor(String attributeName)
Method Detail

processAttribute

public final ProcessorResult processAttribute(Arguments arguments,
                                              Element element,
                                              String attributeName)
Specified by:
processAttribute in class AbstractAttrProcessor

getTextInliner

protected static IStandardTextInliner getTextInliner(Element element,
                                                     String attributeName)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.