|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jetty.webapp.FragmentConfiguration
public class FragmentConfiguration
FragmentConfiguration This configuration supports some Servlet 3.0 features in jetty-7. Process web-fragments in jars
| Field Summary | |
|---|---|
static java.lang.String |
FRAGMENT_RESOURCES
|
| Constructor Summary | |
|---|---|
FragmentConfiguration()
|
|
| Method Summary | |
|---|---|
void |
configure(WebAppContext context)
Configure WebApp. |
void |
deconfigure(WebAppContext context)
DeConfigure WebApp. |
void |
parseWebFragments(WebAppContext context,
WebXmlProcessor processor)
Look for any web.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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FRAGMENT_RESOURCES
| Constructor Detail |
|---|
public FragmentConfiguration()
| 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 parseWebFragments(WebAppContext context,
WebXmlProcessor processor)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||