org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.web
Interface Filter

All Superinterfaces:
CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, FindCapability, IconInterface

public interface Filter
extends ComponentInterface

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

setFilterName

void setFilterName(String value)
Setter for filter-name property.

Parameters:
value - property value

getFilterName

String getFilterName()
Getter for filter-name property.

Returns:
property value

setFilterClass

void setFilterClass(String value)
Setter for filter-class property.

Parameters:
value - property value

getFilterClass

String getFilterClass()
Getter for filter-class property.

Returns:
property value

setInitParam

void setInitParam(int index,
                  InitParam valueInterface)
Setter for init-param element.

Parameters:
index - position in the array of elements
valueInterface - init-param element (InitParam object)

getInitParam

InitParam getInitParam(int index)
Getter for init-param element.

Parameters:
index - position in the array of elements
Returns:
init-param element (InitParam object)

setInitParam

void setInitParam(InitParam[] value)
Setter for init-param elements.

Parameters:
value - array of init-param elements (InitParam objects)

getInitParam

InitParam[] getInitParam()
Getter for init-param elements.

Returns:
array of init-param elements (InitParam objects)

sizeInitParam

int sizeInitParam()
Returns size of init-param elements.

Returns:
number of init-param elements

addInitParam

int addInitParam(InitParam valueInterface)
Adds init-param element.

Parameters:
valueInterface - init-param element (InitParam object)
Returns:
index of new init-param

removeInitParam

int removeInitParam(InitParam valueInterface)
Removes init-param element.

Parameters:
valueInterface - init-param element (InitParam object)
Returns:
index of the removed init-param

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on November 20 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.