org.apache.cocoon.template.expression
Class DefaultStringTemplateParser

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.template.expression.AbstractStringTemplateParser
          extended by org.apache.cocoon.template.expression.DefaultStringTemplateParser
All Implemented Interfaces:
Disposable, LogEnabled, Serviceable, ThreadSafe, StringTemplateParser

public class DefaultStringTemplateParser
extends AbstractStringTemplateParser

Version:
$Id: DefaultStringTemplateParser.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
 
Fields inherited from interface org.apache.cocoon.template.expression.StringTemplateParser
ROLE
 
Constructor Summary
DefaultStringTemplateParser()
           
 
Method Summary
 List parseSubstitutions(Reader in)
           
 
Methods inherited from class org.apache.cocoon.template.expression.AbstractStringTemplateParser
compile, compile, compileBoolean, compileExpr, compileInt, dispose, parseSubstitutions, service
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
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

public List parseSubstitutions(Reader in)
                        throws Exception
Throws:
Exception
See Also:
StringTemplateParser.parseSubstitutions(java.io.Reader)


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