| Modifier and Type | Method and Description |
|---|---|
IContext |
ITemplateEngine.getContext() |
IContext |
RTFTemplate.getContext() |
IContext |
ITemplateEngine.initializeContext()
Initialize context.
|
IContext |
ITemplateEngine.newContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ITemplateEngine.setGlobalContext(IContext globalContext)
Use a pre-populated Context.
|
void |
RTFTemplate.setGlobalContext(IContext globalContext)
Use a pre-populated Context.
|
RTFDocument |
IRTFDocumentTransformer.transform(RTFDocument document,
IContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRTFContextReader.readContext(IContext context,
boolean circularReferences)
Read velocity context, launch event startReading at first and when read
is finished launch event endReading.
|
void |
AbstractRTFContextReader.readContext(IContext context,
TransformerConfig transformerConfig,
boolean circularReferences) |
| Modifier and Type | Method and Description |
|---|---|
IContext |
AbstractTemplateEngine.getContext() |
IContext |
IContext.getGlobalContext() |
IContext |
AbstractTemplateEngine.initializeContext() |
| Modifier and Type | Method and Description |
|---|---|
RTFContextFields |
AbstractRTFDocumentTransformer.getContextFields(IContext context,
boolean hasCircularReferences) |
protected void |
AbstractTemplateEngine.setContext(IContext context) |
void |
AbstractTemplateEngine.setGlobalContext(IContext globalContext)
Use a pre-populated Context.
|
RTFDocument |
AbstractRTFDocumentTransformer.transform(RTFDocument document,
IContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
FreemarkerContextImpl |
| Modifier and Type | Method and Description |
|---|---|
IContext |
FreemarkerContextImpl.getGlobalContext() |
IContext |
FreemarkerTemplateEngineImpl.newContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
VelocityContextImpl |
| Modifier and Type | Method and Description |
|---|---|
IContext |
VelocityContextImpl.getGlobalContext() |
IContext |
VelocityTemplateEngineImpl.newContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractRTFUseCase.putContext(IContext context)
This method must be implement by class wich manage your RTF model.
|
protected abstract void |
AbstractTemplateEngineUseCase.putContext(IContext context)
This method must be implement by class
wich manage your model.
|
protected void |
AbstractRTFUseCase.putGlobalContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFAnnotationWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFTemplateWithBookmarkImbricated.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFConditionWithFreemarker.putContext(IContext context) |
protected void |
RTFConditionWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFTemplateWithFormTextWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFTemplateWithImageWithFreemarker.putContext(IContext context) |
protected void |
RTFTemplateWithImageWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFJakartaVelocityProjectWithFreemarker.putContext(IContext context) |
protected void |
RTFJakartaVelocityProjectWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFJakartaVelocityProjectWithFreemarker.putContext(IContext context) |
protected void |
RTFJakartaVelocityProjectWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFTemplateWithMapWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFTemplatePageBeakWithGroupWithFreemarker.putContext(IContext context) |
protected void |
RTFTemplatePageBeakWithGroupWithVelocity.putContext(IContext context) |
protected void |
RTFTemplatePageBreakWithFreemarker.putContext(IContext context) |
protected void |
RTFTemplatePageBreakWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFCodeWithVelocity.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTFTemplateWithRTFTable.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestEncodingWithVelocity.putContext(IContext context) |
protected void |
TestFreemarkerTemplateEngine.putContext(IContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractRTFTemplateServlet.putContext(javax.servlet.http.HttpServletRequest request,
IContext ctx)
This method to implement must put context for the RTF model source to use.
|
protected void |
AbstractRTFTemplateServlet.putGlobalContext(javax.servlet.http.HttpServletRequest request,
IContext newContext) |
Copyright © 2020 Mice S.r.l. All rights reserved.