public class ServletMapping extends Object
| Constructor and Description |
|---|
ServletMapping() |
| Modifier and Type | Method and Description |
|---|---|
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)
pathSpec - The pathSpec to set.public void setPathSpec(String pathSpec)
pathSpec - The pathSpec to set.public void setServletName(String servletName)
servletName - The servletName to set.Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.