Modifier and Type | Class and Description |
---|---|
class |
InitializationEngineException
An exception thrown when error while creating template engine.
|
class |
ParseErrorException
Application-level exception thrown when a template has a syntax or other error which prevents it from being
parsed.
|
Modifier and Type | Method and Description |
---|---|
void |
ITemplateEngine.evaluate(Template template)
Merge a template with current context and rendered stream into the writer.
|
void |
AbstractTemplateEngine.evaluate(Template template)
Merge a template with current context and rendered stream into the writer.
|
void |
AbstractTemplateEngine.evaluate(Template template,
ITemplateEngine parentEngine)
Merge a template with current context and rendered stream into the writer.
|
protected abstract void |
AbstractTemplateEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected abstract void |
AbstractTemplateEngine.preProcess(Template template)
Perform a pre-processing before evaluate the template.
|
protected abstract void |
AbstractTemplateEngine.process(Template template)
Process a template evaluation.
|
protected abstract void |
AbstractTemplateEngine.process(Template template,
ITemplateEngine parentEngine)
Process a template evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
ODSParseErrorException
Application-level exception thrown when a template has a syntax or other error which prevents it from being
parsed.
|
Modifier and Type | Class and Description |
---|---|
class |
PPTXParseErrorException
Application-level exception thrown when a template has a syntax or other error which prevents it from being
parsed.
|
class |
XLSXParseErrorException
Application-level exception thrown when a template has a syntax or other error which prevents it from being
parsed.
|
Modifier and Type | Method and Description |
---|---|
protected TemplateException |
ODSEngine.processException(Template template,
ParseErrorException e)
Call this method to process a
ParseErrorException . |
protected TemplateException |
XLSXEngine.processException(Template template,
ParseErrorException e)
Call this method to process a
ParseErrorException . |
protected TemplateException |
DefaultTemplateEngine.processException(Template template,
ParseErrorException e)
Call this method to process a
ParseErrorException . |
protected TemplateException |
PPTXEngine.processException(Template template,
ParseErrorException e)
Call this method to process a
ParseErrorException . |
protected TemplateException |
DefaultTemplateEngine.processVelocityException(Template template,
org.apache.velocity.exception.MethodInvocationException e)
Call this method to process an Velocity exception and return in new format (
ParseErrorException ). |
protected TemplateException |
RTFEngine.processVelocityException(Template template,
org.apache.velocity.exception.ParseErrorException e)
Call this method to process an Velocity exception and return in new format.
|
protected TemplateException |
DOCXEngine.processVelocityException(Template template,
org.apache.velocity.exception.ParseErrorException e)
Call this method to process an Velocity exception and return in new format.
|
protected TemplateException |
ODFEngine.processVelocityException(Template template,
org.apache.velocity.exception.ParseErrorException e)
Call this method to process an Velocity exception and return in new format.
|
protected TemplateException |
XLSXEngine.processVelocityException(Template template,
org.apache.velocity.exception.ParseErrorException e)
Call this method to process an Velocity exception and return in new format.
|
protected TemplateException |
DefaultTemplateEngine.processVelocityException(Template template,
org.apache.velocity.exception.ParseErrorException e)
Call this method to process an Velocity exception and return in new format (
ParseErrorException ). |
protected TemplateException |
PPTXEngine.processVelocityException(Template template,
org.apache.velocity.exception.ParseErrorException e)
Call this method to process an Velocity exception and return in new format.
|
Modifier and Type | Method and Description |
---|---|
void |
DOCXEngine.evaluate(Template template)
Merge a template with current context and rendered stream into the writer.
|
void |
ODFEngine.evaluate(Template template)
Merge a template with current context and rendered stream into the writer.
|
void |
TextEngine.evaluate(Template template)
Merge a template with current context and rendered stream into the writer.
|
void |
XLSXEngine.evaluate(Template template)
Merge a template with current context and rendered stream into the writer.
|
void |
PPTXEngine.evaluate(Template template)
Merge a template with current context and rendered stream into the writer.
|
void |
DOCXEngine.intenalEvaluate(Template template) |
protected void |
RTFEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
ODSEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
DOCXEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
ODFEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
DocBookEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
XLSXEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
DefaultTemplateEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
PPTXEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
ODPEngine.postProcess(Template template)
Perform a post-processing after the template has been evaluated.
|
protected void |
RTFEngine.preProcess(Template template)
Perform a pre-processing before evaluate the template.
|
protected void |
TextEngine.preProcess(Template template)
Perform a pre-processing before evaluate template.
|
protected void |
DefaultTemplateEngine.preProcess(Template template)
Perform a pre-processing before evaluate template.
|
void |
DefaultTemplateEngine.process(Template template)
Process a template.
|
void |
DefaultTemplateEngine.process(Template template,
ITemplateEngine parentEngine)
Process a template.
|
Copyright © 2010 - No Magic Asia