org.thymeleaf.standard.processor.element
Class StandardBlockElementProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.element.AbstractElementProcessor
          extended by org.thymeleaf.processor.element.AbstractNoOpElementProcessor
              extended by org.thymeleaf.standard.processor.element.StandardBlockElementProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor

public final class StandardBlockElementProcessor
extends AbstractNoOpElementProcessor

An attribute container that allows template developers to specify whichever attributes they want, executes them, and then simply dissapears without a trace.

Since:
2.1.0
Author:
Daniel Fernández

Field Summary
static int ATTR_PRECEDENCE
           
static String ELEMENT_NAME
           
 
Constructor Summary
StandardBlockElementProcessor()
           
 
Method Summary
 int getPrecedence()
           
protected  boolean removeHostElement(Arguments arguments, Element element)
           
 
Methods inherited from class org.thymeleaf.processor.element.AbstractNoOpElementProcessor
processElement
 
Methods inherited from class org.thymeleaf.processor.element.AbstractElementProcessor
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

ELEMENT_NAME

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

StandardBlockElementProcessor

public StandardBlockElementProcessor()
Method Detail

getPrecedence

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

removeHostElement

protected boolean removeHostElement(Arguments arguments,
                                    Element element)
Specified by:
removeHostElement in class AbstractNoOpElementProcessor


Copyright © 2013 The THYMELEAF team. All Rights Reserved.