org.apache.cocoon.generation
Class ProfilerGenerator
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.generation.AbstractGenerator
org.apache.cocoon.generation.ServiceableGenerator
org.apache.cocoon.generation.ProfilerGenerator
- All Implemented Interfaces:
- Poolable, Recyclable, Disposable, Component, LogEnabled, Serviceable, Generator, SitemapModelComponent, XMLProducer
public class ProfilerGenerator
- extends ServiceableGenerator
Generates an XML representation of the current status of Profiler.
- Version:
- $Id: ProfilerGenerator.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Vadim Gritsenko, Bruno Dumon, Stephan Michels
Fields inherited from interface org.apache.cocoon.generation.Generator |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfilerGenerator
public ProfilerGenerator()
service
public void service(ServiceManager manager)
throws ServiceException
- Serviceable
- Specified by:
service
in interface Serviceable
- Overrides:
service
in class ServiceableGenerator
- Throws:
ServiceException
setup
public void setup(SourceResolver resolver,
Map objectModel,
String soure,
Parameters parameters)
throws ProcessingException,
SAXException,
IOException
- Setup of the profiler generator.
- Specified by:
setup
in interface SitemapModelComponent
- Overrides:
setup
in class AbstractGenerator
- Throws:
ProcessingException
SAXException
IOException
dispose
public void dispose()
- Disposable
- Specified by:
dispose
in interface Disposable
- Overrides:
dispose
in class ServiceableGenerator
generate
public void generate()
throws SAXException
- Generate the status information in XML format.
- Throws:
SAXException
- when there is a problem creating the output SAX events.
generateSAXFragment
public void generateSAXFragment(Object fragment,
boolean embed)
throws SAXException
- Throws:
SAXException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.