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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return UrlPatternType
 UrlPatternType[] JspPropertyGroupType.xgetUrlPatternArray()
          Gets (as xml) array of all "url-pattern" elements
 UrlPatternType JspPropertyGroupType.xgetUrlPatternArray(int i)
          Gets (as xml) ith "url-pattern" element
static UrlPatternType UrlPatternType.Factory.newValue(Object obj)
           
static UrlPatternType UrlPatternType.Factory.newInstance()
           
static UrlPatternType UrlPatternType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static UrlPatternType UrlPatternType.Factory.parse(String s)
           
static UrlPatternType UrlPatternType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static UrlPatternType UrlPatternType.Factory.parse(File f)
           
static UrlPatternType UrlPatternType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static UrlPatternType UrlPatternType.Factory.parse(URL u)
           
static UrlPatternType UrlPatternType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static UrlPatternType UrlPatternType.Factory.parse(InputStream is)
           
static UrlPatternType UrlPatternType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static UrlPatternType UrlPatternType.Factory.parse(Reader r)
           
static UrlPatternType UrlPatternType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static UrlPatternType UrlPatternType.Factory.parse(Node node)
           
static UrlPatternType UrlPatternType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static UrlPatternType UrlPatternType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static UrlPatternType UrlPatternType.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 UrlPatternType
 void JspPropertyGroupType.xsetUrlPatternArray(UrlPatternType[] urlPatternArray)
          Sets (as xml) array of all "url-pattern" element
 void JspPropertyGroupType.xsetUrlPatternArray(int i, UrlPatternType urlPattern)
          Sets (as xml) ith "url-pattern" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement UrlPatternType
 class UrlPatternTypeImpl
          An XML url-patternType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return UrlPatternType
 UrlPatternType[] JspPropertyGroupTypeImpl.xgetUrlPatternArray()
          Gets (as xml) array of all "url-pattern" elements
 UrlPatternType JspPropertyGroupTypeImpl.xgetUrlPatternArray(int i)
          Gets (as xml) ith "url-pattern" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type UrlPatternType
 void JspPropertyGroupTypeImpl.xsetUrlPatternArray(UrlPatternType[] urlPatternArray)
          Sets (as xml) array of all "url-pattern" element
 void JspPropertyGroupTypeImpl.xsetUrlPatternArray(int i, UrlPatternType urlPattern)
          Sets (as xml) ith "url-pattern" element
 

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

Methods in org.apache.geronimo.xbeans.web that return UrlPatternType
 UrlPatternType FilterMappingType.xgetUrlPattern()
          Gets (as xml) the "url-pattern" element
 UrlPatternType ServletMappingType.xgetUrlPattern()
          Gets (as xml) the "url-pattern" element
 UrlPatternType[] WebResourceCollectionType.xgetUrlPatternArray()
          Gets (as xml) array of all "url-pattern" elements
 UrlPatternType WebResourceCollectionType.xgetUrlPatternArray(int i)
          Gets (as xml) ith "url-pattern" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type UrlPatternType
 void FilterMappingType.xsetUrlPattern(UrlPatternType urlPattern)
          Sets (as xml) the "url-pattern" element
 void ServletMappingType.xsetUrlPattern(UrlPatternType urlPattern)
          Sets (as xml) the "url-pattern" element
 void WebResourceCollectionType.xsetUrlPatternArray(UrlPatternType[] urlPatternArray)
          Sets (as xml) array of all "url-pattern" element
 void WebResourceCollectionType.xsetUrlPatternArray(int i, UrlPatternType urlPattern)
          Sets (as xml) ith "url-pattern" element
 

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

Methods in org.apache.geronimo.xbeans.web.impl that return UrlPatternType
 UrlPatternType FilterMappingTypeImpl.xgetUrlPattern()
          Gets (as xml) the "url-pattern" element
 UrlPatternType ServletMappingTypeImpl.xgetUrlPattern()
          Gets (as xml) the "url-pattern" element
 UrlPatternType[] WebResourceCollectionTypeImpl.xgetUrlPatternArray()
          Gets (as xml) array of all "url-pattern" elements
 UrlPatternType WebResourceCollectionTypeImpl.xgetUrlPatternArray(int i)
          Gets (as xml) ith "url-pattern" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type UrlPatternType
 void FilterMappingTypeImpl.xsetUrlPattern(UrlPatternType urlPattern)
          Sets (as xml) the "url-pattern" element
 void ServletMappingTypeImpl.xsetUrlPattern(UrlPatternType urlPattern)
          Sets (as xml) the "url-pattern" element
 void WebResourceCollectionTypeImpl.xsetUrlPatternArray(UrlPatternType[] urlPatternArray)
          Sets (as xml) array of all "url-pattern" element
 void WebResourceCollectionTypeImpl.xsetUrlPatternArray(int i, UrlPatternType urlPattern)
          Sets (as xml) ith "url-pattern" element
 



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