org.apache.cocoon.core.osgi
Class OSGICoreUtil

java.lang.Object
  extended byorg.apache.cocoon.core.CoreUtil
      extended byorg.apache.cocoon.core.osgi.OSGICoreUtil

public class OSGICoreUtil
extends CoreUtil

Since:
2.2
Version:
$Id: OSGICoreUtil.java 312637 2005-10-10 13:00:42Z cziegeler $

Nested Class Summary
 
Nested classes inherited from class org.apache.cocoon.core.CoreUtil
CoreUtil.LoggerWrapper
 
Field Summary
 
Fields inherited from class org.apache.cocoon.core.CoreUtil
appContext, classloader, cocoon, CONTEXT_PARAMETERS, env, isPerRequestLoggerManager, log, loggerManager, parentManager, settings
 
Constructor Summary
OSGICoreUtil(BootstrapEnvironment environment)
           
 
Method Summary
protected  void createClassloader()
          Create the classloader that inlcudes all the [block]/BLOCK-INF/classes directories.
 
Methods inherited from class org.apache.cocoon.core.CoreUtil
cleanUpRequest, createCocoon, createCore, createSettings, createSourceResolver, destroy, disposeCocoon, forceLoad, forceProperty, getCocoon, getCocoonLogger, getCore, getExtraClassPath, getParentServiceManager, getSettings, init, initializeRequest, initLogger, overrideLogLevel, readProperties, updateEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGICoreUtil

public OSGICoreUtil(BootstrapEnvironment environment)
             throws Exception
Method Detail

createClassloader

protected void createClassloader()
                          throws Exception
Description copied from class: CoreUtil
Create the classloader that inlcudes all the [block]/BLOCK-INF/classes directories.

Overrides:
createClassloader in class CoreUtil
Throws:
Exception


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