Uses of Interface
org.apache.cocoon.el.parsing.Subst

Packages that use Subst
org.apache.cocoon.el.parsing   
 

Uses of Subst in org.apache.cocoon.el.parsing
 

Methods in org.apache.cocoon.el.parsing that return Subst
 Subst StringTemplateParser.compileBoolean(String val, String msg, Locator location)
          Compile a boolean expression (returns either a Compiled Expression or a Boolean literal)
 Subst StringTemplateParser.compileInt(String val, String msg, Locator location)
          Compile an integer expression (returns either a Compiled Expression or an Integer literal)
 Subst StringTemplateParser.compileExpr(String inStr, String errorPrefix, Locator location)
           
 



Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.