Uses of Interface
org.apache.geronimo.xbeans.j2ee.JspPropertyGroupType

Packages that use JspPropertyGroupType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of JspPropertyGroupType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return JspPropertyGroupType
 JspPropertyGroupType[] JspConfigType.getJspPropertyGroupArray()
          Gets array of all "jsp-property-group" elements
 JspPropertyGroupType JspConfigType.getJspPropertyGroupArray(int i)
          Gets ith "jsp-property-group" element
 JspPropertyGroupType JspConfigType.insertNewJspPropertyGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "jsp-property-group" element
 JspPropertyGroupType JspConfigType.addNewJspPropertyGroup()
          Appends and returns a new empty value (as xml) as the last "jsp-property-group" element
static JspPropertyGroupType JspPropertyGroupType.Factory.newInstance()
           
static JspPropertyGroupType JspPropertyGroupType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(String s)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(File f)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(URL u)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(InputStream is)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(Reader r)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(Node node)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static JspPropertyGroupType JspPropertyGroupType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type JspPropertyGroupType
 void JspConfigType.setJspPropertyGroupArray(JspPropertyGroupType[] jspPropertyGroupArray)
          Sets array of all "jsp-property-group" element
 void JspConfigType.setJspPropertyGroupArray(int i, JspPropertyGroupType jspPropertyGroup)
          Sets ith "jsp-property-group" element
 

Uses of JspPropertyGroupType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement JspPropertyGroupType
 class JspPropertyGroupTypeImpl
          An XML jsp-property-groupType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return JspPropertyGroupType
 JspPropertyGroupType[] JspConfigTypeImpl.getJspPropertyGroupArray()
          Gets array of all "jsp-property-group" elements
 JspPropertyGroupType JspConfigTypeImpl.getJspPropertyGroupArray(int i)
          Gets ith "jsp-property-group" element
 JspPropertyGroupType JspConfigTypeImpl.insertNewJspPropertyGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "jsp-property-group" element
 JspPropertyGroupType JspConfigTypeImpl.addNewJspPropertyGroup()
          Appends and returns a new empty value (as xml) as the last "jsp-property-group" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type JspPropertyGroupType
 void JspConfigTypeImpl.setJspPropertyGroupArray(JspPropertyGroupType[] jspPropertyGroupArray)
          Sets array of all "jsp-property-group" element
 void JspConfigTypeImpl.setJspPropertyGroupArray(int i, JspPropertyGroupType jspPropertyGroup)
          Sets ith "jsp-property-group" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.