Package org.thymeleaf.standard.processor
Class StandardLangXmlLangTagProcessor
- Object
- 
- org.thymeleaf.processor.AbstractProcessor
- 
- org.thymeleaf.processor.element.AbstractElementTagProcessor
- 
- org.thymeleaf.processor.element.AbstractAttributeTagProcessor
- 
- org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor
- 
- org.thymeleaf.standard.processor.AbstractStandardDoubleAttributeModifierTagProcessor
- 
- org.thymeleaf.standard.processor.StandardLangXmlLangTagProcessor
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- IAttributeDefinitionsAware,- IElementProcessor,- IElementTagProcessor,- IProcessor
 
 public final class StandardLangXmlLangTagProcessor extends AbstractStandardDoubleAttributeModifierTagProcessor - Since:
- 3.0.0
- Author:
- Daniel Fernández
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringATTR_NAMEstatic intPRECEDENCEstatic StringTARGET_ATTR_NAME_ONEstatic StringTARGET_ATTR_NAME_TWO
 - 
Constructor SummaryConstructors Constructor Description StandardLangXmlLangTagProcessor(String dialectPrefix)
 - 
Method Summary- 
Methods inherited from class org.thymeleaf.standard.processor.AbstractStandardDoubleAttributeModifierTagProcessordoProcess, setAttributeDefinitions
 - 
Methods inherited from class org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessordoProcess
 - 
Methods inherited from class org.thymeleaf.processor.element.AbstractAttributeTagProcessordoProcess
 - 
Methods inherited from class org.thymeleaf.processor.element.AbstractElementTagProcessorgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, process
 - 
Methods inherited from class org.thymeleaf.processor.AbstractProcessorgetPrecedence, getTemplateMode
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.thymeleaf.processor.IProcessorgetPrecedence, getTemplateMode
 
- 
 
- 
- 
- 
Field Detail- 
PRECEDENCEpublic static final int PRECEDENCE - See Also:
- Constant Field Values
 
 - 
ATTR_NAMEpublic static final String ATTR_NAME - See Also:
- Constant Field Values
 
 - 
TARGET_ATTR_NAME_ONEpublic static final String TARGET_ATTR_NAME_ONE - See Also:
- Constant Field Values
 
 - 
TARGET_ATTR_NAME_TWOpublic static final String TARGET_ATTR_NAME_TWO - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
StandardLangXmlLangTagProcessorpublic StandardLangXmlLangTagProcessor(String dialectPrefix) 
 
- 
 
-