org.eclipse.jst.j2ee.jsp
Interface JSPConfig

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

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
 org.eclipse.emf.common.util.EList getPropertyGroups()
          Returns the value of the 'Property Groups' containment reference list.
 org.eclipse.emf.common.util.EList getTagLibs()
          Returns the value of the 'Tag Libs' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTagLibs

org.eclipse.emf.common.util.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

org.eclipse.emf.common.util.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()