public interface JspPropertyGroup extends CommonDDBean, ComponentInterface
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
Modifier and Type | Method and Description |
---|---|
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.
|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
addBean, addBean, createBean
findBeanByName
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
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-patternsvoid setUrlPattern(String[] value)
value
- array of url-pattern propertiesString[] getUrlPattern()
int sizeUrlPattern()
int addUrlPattern(String value)
value
- url-pattern propertyint removeUrlPattern(String value)
value
- url-pattern propertyvoid 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-preludesvoid setIncludePrelude(String[] value)
value
- array of include-prelude propertiesString[] getIncludePrelude()
int sizeIncludePrelude()
int addIncludePrelude(String value)
value
- include-prelude propertyint removeIncludePrelude(String value)
value
- include-prelude propertyvoid 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-codasvoid setIncludeCoda(String[] value)
value
- array of include-coda propertiesString[] getIncludeCoda()
int sizeIncludeCoda()
int addIncludeCoda(String value)
value
- include-coda propertyint removeIncludeCoda(String value)
value
- include-coda property