public abstract class AbstractTemplateModeHandler extends Object implements SlingTemplateModeHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTemplateModeHandler(String templateModeName,
org.thymeleaf.templateparser.ITemplateParser templateParser,
org.thymeleaf.templatewriter.ITemplateWriter templateWriter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext componentContext) |
protected abstract void |
configure(org.osgi.service.component.ComponentContext componentContext) |
protected void |
configurePatternSpec(String[] strings) |
protected void |
deactivate(org.osgi.service.component.ComponentContext componentContext) |
org.thymeleaf.PatternSpec |
getPatternSpec() |
String |
getTemplateModeName() |
org.thymeleaf.templateparser.ITemplateParser |
getTemplateParser() |
org.thymeleaf.templatewriter.ITemplateWriter |
getTemplateWriter() |
protected void |
modified(org.osgi.service.component.ComponentContext componentContext) |
protected static int |
poolSize() |
protected AbstractTemplateModeHandler(String templateModeName, org.thymeleaf.templateparser.ITemplateParser templateParser, org.thymeleaf.templatewriter.ITemplateWriter templateWriter)
@Activate protected void activate(org.osgi.service.component.ComponentContext componentContext)
@Modified protected void modified(org.osgi.service.component.ComponentContext componentContext)
@Deactivate protected void deactivate(org.osgi.service.component.ComponentContext componentContext)
protected abstract void configure(org.osgi.service.component.ComponentContext componentContext)
protected void configurePatternSpec(String[] strings)
public String getTemplateModeName()
getTemplateModeName in interface org.thymeleaf.templatemode.ITemplateModeHandlerpublic org.thymeleaf.templateparser.ITemplateParser getTemplateParser()
getTemplateParser in interface org.thymeleaf.templatemode.ITemplateModeHandlerpublic org.thymeleaf.templatewriter.ITemplateWriter getTemplateWriter()
getTemplateWriter in interface org.thymeleaf.templatemode.ITemplateModeHandlerpublic org.thymeleaf.PatternSpec getPatternSpec()
getPatternSpec in interface SlingTemplateModeHandlerprotected static int poolSize()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.