|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IContext in net.sourceforge.rtf |
|---|
| Methods in net.sourceforge.rtf that return IContext | |
|---|---|
IContext |
ITemplateEngine.getContext()
|
IContext |
RTFTemplate.getContext()
|
IContext |
ITemplateEngine.initializeContext()
Initialize context. |
IContext |
ITemplateEngine.newContext()
|
| Methods in net.sourceforge.rtf with parameters of type IContext | |
|---|---|
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)
|
| Uses of IContext in net.sourceforge.rtf.context |
|---|
| Methods in net.sourceforge.rtf.context with parameters of type IContext | |
|---|---|
void |
AbstractRTFContextReader.readContext(IContext context)
Read velocity context, launch event startReading at first and when read is finished launch event endReading. |
void |
AbstractRTFContextReader.readContext(IContext context,
TransformerConfig transformerConfig)
|
| Uses of IContext in net.sourceforge.rtf.template |
|---|
| Methods in net.sourceforge.rtf.template that return IContext | |
|---|---|
IContext |
AbstractTemplateEngine.getContext()
|
IContext |
IContext.getGlobalContext()
|
IContext |
AbstractTemplateEngine.initializeContext()
|
| Methods in net.sourceforge.rtf.template with parameters of type IContext | |
|---|---|
RTFContextFields |
AbstractRTFDocumentTransformer.getContextFields(IContext context)
|
protected void |
AbstractTemplateEngine.setContext(IContext context)
|
void |
AbstractTemplateEngine.setGlobalContext(IContext globalContext)
Use a pre-populated Context. |
RTFDocument |
AbstractRTFDocumentTransformer.transform(RTFDocument document,
IContext context)
|
| Uses of IContext in net.sourceforge.rtf.template.freemarker |
|---|
| Classes in net.sourceforge.rtf.template.freemarker that implement IContext | |
|---|---|
class |
FreemarkerContextImpl
|
| Methods in net.sourceforge.rtf.template.freemarker that return IContext | |
|---|---|
IContext |
FreemarkerContextImpl.getGlobalContext()
|
IContext |
FreemarkerTemplateEngineImpl.newContext()
|
| Uses of IContext in net.sourceforge.rtf.template.velocity |
|---|
| Classes in net.sourceforge.rtf.template.velocity that implement IContext | |
|---|---|
class |
VelocityContextImpl
|
| Methods in net.sourceforge.rtf.template.velocity that return IContext | |
|---|---|
IContext |
VelocityContextImpl.getGlobalContext()
|
IContext |
VelocityTemplateEngineImpl.newContext()
|
| Uses of IContext in net.sourceforge.rtf.usecases |
|---|
| Methods in net.sourceforge.rtf.usecases with parameters of type IContext | |
|---|---|
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)
|
| Uses of IContext in net.sourceforge.rtf.web.servlet |
|---|
| Methods in net.sourceforge.rtf.web.servlet with parameters of type IContext | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||