Class GuestElementProcessor
- java.lang.Object
-
- org.thymeleaf.processor.AbstractProcessor
-
- org.thymeleaf.processor.element.AbstractElementTagProcessor
-
- at.pollux.thymeleaf.shiro.processor.element.GuestElementProcessor
-
- All Implemented Interfaces:
org.thymeleaf.processor.element.IElementProcessor,org.thymeleaf.processor.element.IElementTagProcessor,org.thymeleaf.processor.IProcessor
public class GuestElementProcessor extends org.thymeleaf.processor.element.AbstractElementTagProcessor
-
-
Constructor Summary
Constructors Constructor Description GuestElementProcessor(java.lang.String dialectPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoProcess(org.thymeleaf.context.ITemplateContext iTemplateContext, org.thymeleaf.model.IProcessableElementTag iProcessableElementTag, org.thymeleaf.processor.element.IElementTagStructureHandler iElementTagStructureHandler)-
Methods inherited from class org.thymeleaf.processor.element.AbstractElementTagProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, process
-
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateMode
-
-
-
-
Method Detail
-
doProcess
protected void doProcess(org.thymeleaf.context.ITemplateContext iTemplateContext, org.thymeleaf.model.IProcessableElementTag iProcessableElementTag, org.thymeleaf.processor.element.IElementTagStructureHandler iElementTagStructureHandler)- Specified by:
doProcessin classorg.thymeleaf.processor.element.AbstractElementTagProcessor
-
-