public final class Tomcat5xEmbedded.Context extends Object
org.apache.catalina.Context
Constructor and Description |
---|
Tomcat5xEmbedded.Context(Object context)
Wraps org.apache.catalina.Context object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public Tomcat5xEmbedded.Context(Object context)
context
- object to be wrapped.Copyright © 2004-2013 Codehaus. All Rights Reserved.