|
org.netbeans.modules.j2ee.dd/1 1.13.0 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterMapping
Generated interface for FilterMapping element.
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Method Summary | |
|---|---|
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 |
getUrlPattern()
Getter for url-pattern property. |
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 |
setUrlPattern(String value)
Setter for url-pattern property. |
int |
sizeDispatcher()
Returns size of dispatcher properties. |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean |
|---|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write |
| Method Detail |
|---|
void setFilterName(String value)
value - property valueString getFilterName()
void setUrlPattern(String value)
value - property valueString getUrlPattern()
void setServletName(String value)
value - property valueString getServletName()
void setDispatcher(int index,
String value)
throws VersionNotSupportedException
index - position in the array of dispatchersvalue - property value
VersionNotSupportedException
String getDispatcher(int index)
throws VersionNotSupportedException
index - position in the array of dispatchers
VersionNotSupportedException
void setDispatcher(String[] value)
throws VersionNotSupportedException
index - position in the array of dispatchersvalue - array of dispatcher properties
VersionNotSupportedException
String[] getDispatcher()
throws VersionNotSupportedException
VersionNotSupportedException
int sizeDispatcher()
throws VersionNotSupportedException
VersionNotSupportedException
int addDispatcher(String value)
throws VersionNotSupportedException
value - dispatcher property
VersionNotSupportedException
int removeDispatcher(String value)
throws VersionNotSupportedException
value - dispatcher property
VersionNotSupportedException
|
org.netbeans.modules.j2ee.dd/1 1.13.0 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||