org.eclipse.jst.j2ee.jsp
Interface JSPConfig

All Superinterfaces:
J2EEEObject

public interface JSPConfig
extends J2EEEObject

A representation of the model object 'JSP Config'.

Version:
J2EE1.4 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:
JspPackage.getJSPConfig()

Method Summary
 EList getPropertyGroups()
          Returns the value of the 'Property Groups' containment reference list.
 EList getTagLibs()
          Returns the value of the 'Tag Libs' containment reference list.
 

Method Detail

getTagLibs

public EList getTagLibs()
Returns the value of the 'Tag Libs' containment reference list. The list contents are of type TagLibRefType.

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

Returns:
the value of the 'Tag Libs' containment reference list.
See Also:
JspPackage.getJSPConfig_TagLibs()

getPropertyGroups

public EList getPropertyGroups()
Returns the value of the 'Property Groups' containment reference list. The list contents are of type JSPPropertyGroup.

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

Returns:
the value of the 'Property Groups' containment reference list.
See Also:
JspPackage.getJSPConfig_PropertyGroups()