Uses of Interface
org.norther.tammi.spray.engine.context.TemplateContext

Packages that use TemplateContext
org.norther.tammi.spray.engine   
org.norther.tammi.spray.engine.context   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.spray.freemarker   
org.norther.tammi.spray.servlet   
org.norther.tammi.spray.template.flow   
org.norther.tammi.spray.template.task   
org.norther.tammi.spray.template.tool   
org.norther.tammi.spray.velocity   
 

Uses of TemplateContext in org.norther.tammi.spray.engine
 

Classes in org.norther.tammi.spray.engine that implement TemplateContext
static class DefaultContextToolFilter.InternalTemplateContext
          An internal implementation of TemplateContext.
 

Methods in org.norther.tammi.spray.engine that return TemplateContext
 TemplateContext ContextToolFilter.getTemplateContext(ServletRequest request, ServletResponse response, FilterChain chain)
          Gets a template context loaded with context tools for the specified request.
 TemplateContext DefaultContextToolFilter.getTemplateContext(ServletRequest request, ServletResponse response, FilterChain chain)
           
 

Methods in org.norther.tammi.spray.engine with parameters of type TemplateContext
 CharSequence AbstractTemplateEngine.evaluate(CharSequence content, TemplateContext context, String template)
           
 CharSequence TemplateEngine.evaluate(CharSequence content, TemplateContext context, String template)
          Evaluates the given run-time content.
 CharSequence AbstractTemplateEngine.evaluate(TemplateContext context, String template)
           
 CharSequence TemplateEngine.evaluate(TemplateContext context, String template)
          Evaluates the specified template.
 CharSequence AbstractTemplateEngine.evaluate(TemplateContext context, String template, String encoding)
           
 CharSequence TemplateEngine.evaluate(TemplateContext context, String template, String encoding)
          Evaluates the specified template using the given encoding.
 void AbstractTemplateEngine.execute(CharSequence content, TemplateContext context, String template, Writer writer)
           
 void TemplateEngine.execute(CharSequence content, TemplateContext context, String template, Writer writer)
          Executes the given run-time content.
 void AbstractTemplateEngine.execute(TemplateContext context, String template, String encoding, Writer writer)
           
 void TemplateEngine.execute(TemplateContext context, String template, String encoding, Writer writer)
          Executes the specified template using the given encoding.
 void AbstractTemplateEngine.execute(TemplateContext context, String template, Writer writer)
           
 void TemplateEngine.execute(TemplateContext context, String template, Writer writer)
          Executes the specified template.
protected abstract  void AbstractTemplateEngine.process(CharSequence content, TemplateContext context, String template, String encoding, Writer writer)
          Subclasses implement this method to process the specified run-time content or target template.
 

Constructors in org.norther.tammi.spray.engine with parameters of type TemplateContext
DefaultContextToolFilter.InternalTemplateContext(TemplateContext ctx)
          Constructs a new context with a parent.
 

Uses of TemplateContext in org.norther.tammi.spray.engine.context
 

Classes in org.norther.tammi.spray.engine.context that implement TemplateContext
 class DefaultTemplateContext
          A default implementation of TemplateContext.
 

Methods in org.norther.tammi.spray.engine.context that return TemplateContext
 TemplateContext ContextBindingEvent.getContext()
          Gets the target context.
 TemplateContext DefaultTemplateContext.getParent(int index)
           
 TemplateContext TemplateContext.getParent(int index)
          Gets the indexed parent from the context.
 TemplateContext DefaultTemplateContext.removeParent(int index)
           
 TemplateContext TemplateContext.removeParent(int index)
          Removes an indexed parent context.
 TemplateContext DefaultTemplateContext.setParent(int index, TemplateContext context)
           
 TemplateContext TemplateContext.setParent(int index, TemplateContext context)
          Sets a parent context to a specied index.
 

