public class ServletMapping extends Object
| Constructor and Description |
|---|
ServletMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(Appendable out,
String indent) |
String[] |
getPathSpecs() |
String |
getServletName() |
void |
setPathSpec(String pathSpec) |
void |
setPathSpecs(String[] pathSpecs) |
void |
setServletName(String servletName) |
String |
toString() |
public String[] getPathSpecs()
public String getServletName()
public void setPathSpecs(String[] pathSpecs)
pathSpecs - The pathSpecs to set.public void setPathSpec(String pathSpec)
pathSpec - The pathSpec to set.public void setServletName(String servletName)
servletName - The servletName to set.public void dump(Appendable out, String indent) throws IOException
IOExceptionCopyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.