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

Packages that use JspConfigType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return JspConfigType
static JspConfigType JspConfigType.Factory.newInstance()
           
static JspConfigType JspConfigType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static JspConfigType JspConfigType.Factory.parse(String s)
           
static JspConfigType JspConfigType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static JspConfigType JspConfigType.Factory.parse(File f)
           
static JspConfigType JspConfigType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static JspConfigType JspConfigType.Factory.parse(URL u)
           
static JspConfigType JspConfigType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static JspConfigType JspConfigType.Factory.parse(InputStream is)
           
static JspConfigType JspConfigType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static JspConfigType JspConfigType.Factory.parse(Reader r)
           
static JspConfigType JspConfigType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static JspConfigType JspConfigType.Factory.parse(Node node)
           
static JspConfigType JspConfigType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static JspConfigType JspConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static JspConfigType JspConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement JspConfigType
 class JspConfigTypeImpl
          An XML jsp-configType(@http://java.sun.com/xml/ns/j2ee).
 

Uses of JspConfigType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return JspConfigType
 JspConfigType WebAppType.getJspConfig()
          Gets the "jsp-config" element
 JspConfigType WebAppType.addNewJspConfig()
          Appends and returns a new empty "jsp-config" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type JspConfigType
 void WebAppType.setJspConfig(JspConfigType jspConfig)
          Sets the "jsp-config" element
 

Uses of JspConfigType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return JspConfigType
 JspConfigType WebAppTypeImpl.getJspConfig()
          Gets the "jsp-config" element
 JspConfigType WebAppTypeImpl.addNewJspConfig()
          Appends and returns a new empty "jsp-config" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type JspConfigType
 void WebAppTypeImpl.setJspConfig(JspConfigType jspConfig)
          Sets the "jsp-config" element
 



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