public class ServletDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected Hashtable |
initParameters |
protected HttpServlet |
servlet |
protected String |
subContext |
Constructor and Description |
---|
ServletDescriptor(String subContext,
HttpServlet servlet) |
Modifier and Type | Method and Description |
---|---|
Hashtable |
getInitParameters() |
HttpServlet |
getServlet() |
String |
getSubContext() |
void |
setInitParameters(Hashtable initParameters) |
void |
setServlet(HttpServlet servlet) |
void |
setSubContext(String subContext) |
protected Hashtable initParameters
protected HttpServlet servlet
protected String subContext
public ServletDescriptor(String subContext, HttpServlet servlet)
public Hashtable getInitParameters()
public void setInitParameters(Hashtable initParameters)
public HttpServlet getServlet()
public void setServlet(HttpServlet servlet)
public String getSubContext()
public void setSubContext(String subContext)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.