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

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

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

public interface JspPropertyGroup
extends CommonDDBean, ComponentInterface

Generated interface for JspPropertyGroup element.

Important note: Do not provide an implementation of this interface unless you are a DD API provider!


Method Summary
 int addIncludeCoda(String value)
          Adds include-coda property.
 int addIncludePrelude(String value)
          Adds include-prelude property.
 int addUrlPattern(String value)
          Adds url-pattern property.
 String[] getIncludeCoda()
          Getter for include-coda property.
 String getIncludeCoda(int index)
          Getter for include-coda property.
 String[] getIncludePrelude()
          Getter for include-prelude property.
 String getIncludePrelude(int index)
          Getter for include-prelude property.
 String getPageEncoding()
          Getter for page-encoding property.
 String[] getUrlPattern()
          Getter for url-pattern property.
 String getUrlPattern(int index)
          Getter for url-pattern property.
 boolean isElIgnored()
          Getter for el-ignored property.
 boolean isIsXml()
          Getter for is-xml property.
 boolean isScriptingInvalid()
          Getter for scripting-invalid property.
 int removeIncludeCoda(String value)
          Removes include-coda property.
 int removeIncludePrelude(String value)
          Removes include-prelude property.
 int removeUrlPattern(String value)
          Removes url-pattern property.
 void setElIgnored(boolean value)
          Setter for el-ignored property.
 void setIncludeCoda(int index, String value)
          Setter for include-coda property.
 void setIncludeCoda(String[] value)
          Setter for include-coda property.
 void setIncludePrelude(int index, String value)
          Setter for include-prelude property.
 void setIncludePrelude(String[] value)
          Setter for include-prelude property.
 void setIsXml(boolean value)
          Setter for is-xml property.
 void setPageEncoding(String value)
          Setter for page-encoding property.
 void setScriptingInvalid(boolean value)
          Setter for scripting-invalid property.
 void setUrlPattern(int index, String value)
          Setter for url-pattern property.
 void setUrlPattern(String[] value)
          Setter for url-pattern property.
 int sizeIncludeCoda()
          Returns number of include-coda properties.
 int sizeIncludePrelude()
          Returns number of include-prelude properties.
 int sizeUrlPattern()
          Returns number of url-pattern properties.
 
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

setUrlPattern

void setUrlPattern(int index,
                   String value)
Setter for url-pattern property.

Parameters:
index - position in the array of url-patterns
value - property value

getUrlPattern

String getUrlPattern(int index)
Getter for url-pattern property.

Parameters:
index - position in the array of url-patterns
Returns:
property value

setUrlPattern

void setUrlPattern(String[] value)
Setter for url-pattern property.

Parameters:
index - position in the array of url-patterns
value - array of url-pattern properties

getUrlPattern

String[] getUrlPattern()
Getter for url-pattern property.

Returns:
array of url-pattern properties

sizeUrlPattern

int sizeUrlPattern()
Returns number of url-pattern properties.

Returns:
number of url-pattern properties

addUrlPattern

int addUrlPattern(String value)
Adds url-pattern property.

Parameters:
value - url-pattern property
Returns:
index of new url-pattern

removeUrlPattern

int removeUrlPattern(String value)
Removes url-pattern property.

Parameters:
value - url-pattern property
Returns:
index of the removed url-pattern

setElIgnored

void setElIgnored(boolean value)
Setter for el-ignored property.

Parameters:
value - property value

isElIgnored

boolean isElIgnored()
Getter for el-ignored property.

Returns:
property value

setPageEncoding

void setPageEncoding(String value)
Setter for page-encoding property.

Parameters:
value - property value

getPageEncoding

String getPageEncoding()
Getter for page-encoding property.

Returns:
property value

setScriptingInvalid

void setScriptingInvalid(boolean value)
Setter for scripting-invalid property.

Parameters:
value - property value

isScriptingInvalid

boolean isScriptingInvalid()
Getter for scripting-invalid property.

Returns:
property value

setIsXml

void setIsXml(boolean value)
Setter for is-xml property.

Parameters:
value - property value

isIsXml

boolean isIsXml()
Getter for is-xml property.

Returns:
property value

setIncludePrelude

void setIncludePrelude(int index,
                       String value)
Setter for include-prelude property.

Parameters:
index - position in the array of include-preludes
value - property value

getIncludePrelude

String getIncludePrelude(int index)
Getter for include-prelude property.

Parameters:
index - position in the array of include-preludes
Returns:
property value

setIncludePrelude

void setIncludePrelude(String[] value)
Setter for include-prelude property.

Parameters:
index - position in the array of include-preludes
value - array of include-prelude properties

getIncludePrelude

String[] getIncludePrelude()
Getter for include-prelude property.

Returns:
array of include-prelude properties

sizeIncludePrelude

int sizeIncludePrelude()
Returns number of include-prelude properties.

Returns:
number of include-prelude properties

addIncludePrelude

int addIncludePrelude(String value)
Adds include-prelude property.

Parameters:
value - include-prelude property
Returns:
index of new include-prelude

removeIncludePrelude

int removeIncludePrelude(String value)
Removes include-prelude property.

Parameters:
value - include-prelude property
Returns:
index of the removed include-prelude

setIncludeCoda

void setIncludeCoda(int index,
                    String value)
Setter for include-coda property.

Parameters:
index - position in the array of include-codas
value - property value

getIncludeCoda

String getIncludeCoda(int index)
Getter for include-coda property.

Parameters:
index - position in the array of include-codas
Returns:
property value

setIncludeCoda

void setIncludeCoda(String[] value)
Setter for include-coda property.

Parameters:
index - position in the array of include-codas
value - array of include-coda properties

getIncludeCoda

String[] getIncludeCoda()
Getter for include-coda property.

Returns:
array of include-coda properties

sizeIncludeCoda

int sizeIncludeCoda()
Returns number of include-coda properties.

Returns:
number of include-coda properties

addIncludeCoda

int addIncludeCoda(String value)
Adds include-coda property.

Parameters:
value - include-coda property
Returns:
index of new include-coda

removeIncludeCoda

int removeIncludeCoda(String value)
Removes include-coda property.

Parameters:
value - include-coda property
Returns:
index of the removed include-coda

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

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