org.thymeleaf.standard.processor.attr
Class StandardRemoveAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractRemovalAttrProcessor
              extended by org.thymeleaf.standard.processor.attr.StandardRemoveAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor

public final class StandardRemoveAttrProcessor
extends AbstractRemovalAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Field Summary
static String ATTR_NAME
           
static int ATTR_PRECEDENCE
           
static String VALUE_ALL
           
static String VALUE_ALL_BUT_FIRST
           
static String VALUE_BODY
           
static String VALUE_TAG
           
 
Constructor Summary
StandardRemoveAttrProcessor()
           
 
Method Summary
 int getPrecedence()
           
protected  String getRemoveAllAttrValue()
           
protected  String getRemoveAllButFirstAttrValue()
           
protected  String getRemoveBodyAttrValue()
           
protected  String getRemoveElementAttrValue()
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractRemovalAttrProcessor
processAttribute
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
doProcess, getMatcher
 
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, process
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_PRECEDENCE

public static final int ATTR_PRECEDENCE
See Also:
Constant Field Values

ATTR_NAME

public static final String ATTR_NAME
See Also:
Constant Field Values

VALUE_ALL

public static final String VALUE_ALL
See Also:
Constant Field Values

VALUE_ALL_BUT_FIRST

public static final String VALUE_ALL_BUT_FIRST
See Also:
Constant Field Values

VALUE_TAG

public static final String VALUE_TAG
See Also:
Constant Field Values

VALUE_BODY

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

StandardRemoveAttrProcessor

public StandardRemoveAttrProcessor()
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in class AbstractProcessor

getRemoveAllAttrValue

protected String getRemoveAllAttrValue()
Specified by:
getRemoveAllAttrValue in class AbstractRemovalAttrProcessor

getRemoveAllButFirstAttrValue

protected String getRemoveAllButFirstAttrValue()
Specified by:
getRemoveAllButFirstAttrValue in class AbstractRemovalAttrProcessor

getRemoveBodyAttrValue

protected String getRemoveBodyAttrValue()
Specified by:
getRemoveBodyAttrValue in class AbstractRemovalAttrProcessor

getRemoveElementAttrValue

protected String getRemoveElementAttrValue()
Specified by:
getRemoveElementAttrValue in class AbstractRemovalAttrProcessor


Copyright © 2012 The THYMELEAF team. All Rights Reserved.