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

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

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ParamValueType
 class ParamValueTypeImpl
          An XML param-valueType(@http://java.sun.com/xml/ns/j2ee).
 

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

Methods in org.apache.geronimo.xbeans.web that return ParamValueType
 ParamValueType[] ServletType.getInitParamArray()
          Gets array of all "init-param" elements
 ParamValueType ServletType.getInitParamArray(int i)
          Gets ith "init-param" element
 ParamValueType ServletType.insertNewInitParam(int i)
          Inserts and returns a new empty value (as xml) as the ith "init-param" element
 ParamValueType ServletType.addNewInitParam()
          Appends and returns a new empty value (as xml) as the last "init-param" element
 ParamValueType[] WebAppType.getContextParamArray()
          Gets array of all "context-param" elements
 ParamValueType WebAppType.getContextParamArray(int i)
          Gets ith "context-param" element
 ParamValueType WebAppType.insertNewContextParam(int i)
          Inserts and returns a new empty value (as xml) as the ith "context-param" element
 ParamValueType WebAppType.addNewContextParam()
          Appends and returns a new empty value (as xml) as the last "context-param" element
 ParamValueType[] FilterType.getInitParamArray()
          Gets array of all "init-param" elements
 ParamValueType FilterType.getInitParamArray(int i)
          Gets ith "init-param" element
 ParamValueType FilterType.insertNewInitParam(int i)
          Inserts and returns a new empty value (as xml) as the ith "init-param" element
 ParamValueType FilterType.addNewInitParam()
          Appends and returns a new empty value (as xml) as the last "init-param" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type ParamValueType
 void ServletType.setInitParamArray(ParamValueType[] initParamArray)
          Sets array of all "init-param" element
 void ServletType.setInitParamArray(int i, ParamValueType initParam)
          Sets ith "init-param" element
 void WebAppType.setContextParamArray(ParamValueType[] contextParamArray)
          Sets array of all "context-param" element
 void WebAppType.setContextParamArray(int i, ParamValueType contextParam)
          Sets ith "context-param" element
 void FilterType.setInitParamArray(ParamValueType[] initParamArray)
          Sets array of all "init-param" element
 void FilterType.setInitParamArray(int i, ParamValueType initParam)
          Sets ith "init-param" element
 

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

Methods in org.apache.geronimo.xbeans.web.impl that return ParamValueType
 ParamValueType[] FilterTypeImpl.getInitParamArray()
          Gets array of all "init-param" elements
 ParamValueType FilterTypeImpl.getInitParamArray(int i)
          Gets ith "init-param" element
 ParamValueType FilterTypeImpl.insertNewInitParam(int i)
          Inserts and returns a new empty value (as xml) as the ith "init-param" element
 ParamValueType FilterTypeImpl.addNewInitParam()
          Appends and returns a new empty value (as xml) as the last "init-param" element
 ParamValueType[] WebAppTypeImpl.getContextParamArray()
          Gets array of all "context-param" elements
 ParamValueType WebAppTypeImpl.getContextParamArray(int i)
          Gets ith "context-param" element
 ParamValueType WebAppTypeImpl.insertNewContextParam(int i)
          Inserts and returns a new empty value (as xml) as the ith "context-param" element
 ParamValueType WebAppTypeImpl.addNewContextParam()
          Appends and returns a new empty value (as xml) as the last "context-param" element
 ParamValueType[] ServletTypeImpl.getInitParamArray()
          Gets array of all "init-param" elements
 ParamValueType ServletTypeImpl.getInitParamArray(int i)
          Gets ith "init-param" element
 ParamValueType ServletTypeImpl.insertNewInitParam(int i)
          Inserts and returns a new empty value (as xml) as the ith "init-param" element
 ParamValueType ServletTypeImpl.addNewInitParam()
          Appends and returns a new empty value (as xml) as the last "init-param" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type ParamValueType
 void FilterTypeImpl.setInitParamArray(ParamValueType[] initParamArray)
          Sets array of all "init-param" element
 void FilterTypeImpl.setInitParamArray(int i, ParamValueType initParam)
          Sets ith "init-param" element
 void WebAppTypeImpl.setContextParamArray(ParamValueType[] contextParamArray)
          Sets array of all "context-param" element
 void WebAppTypeImpl.setContextParamArray(int i, ParamValueType contextParam)
          Sets ith "context-param" element
 void ServletTypeImpl.setInitParamArray(ParamValueType[] initParamArray)
          Sets array of all "init-param" element
 void ServletTypeImpl.setInitParamArray(int i, ParamValueType initParam)
          Sets ith "init-param" element
 



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