@Component(value="blFormProcessor")
public class FormProcessor
extends org.thymeleaf.processor.element.AbstractElementProcessor
| Modifier and Type | Field and Description |
|---|---|
protected ExploitProtectionService |
eps |
| Constructor and Description |
|---|
FormProcessor()
Sets the name of this processor to be used in Thymeleaf template
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPrecedence()
We need this replacement to execute as early as possible to allow subsequent processors to act
on this element as if it were a normal form instead of a blc:form
|
protected org.thymeleaf.processor.ProcessorResult |
processElement(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
doProcess, getMatcherprotected ExploitProtectionService eps
public FormProcessor()
public int getPrecedence()
getPrecedence in class org.thymeleaf.processor.AbstractProcessorprotected org.thymeleaf.processor.ProcessorResult processElement(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
processElement in class org.thymeleaf.processor.element.AbstractElementProcessorCopyright © 2014. All Rights Reserved.