Uses of Interface
org.openxri.config.ServerConfig

Packages that use ServerConfig
org.openxri.config.impl   
org.openxri.factories   
org.openxri.servlet   
 

Uses of ServerConfig in org.openxri.config.impl
 

Classes in org.openxri.config.impl that implement ServerConfig
 class XMLServerConfig
          This class parses the XML configuration file and then contains all information from that file.
 

Uses of ServerConfig in org.openxri.factories
 

Methods in org.openxri.factories that return ServerConfig
static ServerConfig ServerConfigFactory.getSingleton()
          Get the server config implementation and hope it's initialized already.
static ServerConfig ServerConfigFactory.initSingleton(javax.servlet.FilterConfig filterConfig)
          Construct the concrete implementation of the ServerConfig interface, based on a filter config.
static ServerConfig ServerConfigFactory.initSingleton(javax.servlet.ServletConfig servletConfig)
          Construct the concrete implementation of the ServerConfig interface, based on a servlet config.
static ServerConfig ServerConfigFactory.initSingleton(javax.servlet.ServletContext servletContext, java.util.Properties properties)
          Construct the concrete implementation of the ServerConfig interface, based on a servlet context and properties.
 

Uses of ServerConfig in org.openxri.servlet
 

Fields in org.openxri.servlet declared as ServerConfig
protected  ServerConfig XRIServlet.serverConfig
          The server configuration read from the XML file.
 

Methods in org.openxri.servlet with parameters of type ServerConfig
 void XRIServlet.init(ServerConfig serverConfig)
          Initializes the servlet based on a ServerConfig
 



Copyright © 2005-2010. All Rights Reserved.