public class MetaInfConfiguration extends AbstractConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
METAINF_FRAGMENTS |
static java.lang.String |
METAINF_RESOURCES |
static java.lang.String |
METAINF_TLDS |
| Constructor and Description |
|---|
MetaInfConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResource(WebAppContext context,
java.lang.String attribute,
Resource jar) |
void |
postConfigure(WebAppContext context)
Clear down after configuration.
|
void |
preConfigure(WebAppContext context)
Set up for configuration.
|
protected void |
processEntry(WebAppContext context,
java.net.URI jarUri,
java.util.jar.JarEntry entry) |
cloneConfigure, configure, deconfigure, destroypublic static final java.lang.String METAINF_TLDS
public static final java.lang.String METAINF_FRAGMENTS
public static final java.lang.String METAINF_RESOURCES
public void preConfigure(WebAppContext context) throws java.lang.Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionpublic void postConfigure(WebAppContext context) throws java.lang.Exception
ConfigurationpostConfigure in interface ConfigurationpostConfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionpublic void addResource(WebAppContext context, java.lang.String attribute, Resource jar)
protected void processEntry(WebAppContext context, java.net.URI jarUri, java.util.jar.JarEntry entry)
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.