|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.cdi.weld.internal.tomcat.WeldContextCustomizer
public class WeldContextCustomizer
A WeldContextCustomizer will add to the Tomcat Context the appropriate
application and Context listeners.
| Constructor Summary | |
|---|---|
WeldContextCustomizer()
|
|
| Method Summary | |
|---|---|
void |
customize(org.apache.catalina.core.StandardContext context,
org.ow2.util.ee.deploy.api.deployable.WARDeployable deployable)
Customize the given Catalina Context instance using the given WAR deployable. |
void |
setDeploymentBuilder(IDeploymentBuilder builder)
Bind the builder. |
void |
setWeldService(IWeldService weld)
Bind the WeldService reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeldContextCustomizer()
| Method Detail |
|---|
public void setWeldService(IWeldService weld)
public void setDeploymentBuilder(IDeploymentBuilder builder)
public void customize(org.apache.catalina.core.StandardContext context,
org.ow2.util.ee.deploy.api.deployable.WARDeployable deployable)
customize in interface ContextCustomizercontext - Catalina Context to be customizeddeployable - the WAR being deployed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||