org.thymeleaf.standard.processor.element
Class StandardBlockElementProcessor
Object
   org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.AbstractProcessor
       org.thymeleaf.processor.element.AbstractElementProcessor
org.thymeleaf.processor.element.AbstractElementProcessor
           org.thymeleaf.processor.element.AbstractNoOpElementProcessor
org.thymeleaf.processor.element.AbstractNoOpElementProcessor
               org.thymeleaf.standard.processor.element.StandardBlockElementProcessor
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
 
 
 
 
 
 
| Methods inherited from class Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
StandardBlockElementProcessor
public StandardBlockElementProcessor()
getPrecedence
public int getPrecedence()
- 
- Specified by:
- getPrecedencein class- AbstractProcessor
 
- 
 
removeHostElement
protected boolean removeHostElement(Arguments arguments,
                                    Element element)
- 
- Specified by:
- removeHostElementin class- AbstractNoOpElementProcessor
 
- 
 
Copyright © 2013 The THYMELEAF team. All Rights Reserved.