| org.apache.cocoon.generation.AbstractGenerator org.apache.cocoon.generation.ServiceableGenerator org.apache.cocoon.generation.StatusGenerator
Method Summary | |
public void | configure(Configuration configuration) | public void | contextualize(Context context) | public void | dispose() | public void | generate() Generate the status information in XML format. | public void | service(ServiceManager manager) Set the current ServiceManager instance used by this
Serviceable . | public void | setup(SourceResolver resolver, Map objectModel, String src, Parameters par) |
NAMESPACE | final public static String NAMESPACE(Code) | | The XML namespace for the output document.
|
XLINK_NS | final protected static String XLINK_NS(Code) | | The XML namespace for xlink
|
XLINK_PREFIX | final protected static String XLINK_PREFIX(Code) | | The namespace prefix for xlink namespace
|
context | protected Context context(Code) | | The component context.
|
storeJanitor | protected StoreJanitor storeJanitor(Code) | | The StoreJanitor used to get cache statistics
|
storePersistent | protected Store storePersistent(Code) | | The persistent store
|
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | Set the current ServiceManager instance used by this
Serviceable .
Need to get statistics about cache hits
|
Fields inherited from org.apache.cocoon.generation.ServiceableGenerator | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.generation.ServiceableGenerator | public void dispose()(Code)(Java Doc) public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
|
|