|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.plugin.servlet.filter.configuration.FilterMapping
public class FilterMapping
Mapping for a Filter.
| Constructor Summary | |
|---|---|
FilterMapping(String filterName,
String urlPattern,
String servletName,
MappingType... mappingTypes)
Initiate. |
|
| Method Summary | |
|---|---|
String |
getFilterName()
Obtains the Filter name. |
MappingType[] |
getMappingTypes()
Obtains the MappingType instances. |
String |
getServletName()
Obtains the Servlet name. |
String |
getUrlPattern()
Obtains the URL pattern. |
void |
setFilterName(String filterName)
Specifies the Filter name. |
void |
setMappingTypes(MappingType[] mappingTypes)
Specifies the MappingType instances. |
void |
setServletName(String servletName)
Specifies the Servlet name. |
void |
setUrlPattern(String urlPattern)
Specifies the URL pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterMapping(String filterName,
String urlPattern,
String servletName,
MappingType... mappingTypes)
filterName - Name of the Filter.urlPattern - URL pattern.servletName - Servlet name.mappingTypes - MappingType instances.| Method Detail |
|---|
public String getFilterName()
Filter name.
Filter name.public void setFilterName(String filterName)
Filter name.
filterName - Filter name.public String getUrlPattern()
public void setUrlPattern(String urlPattern)
urlPattern - URL pattern.public String getServletName()
Servlet name.
Servlet name.public void setServletName(String servletName)
Servlet name.
servletName - Servlet name.public MappingType[] getMappingTypes()
MappingType instances.
MappingType instances.public void setMappingTypes(MappingType[] mappingTypes)
MappingType instances.
mappingTypes - MappingType instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||