Package org.apache.webbeans.web.jetty9
Class OwbConfiguration
- java.lang.Object
-
- org.apache.webbeans.web.jetty9.OwbConfiguration
-
- All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration
public class OwbConfiguration extends Object implements org.eclipse.jetty.webapp.Configuration
A Jetty module configurator for use in embedded mode or a Jetty module.
-
-
Constructor Summary
Constructors Constructor Description OwbConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloneConfigure(org.eclipse.jetty.webapp.WebAppContext template, org.eclipse.jetty.webapp.WebAppContext ctx)voidconfigure(org.eclipse.jetty.webapp.WebAppContext ctx)voiddeconfigure(org.eclipse.jetty.webapp.WebAppContext ctx)voiddestroy(org.eclipse.jetty.webapp.WebAppContext ctx)voidpostConfigure(org.eclipse.jetty.webapp.WebAppContext ctx)voidpreConfigure(org.eclipse.jetty.webapp.WebAppContext ctx)
-
-
-
Method Detail
-
preConfigure
public void preConfigure(org.eclipse.jetty.webapp.WebAppContext ctx) throws Exception- Specified by:
preConfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Throws:
Exception
-
configure
public void configure(org.eclipse.jetty.webapp.WebAppContext ctx) throws Exception- Specified by:
configurein interfaceorg.eclipse.jetty.webapp.Configuration- Throws:
Exception
-
postConfigure
public void postConfigure(org.eclipse.jetty.webapp.WebAppContext ctx) throws Exception- Specified by:
postConfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Throws:
Exception
-
deconfigure
public void deconfigure(org.eclipse.jetty.webapp.WebAppContext ctx) throws Exception- Specified by:
deconfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Throws:
Exception
-
destroy
public void destroy(org.eclipse.jetty.webapp.WebAppContext ctx) throws Exception- Specified by:
destroyin interfaceorg.eclipse.jetty.webapp.Configuration- Throws:
Exception
-
-