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() |
boolean |
isDefault() |
void |
setDefault(boolean fromDefault) |
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 boolean isDefault()
public void setDefault(boolean fromDefault)
default1 - public void dump(Appendable out, String indent) throws IOException
IOExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.