public interface JspConfig extends CommonDDBean, FindCapability, CreateCapability
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Modifier and Type | Method and Description |
|---|---|
int |
addJspPropertyGroup(JspPropertyGroup valueInterface)
Adds jsp-property-group element.
|
int |
addTaglib(Taglib valueInterface)
Adds taglib element.
|
JspPropertyGroup[] |
getJspPropertyGroup()
Getter for jsp-property-group elements.
|
JspPropertyGroup |
getJspPropertyGroup(int index)
Getter for jsp-property-group element.
|
Taglib[] |
getTaglib()
Getter for taglib elements.
|
Taglib |
getTaglib(int index)
Getter for taglib element.
|
int |
removeJspPropertyGroup(JspPropertyGroup valueInterface)
Removes jsp-property-group element.
|
int |
removeTaglib(Taglib valueInterface)
Removes taglib element.
|
void |
setJspPropertyGroup(int index,
JspPropertyGroup valueInterface)
Setter for jsp-property-group element.
|
void |
setJspPropertyGroup(JspPropertyGroup[] value)
Setter for jsp-property-group elements.
|
void |
setTaglib(int index,
Taglib valueInterface)
Setter for taglib element.
|
void |
setTaglib(Taglib[] value)
Setter for taglib elements.
|
int |
sizeJspPropertyGroup()
Returns number of jsp-property-group elements.
|
int |
sizeTaglib()
Returns number of taglib elements.
|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writefindBeanByNameaddBean, addBean, createBeanvoid setTaglib(int index,
Taglib valueInterface)
index - position in the array of elementsvalueInterface - taglib element (Taglib object)Taglib getTaglib(int index)
index - position in the array of elementsvoid setTaglib(Taglib[] value)
value - array of taglib elements (Taglib objects)Taglib[] getTaglib()
int sizeTaglib()
int addTaglib(Taglib valueInterface)
valueInterface - taglib element (Taglib object)int removeTaglib(Taglib valueInterface)
valueInterface - taglib element (Taglib object)void setJspPropertyGroup(int index,
JspPropertyGroup valueInterface)
index - position in the array of elementsvalueInterface - jsp-property-group element (JspPropertyGroup object)JspPropertyGroup getJspPropertyGroup(int index)
index - position in the array of elementsvoid setJspPropertyGroup(JspPropertyGroup[] value)
value - array of jsp-property-group elements (JspPropertyGroup objects)JspPropertyGroup[] getJspPropertyGroup()
int sizeJspPropertyGroup()
int addJspPropertyGroup(JspPropertyGroup valueInterface)
valueInterface - jsp-property-group element (JspPropertyGroup object)int removeJspPropertyGroup(JspPropertyGroup valueInterface)
valueInterface - jsp-property-group element (JspPropertyGroup object)Built on May 20 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.