|
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 Filter
Generated interface for Filter element.
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Method Summary | |
|---|---|
int |
addInitParam(InitParam valueInterface)
Adds init-param element. |
String |
getFilterClass()
Getter for filter-class property. |
String |
getFilterName()
Getter for filter-name property. |
InitParam[] |
getInitParam()
Getter for init-param elements. |
InitParam |
getInitParam(int index)
Getter for init-param element. |
int |
removeInitParam(InitParam valueInterface)
Removes init-param element. |
void |
setFilterClass(String value)
Setter for filter-class property. |
void |
setFilterName(String value)
Setter for filter-name property. |
void |
setInitParam(InitParam[] value)
Setter for init-param elements. |
void |
setInitParam(int index,
InitParam valueInterface)
Setter for init-param element. |
int |
sizeInitParam()
Returns size of init-param elements. |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean |
|---|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface |
|---|
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface |
|---|
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CreateCapability |
|---|
addBean, addBean, createBean |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.FindCapability |
|---|
findBeanByName |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface |
|---|
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
| Method Detail |
|---|
void setFilterName(String value)
value - property valueString getFilterName()
void setFilterClass(String value)
value - property valueString getFilterClass()
void setInitParam(int index,
InitParam valueInterface)
index - position in the array of elementsvalueInterface - init-param element (InitParam object)InitParam getInitParam(int index)
index - position in the array of elements
void setInitParam(InitParam[] value)
value - array of init-param elements (InitParam objects)InitParam[] getInitParam()
int sizeInitParam()
int addInitParam(InitParam valueInterface)
valueInterface - init-param element (InitParam object)
int removeInitParam(InitParam valueInterface)
valueInterface - init-param element (InitParam object)
|
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 | |||||||||