public class DeploymentInfo extends Object
| Constructor and Description |
|---|
DeploymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo |
addServlets(ServletInfo... servlets) |
<T> T |
get(String key) |
ClassLoader |
getClassLoader() |
String |
getContextPath() |
String |
getDeploymentName() |
Service |
getService() |
ServletInfo[] |
getServlets() |
String[] |
getVHosts() |
void |
put(String key,
Object value) |
DeploymentInfo |
setClassLoader(ClassLoader classLoader) |
DeploymentInfo |
setContextPath(String contextPath) |
DeploymentInfo |
setDeploymentName(String name) |
DeploymentInfo |
setService(Service service) |
DeploymentInfo |
setVHosts(String... vhosts) |
public ClassLoader getClassLoader()
public DeploymentInfo setClassLoader(ClassLoader classLoader)
public String getContextPath()
public DeploymentInfo setContextPath(String contextPath)
public String getDeploymentName()
public DeploymentInfo setDeploymentName(String name)
public ServletInfo[] getServlets()
public DeploymentInfo addServlets(ServletInfo... servlets)
public String[] getVHosts()
public DeploymentInfo setVHosts(String... vhosts)
public <T> T get(String key)
public DeploymentInfo setService(Service service)
public Service getService()
Copyright © 2015 Tigase. All rights reserved.