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, write
void setFilterName(String value)
value
- property valueString getFilterName()
void setUrlPattern(String value)
value
- property valuevoid setUrlPatterns(String[] values) throws VersionNotSupportedException
VersionNotSupportedException
String getUrlPattern()
String[] getUrlPatterns() throws VersionNotSupportedException
VersionNotSupportedException
void setServletName(String value)
value
- property valuevoid setServletNames(String[] value) throws VersionNotSupportedException
VersionNotSupportedException
String getServletName()
String[] getServletNames() throws VersionNotSupportedException
VersionNotSupportedException
void setDispatcher(int index, String value) throws VersionNotSupportedException
index
- position in the array of dispatchersvalue
- property valueVersionNotSupportedException
String getDispatcher(int index) throws VersionNotSupportedException
index
- position in the array of dispatchersVersionNotSupportedException
void setDispatcher(String[] value) throws VersionNotSupportedException
index
- position in the array of dispatchersvalue
- array of dispatcher propertiesVersionNotSupportedException
String[] getDispatcher() throws VersionNotSupportedException
VersionNotSupportedException
int sizeDispatcher() throws VersionNotSupportedException
VersionNotSupportedException
int addDispatcher(String value) throws VersionNotSupportedException
value
- dispatcher propertyVersionNotSupportedException
int removeDispatcher(String value) throws VersionNotSupportedException
value
- dispatcher propertyVersionNotSupportedException