public
| void | enableLogging
(Logger logger)
|
|
public
| void | compose
(ComponentManager manager)
| Get the parent component manager
|
public
| void | contextualize
(Context context)
| Describe<code>contextualize</code>method here
|
public
| void | setLoggerManager
(LoggerManager loggerManager)
| The<code>setLoggerManager</code>method will get a<code>LoggerManager</code>for further use
|
public
| void | setInstrumentManager
(InstrumentManager manager)
| Set the<code>InstrumentManager</code>for this Cocoon instance
|
public
| void | initialize
()
| The<code>initialize</code>method
|
private
| void | dumpSystemProperties
()
| Dump System Properties
|
public
| void | configure
(ExcaliburComponentManager startupManager)
| Configure this<code>Cocoon</code>instance
|
public
| boolean | modifiedSince
(long date)
| Queries the class to estimate its ergodic period termination
|
public
static
| String | getSystemProperty
(String property ,String value)
| Helper method to retrieve system property
|
protected
| void | setSystemProperties
()
| Sets required system properties
|
public
| void | dispose
()
| Dispose this instance
|
protected
| void | debug
(Environment environment ,boolean internal)
| Log debug information about the current environment
|
public
| boolean | process
(Environment environment)
| Process the given<code>Environment</code>to produce the output
|
public
| ProcessingPipeline | buildPipeline
(Environment environment)
| Process the given<code>Environment</code>to assemblea<code>ProcessingPipeline</code>
|
public
| Map | getComponentConfigurations
()
| Get the sitemap component configurations
|
public
| Processor | getRootProcessor
()
| Return this (Cocoon is always at the root of the processing chain)
|
public
| int | getActiveRequestCount
()
| Accessor for active request count
|
public
| ExcaliburComponentManager | getComponentManager
()
|
|
protected
| SourceResolver | createSourceResolver
(Logger logger)
| Create a simple source resolver
|