Methods in org.norther.tammi.spray.engine.context with parameters of type TemplateContext
 boolean DefaultTemplateContext.addParent(int index, TemplateContext context)
           
 boolean TemplateContext.addParent(int index, TemplateContext context)
          Adds a parent context to a specied index.
 boolean DefaultTemplateContext.addParent(TemplateContext context)
           
 boolean TemplateContext.addParent(TemplateContext context)
          Adds a parent context.
 void DefaultTemplateContext.recycle(TemplateContext ctx)
          Recycles a context with a parent.
 boolean DefaultTemplateContext.removeParent(TemplateContext context)
           
 boolean TemplateContext.removeParent(TemplateContext context)
          Removes a parent context.
 TemplateContext DefaultTemplateContext.setParent(int index, TemplateContext context)
           
 TemplateContext TemplateContext.setParent(int index, TemplateContext context)
          Sets a parent context to a specied index.
 

Constructors in org.norther.tammi.spray.engine.context with parameters of type TemplateContext
ContextBindingEvent(TemplateContext context, HttpFilterChain chain, String name)
          Constructs a new event with a filter chain.
ContextBindingEvent(TemplateContext context, String name)
          Constructs a new event.
DefaultTemplateContext(TemplateContext ctx)
          Constructs a new context with a parent.
 

Uses of TemplateContext in org.norther.tammi.spray.engine.tool
 

Methods in org.norther.tammi.spray.engine.tool that return TemplateContext
protected  TemplateContext BeanTool.getContext()
          Gets the target context.
protected  TemplateContext FormatTool.getContext()
          Gets the target context.
protected  TemplateContext GlobalTool.getContext()
          Gets the target context.
 

Uses of TemplateContext in org.norther.tammi.spray.freemarker
 

Methods in org.norther.tammi.spray.freemarker with parameters of type TemplateContext
protected  void FreemarkerEngine.process(CharSequence content, TemplateContext context, String template, String encoding, Writer writer)
           
 

Uses of TemplateContext in org.norther.tammi.spray.servlet
 

Methods in org.norther.tammi.spray.servlet with parameters of type TemplateContext
protected  void DefaultJSPEngine.dispatch(String path, TemplateContext context, ServletRequest request, ServletResponse response, Writer writer)
           
protected  void DefaultServletEngine.dispatch(String path, TemplateContext context, ServletRequest request, ServletResponse response, Writer writer)
          Dispatches the specified template path.
protected  void DefaultServletEngine.process(CharSequence content, TemplateContext context, String template, String encoding, Writer writer)
           
 

Uses of TemplateContext in org.norther.tammi.spray.template.flow
 

Methods in org.norther.tammi.spray.template.flow that return TemplateContext
 TemplateContext DefaultStepFlowContext.getTemplateContext(ServletRequest request, ServletResponse response, FilterChain chain)
           
 TemplateContext StepFlowContext.getTemplateContext(ServletRequest request, ServletResponse response, FilterChain chain)
          Gets the template context of the specified request.
 

Uses of TemplateContext in org.norther.tammi.spray.template.task
 

Methods in org.norther.tammi.spray.template.task with parameters of type TemplateContext
 void TemplateAction.execute(ServletRequest request, ServletResponse response, FilterChain chain, TemplateContext context)
          Executes the submitted event.
 void TemplateAction.submit(ServletRequest request, ServletResponse response, FilterChain chain, TemplateContext context)
          Implements the default submit method if any of the specific ones fails.
 

Uses of TemplateContext in org.norther.tammi.spray.template.tool
 

Methods in org.norther.tammi.spray.template.tool that return TemplateContext
 TemplateContext FlowTool.getTemplateContext(ServletRequest request, ServletResponse response, FilterChain chain)
           
 

Uses of TemplateContext in org.norther.tammi.spray.velocity
 

Methods in org.norther.tammi.spray.velocity with parameters of type TemplateContext
protected  void VelocityEngine.process(CharSequence content, TemplateContext context, String template, String encoding, Writer writer)
           
 



Copyright © 2004 The Norther Organization. All rights reserved.