public class MetaInfConfiguration extends AbstractConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
METAINF_FRAGMENTS |
static String |
METAINF_RESOURCES |
static String |
METAINF_TLDS |
| Constructor and Description |
|---|
MetaInfConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResource(WebAppContext context,
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,
URI jarUri,
JarEntry entry) |
cloneConfigure, configure, deconfigure, destroypublic static final String METAINF_TLDS
public static final String METAINF_FRAGMENTS
public static final String METAINF_RESOURCES
public void preConfigure(WebAppContext context) throws Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configureExceptionpublic void postConfigure(WebAppContext context) throws Exception
ConfigurationpostConfigure in interface ConfigurationpostConfigure in class AbstractConfigurationcontext - The context to configureExceptionpublic void addResource(WebAppContext context, String attribute, Resource jar)
protected void processEntry(WebAppContext context, URI jarUri, JarEntry entry)
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.