public class WebAppDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
protected ServletDescriptor[] |
servlet |
| Constructor and Description |
|---|
WebAppDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
ServletDescriptor[] |
getServlet() |
void |
setContext(String context) |
void |
setServlet(ServletDescriptor[] servlet) |
protected String context
protected ServletDescriptor[] servlet
public String getContext()
public void setContext(String context)
public ServletDescriptor[] getServlet()
public void setServlet(ServletDescriptor[] servlet)
Copyright © The Apache Software Foundation. All Rights Reserved.