|
||||||||||
| 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.plus.webapp.PlusConfiguration
public class PlusConfiguration
Configuration
| Constructor Summary | |
|---|---|
PlusConfiguration()
|
|
| Method Summary | |
|---|---|
void |
bindUserTransaction(WebAppContext context)
|
void |
cloneConfigure(WebAppContext template,
WebAppContext context)
Clone configuration instance. |
void |
configure(WebAppContext context)
Configure WebApp. |
void |
deconfigure(WebAppContext context)
DeConfigure WebApp. |
protected void |
lockCompEnv(WebAppContext wac)
|
void |
postConfigure(WebAppContext context)
Clear down after configuration. |
void |
preConfigure(WebAppContext context)
Set up for configuration. |
protected void |
unlockCompEnv(WebAppContext wac)
|
| Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration |
|---|
destroy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlusConfiguration()
| 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 cloneConfigure(WebAppContext template,
WebAppContext context)
throws Exception
ConfigurationConfigure an instance of a WebAppContext, based on a template WebAppContext that has previously been configured by this Configuration.
cloneConfigure in interface ConfigurationcloneConfigure in class AbstractConfigurationtemplate - The template contextcontext - 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 deconfigure(WebAppContext context)
throws Exception
Configuration
deconfigure in interface Configurationdeconfigure in class AbstractConfigurationcontext - The context to configure
Exception
public void bindUserTransaction(WebAppContext context)
throws Exception
Exception
protected void lockCompEnv(WebAppContext wac)
throws Exception
Exception
protected void unlockCompEnv(WebAppContext wac)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||