org.apache.cocoon.template.script
Class DefaultScriptManager

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.template.script.DefaultScriptManager
All Implemented Interfaces:
Disposable, LogEnabled, ScriptManager, Serviceable

public class DefaultScriptManager
extends AbstractLogEnabled
implements Serviceable, Disposable, ScriptManager

Version:
SVN $Id: DefaultScriptManager.java 169632 2005-05-11 12:08:34Z lgawron $

Field Summary
 
Fields inherited from interface org.apache.cocoon.template.script.ScriptManager
ROLE
 
Constructor Summary
DefaultScriptManager()
           
 
Method Summary
 void dispose()
           
 StartDocument resolveTemplate(String uri)
           
 StartDocument resolveTemplate(String uri, Locator location)
           
 void service(ServiceManager manager)
           
 
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

DefaultScriptManager

public DefaultScriptManager()
Method Detail

service

public void service(ServiceManager manager)
             throws ServiceException
Specified by:
service in interface Serviceable
Throws:
ServiceException

dispose

public void dispose()
Specified by:
dispose in interface Disposable

resolveTemplate

public StartDocument resolveTemplate(String uri)
                              throws SAXParseException,
                                     ProcessingException
Specified by:
resolveTemplate in interface ScriptManager
Throws:
SAXParseException
ProcessingException

resolveTemplate

public StartDocument resolveTemplate(String uri,
                                     Locator location)
                              throws SAXParseException,
                                     ProcessingException
Specified by:
resolveTemplate in interface ScriptManager
Throws:
SAXParseException
ProcessingException


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