Package | Description |
---|---|
com.nomagic.magicreport.engine | |
com.nomagic.magicreport.engine.velocity |
Modifier and Type | Field and Description |
---|---|
protected IContext |
Tool.context
Template context.
|
protected IContext |
AbstractTemplateEngine.context
Current context of this engine.
|
Modifier and Type | Method and Description |
---|---|
IContext |
ITool.getContext()
Return template context.
|
IContext |
Tool.getContext()
Return template context.
|
IContext |
ITemplateEngine.getContext()
Return context of this engine.
|
IContext |
AbstractTemplateEngine.getContext()
Return context of this engine.
|
Modifier and Type | Method and Description |
---|---|
void |
ITool.setContext(IContext context)
This method is invoked by the template engine runtime, after class has been initializing, to set the
template context.
|
void |
Tool.setContext(IContext context)
This method is invoked by the template engine runtime, after class has been initializing, to set the
template context.
|
protected void |
AbstractTemplateEngine.setContext(IContext context)
Replace current context with another context.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityContext
Implementation of the
IContext interface for use. |
Copyright © 2010 - No Magic Asia