|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JspConfigType
A representation of the model object 'Jsp Config Type'. The jsp-configType is used to provide global configuration information for the JSP files in a web application. It has two subelements, taglib and jsp-property-group.
The following features are supported:
Webapp25Package.getJspConfigType()
Method Summary | |
---|---|
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. |
Method Detail |
---|
getTaglib()
TaglibType
.
If the meaning of the 'Taglib' containment reference list isn't clear, there really should be more of a description here...
Webapp25Package.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...
Webapp25Package.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)
,
Webapp25Package.getJspConfigType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |