public class FilterMapping extends Object
| Constructor and Description |
|---|
FilterMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDispatcherMap()
Gets the dispatcher map.
|
String |
getFilterClass()
Gets the filter class.
|
String |
getFilterName()
Gets the filter name.
|
String |
getServletName()
Gets the servlet name.
|
String |
getUrl()
Gets the url.
|
void |
setDispatcherMap(String dispatcherMap)
Sets the dispatcher map.
|
void |
setFilterClass(String filterClass)
Sets the filter class.
|
void |
setFilterName(String filterName)
Sets the filter name.
|
void |
setServletName(String servletName)
Sets the servlet name.
|
void |
setUrl(String url)
Sets the url.
|
public String getUrl()
public void setUrl(String url)
url - the new urlpublic String getServletName()
public void setServletName(String servletName)
servletName - the new servlet namepublic String getFilterName()
public void setFilterName(String filterName)
filterName - the new filter namepublic String getDispatcherMap()
public void setDispatcherMap(String dispatcherMap)
dispatcherMap - the new dispatcher mappublic String getFilterClass()
public void setFilterClass(String filterClass)
filterClass - the new filter classCopyright © 2009–2020 psi-probe. All rights reserved.