public interface FilterMapping extends CommonDDBean
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Modifier and Type | Method and Description |
|---|---|
int |
addDispatcher(String value)
Adds dispatcher property.
|
String[] |
getDispatcher()
Getter for dispatcher property.
|
String |
getDispatcher(int index)
Getter for dispatcher property.
|
String |
getFilterName()
Getter for filter-name property.
|
String |
getServletName()
Getter for servlet-name property.
|
String[] |
getServletNames() |
String |
getUrlPattern()
Getter for url-pattern property.
|
String[] |
getUrlPatterns() |
int |
removeDispatcher(String value)
Removes dispatcher property.
|
void |
setDispatcher(int index,
String value)
Setter for dispatcher property.
|
void |
setDispatcher(String[] value)
Setter for dispatcher property.
|
void |
setFilterName(String value)
Setter for filter-name property.
|
void |
setServletName(String value)
Setter for servlet-name property.
|
void |
setServletNames(String[] value) |
void |
setUrlPattern(String value)
Setter for url-pattern property.
|
void |
setUrlPatterns(String[] values) |
int |
sizeDispatcher()
Returns size of dispatcher properties.
|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writevoid setFilterName(String value)
value - property valueString getFilterName()
void setUrlPattern(String value)
value - property valuevoid setUrlPatterns(String[] values) throws VersionNotSupportedException
VersionNotSupportedExceptionString getUrlPattern()
String[] getUrlPatterns() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setServletName(String value)
value - property valuevoid setServletNames(String[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionString getServletName()
String[] getServletNames() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setDispatcher(int index,
String value)
throws VersionNotSupportedException
index - position in the array of dispatchersvalue - property valueVersionNotSupportedExceptionString getDispatcher(int index) throws VersionNotSupportedException
index - position in the array of dispatchersVersionNotSupportedExceptionvoid setDispatcher(String[] value) throws VersionNotSupportedException
index - position in the array of dispatchersvalue - array of dispatcher propertiesVersionNotSupportedExceptionString[] getDispatcher() throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeDispatcher()
throws VersionNotSupportedException
VersionNotSupportedExceptionint addDispatcher(String value) throws VersionNotSupportedException
value - dispatcher propertyVersionNotSupportedExceptionint removeDispatcher(String value) throws VersionNotSupportedException
value - dispatcher propertyVersionNotSupportedExceptionBuilt on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.