public interface JspConfigType
The following features are supported:
Webapp24Package.getJspConfigType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getJspPropertyGroup()
Returns the value of the 'Jsp Property Group' containment reference list.
|
|
getTaglib()
Returns the value of the 'Taglib' containment reference list.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
getTaglib()
TaglibType.
If the meaning of the 'Taglib' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getJspConfigType_Taglib()getJspPropertyGroup()
JspPropertyGroupType.
If the meaning of the 'Jsp Property Group' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getJspConfigType_JspPropertyGroup()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp24Package.getJspConfigType_Id()