org.eclipse.modisco.jee.webapp.webapp30
Interface JspConfigType


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:

See Also:
Webapp30Package.getJspConfigType()
Generated:
Model:
extendedMetaData="name='jsp-configType' kind='elementOnly'"

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

 getTaglib()
Returns the value of the 'Taglib' containment reference list. The list contents are of type TaglibType.

If the meaning of the 'Taglib' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Taglib' containment reference list.
See Also:
Webapp30Package.getJspConfigType_Taglib()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='taglib' namespace='http://java.sun.com/xml/ns/javaee'"

getJspPropertyGroup

 getJspPropertyGroup()
Returns the value of the 'Jsp Property Group' containment reference list. The list contents are of type JspPropertyGroupType.

If the meaning of the 'Jsp Property Group' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Jsp Property Group' containment reference list.
See Also:
Webapp30Package.getJspConfigType_JspPropertyGroup()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='jsp-property-group' namespace='http://java.sun.com/xml/ns/javaee'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp30Package.getJspConfigType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: