Uses of Class
org.apache.commons.jexl3.internal.TemplateScript

Packages that use TemplateScript
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
 

Uses of TemplateScript in org.apache.commons.jexl3.internal
 

Methods in org.apache.commons.jexl3.internal that return TemplateScript
 TemplateScript TemplateEngine.createTemplate(JexlInfo info, String prefix, Reader source, String... parms)
           
 TemplateScript TemplateScript.prepare(JexlContext context)
           
 

Methods in org.apache.commons.jexl3.internal with parameters of type TemplateScript
 void TemplateInterpreter.include(TemplateScript script, Object... args)
          Includes a call to another template.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.