Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.web |
Interfaces for working with web module deployment descriptor, DDProvider class.
|
Modifier and Type | Method and Description |
---|---|
JspPropertyGroup[] |
JspConfig.getJspPropertyGroup()
Getter for jsp-property-group elements.
|
JspPropertyGroup |
JspConfig.getJspPropertyGroup(int index)
Getter for jsp-property-group element.
|
Modifier and Type | Method and Description |
---|---|
int |
JspConfig.addJspPropertyGroup(JspPropertyGroup valueInterface)
Adds jsp-property-group element.
|
int |
JspConfig.removeJspPropertyGroup(JspPropertyGroup valueInterface)
Removes jsp-property-group element.
|
void |
JspConfig.setJspPropertyGroup(int index,
JspPropertyGroup valueInterface)
Setter for jsp-property-group element.
|
void |
JspConfig.setJspPropertyGroup(JspPropertyGroup[] value)
Setter for jsp-property-group elements.
|