public class ServletMapping extends Object
| Constructor and Description |
|---|
ServletMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Gets the application name.
|
String |
getServletClass()
Gets the servlet class.
|
String |
getServletName()
Gets the servlet name.
|
String |
getUrl()
Gets the url.
|
boolean |
isAvailable()
Checks if is available.
|
void |
setApplicationName(String applicationName)
Sets the application name.
|
void |
setAvailable(boolean available)
Sets the available.
|
void |
setServletClass(String servletClass)
Sets the servlet class.
|
void |
setServletName(String servletName)
Sets the servlet name.
|
void |
setUrl(String url)
Sets the url.
|
public String getApplicationName()
public void setApplicationName(String applicationName)
applicationName - the new application namepublic String getUrl()
public void setUrl(String url)
url - the new urlpublic String getServletName()
public void setServletName(String servletName)
servletName - the new servlet namepublic String getServletClass()
public void setServletClass(String servletClass)
servletClass - the new servlet classpublic boolean isAvailable()
public void setAvailable(boolean available)
available - the new availableCopyright © 2009–2020 psi-probe. All rights reserved.