public class OSGiWebInfConfiguration extends WebInfConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTAINER_BUNDLE_PATTERN |
_preUnpackBaseResource, CONTAINER_JAR_PATTERN, RESOURCE_URLS, TEMPDIR_CONFIGURED, WEBINF_JAR_PATTERN| Constructor and Description |
|---|
OSGiWebInfConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(WebAppContext context)
Allow fragments to supply some resources that are added to the baseResource of the webapp.
|
protected java.util.List<Resource> |
findJars(WebAppContext context)
Consider the fragment bundles associated with the bundle of the webapp being deployed.
|
void |
preConfigure(WebAppContext context)
Check to see if there have been any bundle symbolic names added of bundles that should be
regarded as being on the container classpath, and scanned for fragments, tlds etc etc.
|
cloneConfigure, deconfigure, findWorkDirectory, getCanonicalNameForWebAppTmpDir, isTempWorkDirectory, makeTempDirectory, resolveTempDirectory, unpackdestroy, postConfigurepublic static final java.lang.String CONTAINER_BUNDLE_PATTERN
public void preConfigure(WebAppContext context) throws java.lang.Exception
preConfigure in interface ConfigurationpreConfigure in class WebInfConfigurationjava.lang.ExceptionWebInfConfiguration.preConfigure(org.eclipse.jetty.webapp.WebAppContext)protected java.util.List<Resource> findJars(WebAppContext context) throws java.lang.Exception
findJars in class WebInfConfigurationjava.lang.ExceptionWebInfConfiguration.findJars(org.eclipse.jetty.webapp.WebAppContext)public void configure(WebAppContext context) throws java.lang.Exception
configure in interface Configurationconfigure in class WebInfConfigurationjava.lang.ExceptionWebInfConfiguration.configure(org.eclipse.jetty.webapp.WebAppContext)Copyright © 2013 FuseSource, Corp.. All Rights Reserved.