Uses of Class
org.apache.struts.config.ApplicationConfig

Packages that use ApplicationConfig
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
 

Uses of ApplicationConfig in org.apache.struts.action
 

Methods in org.apache.struts.action that return ApplicationConfig
protected  ApplicationConfig ActionServlet.getApplicationConfig(javax.servlet.http.HttpServletRequest request)
          Deprecated. use ActionServlet.getModuleConfig(HttpServletRequest)
protected  ApplicationConfig ActionServlet.initApplicationConfig(java.lang.String prefix, java.lang.String path)
          Deprecated. use ActionServlet.initModuleConfig(String,String)
 



Copyright © 2000-2003 - Apache Software Foundation