|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
public final class Tomcat5xEmbedded.Context
org.apache.catalina.Context
Constructor Summary | |
---|---|
Tomcat5xEmbedded.Context(Object context)
Wraps org.apache.catalina.Context object. |
Method Summary | |
---|---|
void |
addParameter(String key,
String value)
Add a new context initialization parameter. |
void |
reload()
Reloads this web application. |
void |
setAvailable(boolean b)
Makes web application available/unavailable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tomcat5xEmbedded.Context(Object context)
context
- object to be wrapped.Method Detail |
---|
public void reload()
public void setAvailable(boolean b)
b
- true to make it available.public void addParameter(String key, String value)
key
- non-null parameter name.value
- value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |