Uses of Interface
org.apache.geronimo.xbeans.web.SessionConfigType

Packages that use SessionConfigType
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

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

Methods in org.apache.geronimo.xbeans.web that return SessionConfigType
 SessionConfigType WebAppType.getSessionConfig()
          Gets the "session-config" element
 SessionConfigType WebAppType.addNewSessionConfig()
          Appends and returns a new empty "session-config" element
static SessionConfigType SessionConfigType.Factory.newInstance()
           
static SessionConfigType SessionConfigType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType SessionConfigType.Factory.parse(String s)
           
static SessionConfigType SessionConfigType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType SessionConfigType.Factory.parse(File f)
           
static SessionConfigType SessionConfigType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType SessionConfigType.Factory.parse(URL u)
           
static SessionConfigType SessionConfigType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType SessionConfigType.Factory.parse(InputStream is)
           
static SessionConfigType SessionConfigType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType SessionConfigType.Factory.parse(Reader r)
           
static SessionConfigType SessionConfigType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType SessionConfigType.Factory.parse(Node node)
           
static SessionConfigType SessionConfigType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SessionConfigType SessionConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static SessionConfigType SessionConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.web with parameters of type SessionConfigType
 void WebAppType.setSessionConfig(SessionConfigType sessionConfig)
          Sets the "session-config" element
 

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

Classes in org.apache.geronimo.xbeans.web.impl that implement SessionConfigType
 class SessionConfigTypeImpl
          An XML session-configType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.web.impl that return SessionConfigType
 SessionConfigType WebAppTypeImpl.getSessionConfig()
          Gets the "session-config" element
 SessionConfigType WebAppTypeImpl.addNewSessionConfig()
          Appends and returns a new empty "session-config" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type SessionConfigType
 void WebAppTypeImpl.setSessionConfig(SessionConfigType sessionConfig)
          Sets the "session-config" element
 



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