Uses of Interface
org.ujac.util.template.TemplateInterpreter

Packages that use TemplateInterpreter
org.ujac.print   
org.ujac.print.test   
org.ujac.util.template   
org.ujac.util.template.test   
org.ujac.web.servlet   
org.ujac.web.tag   
 

Uses of TemplateInterpreter in org.ujac.print
 

Methods in org.ujac.print that return TemplateInterpreter
 TemplateInterpreter DocumentPrinter.getTemplateInterpreter()
          Getter method for the the property templateInterpeter.
 

Methods in org.ujac.print with parameters of type TemplateInterpreter
 void DocumentPrinter.setTemplateInterpreter(TemplateInterpreter templateInterpeter)
          Setter method for the the property templateInterpeter.
 

Constructors in org.ujac.print with parameters of type TemplateInterpreter
DocumentHandler(OutputStream outputStream, TemplateInterpreter templateInterpreter, TemplateContext templateContext, DocumentTagFactory tagFactory)
          Constructs a DocumentHandler instance with specific arguments.
 

Uses of TemplateInterpreter in org.ujac.print.test
 

Fields in org.ujac.print.test declared as TemplateInterpreter
protected  TemplateInterpreter BasePrintTest.templateInterpreter
          The template interpreter to test.
 

Uses of TemplateInterpreter in org.ujac.util.template
 

Classes in org.ujac.util.template that implement TemplateInterpreter
 class BaseTemplateInterpreter
          Name: TemplateInterpreter
Description: Description of the class.
 class DefaultTemplateInterpreter
          Name: DefaultTemplateInterpreter
Description: Default TemplateInterpreter implementation.
 

Methods in org.ujac.util.template that return TemplateInterpreter
 TemplateInterpreter DefaultTemplateInterpreterFactory.createTemplateInterpreter()
          Creates a TemplateInterpreter instance.
 TemplateInterpreter TemplateInterpreterFactory.createTemplateInterpreter()
          Creates a TemplateInterpreter instance.
 

Uses of TemplateInterpreter in org.ujac.util.template.test
 

Fields in org.ujac.util.template.test declared as TemplateInterpreter
protected  TemplateInterpreter BaseTemplateTest.interpreter
          The template interpreter to test.
 

Uses of TemplateInterpreter in org.ujac.web.servlet
 

Methods in org.ujac.web.servlet that return TemplateInterpreter
static TemplateInterpreter TemplateInterpreterHelper.getTemplateInterpreter(HttpServletRequest request)
          Gets the TemplateInterpreter instance for the given request.
static TemplateInterpreter TemplateInterpreterHelper.getTemplateInterpreter(PageContext pageContext)
          Gets the TemplateInterpreter instance for the given request.
 

Uses of TemplateInterpreter in org.ujac.web.tag
 

Methods in org.ujac.web.tag that return TemplateInterpreter
 TemplateInterpreter ForeachTag.getTemplateInterpreter()
          Getter method for the the property templateInterpreter.
 TemplateInterpreter EvalTag.getTemplateInterpreter()
          Getter method for the the property templateInterpreter.
 

Methods in org.ujac.web.tag with parameters of type TemplateInterpreter
 void EvalTag.setTemplateInterpreter(TemplateInterpreter interpreter)
          Setter method for the the property templateInterpreter.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.