org.apache.cocoon.template.expression
Class DefaultStringTemplateParser

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

public class DefaultStringTemplateParser
extends StringTemplateParser

Version:
SVN $Id: DefaultStringTemplateParser.java 325973 2005-10-17 19:59:39Z lgawron $

Field Summary
 
Fields inherited from class 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.StringTemplateParser
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
Specified by:
parseSubstitutions in class StringTemplateParser
Throws:
Exception


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.