org.apache.cocoon.template.expression
Class DefaultStringTemplateParser

java.lang.Object
  extended byorg.apache.cocoon.template.expression.AbstractStringTemplateParser
      extended byorg.apache.cocoon.template.expression.DefaultStringTemplateParser
All Implemented Interfaces:
org.apache.cocoon.el.parsing.StringTemplateParser

public class DefaultStringTemplateParser
extends AbstractStringTemplateParser

Version:
$Id: DefaultStringTemplateParser.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 
Fields inherited from interface org.apache.cocoon.el.parsing.StringTemplateParser
ROLE
 
Constructor Summary
DefaultStringTemplateParser()
           
 
Method Summary
protected  List parseSubstitutions(Reader in)
           
 
Methods inherited from class org.apache.cocoon.template.expression.AbstractStringTemplateParser
compile, compile, compileBoolean, compileExpr, compileInt, getExpressionFactory, parseSubstitutions, setExpressionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStringTemplateParser

public DefaultStringTemplateParser()
Method Detail

parseSubstitutions

protected List parseSubstitutions(Reader in)
                           throws Exception
Specified by:
parseSubstitutions in class AbstractStringTemplateParser
Throws:
Exception
See Also:
AbstractStringTemplateParser.parseSubstitutions(Reader)


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