|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.FragmentConfiguration
public class FragmentConfiguration
FragmentConfiguration Process web-fragments in jars
| Field Summary | |
|---|---|
static String |
FRAGMENT_RESOURCES
|
| Constructor Summary | |
|---|---|
FragmentConfiguration()
|
|
| Method Summary | |
|---|---|
void |
configure(WebAppContext context)
Configure WebApp. |
void |
findWebFragments(WebAppContext context,
MetaData metaData)
Look for any web-fragment.xml fragments in META-INF of jars in WEB-INF/lib |
void |
postConfigure(WebAppContext context)
Clear down after configuration. |
void |
preConfigure(WebAppContext context)
Set up for configuration. |
| Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration |
|---|
cloneConfigure, deconfigure, destroy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FRAGMENT_RESOURCES
| Constructor Detail |
|---|
public FragmentConfiguration()
| Method Detail |
|---|
public void preConfigure(WebAppContext context)
throws Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configure
Exception
public void configure(WebAppContext context)
throws Exception
Configuration
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configure
Exception
public void postConfigure(WebAppContext context)
throws Exception
Configuration
postConfigure in interface ConfigurationpostConfigure in class AbstractConfigurationcontext - The context to configure
Exception
public void findWebFragments(WebAppContext context,
MetaData metaData)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||