|
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 JspPropertyGroup
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 |
|---|
void setUrlPattern(int index,
String value)
index - position in the array of url-patternsvalue - property valueString getUrlPattern(int index)
index - position in the array of url-patterns
void setUrlPattern(String[] value)
index - position in the array of url-patternsvalue - array of url-pattern propertiesString[] getUrlPattern()
int sizeUrlPattern()
int addUrlPattern(String value)
value - url-pattern property
int removeUrlPattern(String value)
value - url-pattern property
void setElIgnored(boolean value)
value - property valueboolean isElIgnored()
void setPageEncoding(String value)
value - property valueString getPageEncoding()
void setScriptingInvalid(boolean value)
value - property valueboolean isScriptingInvalid()
void setIsXml(boolean value)
value - property valueboolean isIsXml()
void setIncludePrelude(int index,
String value)
index - position in the array of include-preludesvalue - property valueString getIncludePrelude(int index)
index - position in the array of include-preludes
void setIncludePrelude(String[] value)
index - position in the array of include-preludesvalue - array of include-prelude propertiesString[] getIncludePrelude()
int sizeIncludePrelude()
int addIncludePrelude(String value)
value - include-prelude property
int removeIncludePrelude(String value)
value - include-prelude property
void setIncludeCoda(int index,
String value)
index - position in the array of include-codasvalue - property valueString getIncludeCoda(int index)
index - position in the array of include-codas
void setIncludeCoda(String[] value)
index - position in the array of include-codasvalue - array of include-coda propertiesString[] getIncludeCoda()
int sizeIncludeCoda()
int addIncludeCoda(String value)
value - include-coda property
int removeIncludeCoda(String value)
value - include-coda property
|
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 | |||||||||