|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jetty.webapp.MetaInfConfiguration
public class MetaInfConfiguration
MetaInfConfiguration Scan META-INF of all jars in WEB-INF/lib to find:
| Field Summary | |
|---|---|
static java.lang.String |
CONTAINER_JAR_RESOURCES
|
static java.lang.String |
METAINF_FRAGMENTS
|
static java.lang.String |
METAINF_RESOURCES
|
static java.lang.String |
METAINF_TLDS
|
static java.lang.String |
WEB_INF_JAR_RESOURCES
|
| Constructor Summary | |
|---|---|
MetaInfConfiguration()
|
|
| Method Summary | |
|---|---|
void |
addResource(WebAppContext context,
java.lang.String attribute,
Resource jar)
|
void |
configure(WebAppContext context)
Configure WebApp. |
void |
deconfigure(WebAppContext context)
DeConfigure WebApp. |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String METAINF_TLDS
public static final java.lang.String METAINF_FRAGMENTS
public static final java.lang.String METAINF_RESOURCES
public static final java.lang.String CONTAINER_JAR_RESOURCES
public static final java.lang.String WEB_INF_JAR_RESOURCES
| Constructor Detail |
|---|
public MetaInfConfiguration()
| Method Detail |
|---|
public void preConfigure(WebAppContext context)
throws java.lang.Exception
Configuration
preConfigure in interface Configurationjava.lang.Exception
public void configure(WebAppContext context)
throws java.lang.Exception
Configuration
configure in interface Configurationjava.lang.Exception
public void deconfigure(WebAppContext context)
throws java.lang.Exception
Configuration
deconfigure in interface Configurationjava.lang.Exception
public void postConfigure(WebAppContext context)
throws java.lang.Exception
Configuration
postConfigure in interface Configurationjava.lang.Exception
public void addResource(WebAppContext context,
java.lang.String attribute,
Resource jar)
protected void processEntry(WebAppContext context,
java.net.URI jarUri,
java.util.jar.JarEntry entry)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||