org.apache.cocoon.template.script
Class DefaultScriptManager
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultScriptManager
public DefaultScriptManager()
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.