org.eclipse.jst.j2ee.jsp
Interface JspFactory


public interface JspFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
JspPackage

Field Summary
static JspFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 JSPConfig createJSPConfig()
          Returns a new object of class 'JSP Config'
 JSPPropertyGroup createJSPPropertyGroup()
          Returns a new object of class 'JSP Property Group'
 TagLibRefType createTagLibRefType()
          Returns a new object of class 'Tag Lib Ref Type'
 JspPackage getJspPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

public static final JspFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createJSPConfig

public JSPConfig createJSPConfig()
Returns a new object of class 'JSP Config'.

Returns:
a new object of class 'JSP Config'.

createJSPPropertyGroup

public JSPPropertyGroup createJSPPropertyGroup()
Returns a new object of class 'JSP Property Group'.

Returns:
a new object of class 'JSP Property Group'.

createTagLibRefType

public TagLibRefType createTagLibRefType()
Returns a new object of class 'Tag Lib Ref Type'.

Returns:
a new object of class 'Tag Lib Ref Type'.

getJspPackage

public JspPackage getJspPackage()
Returns the package supported by this factory. This method is NOT api, and may change in future releases. EMF package classes should be access via their "eINSTANCE" static fields

Returns:
the package supported by this factory.