Uses of Class
edu.uiuc.ncsa.sas.loader.SASConfigurationLoader
-
Packages that use SASConfigurationLoader Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.loader -
-
Uses of SASConfigurationLoader in edu.uiuc.ncsa.sas
Methods in edu.uiuc.ncsa.sas that return SASConfigurationLoader Modifier and Type Method Description SASConfigurationLoader<? extends SASEnvironment>
SASServlet. getConfigurationLoader()
Methods in edu.uiuc.ncsa.sas with parameters of type SASConfigurationLoader Modifier and Type Method Description void
SASServlet. setConfigurationLoader(SASConfigurationLoader<? extends SASEnvironment> b)
-
Uses of SASConfigurationLoader in edu.uiuc.ncsa.sas.loader
Methods in edu.uiuc.ncsa.sas.loader that return SASConfigurationLoader Modifier and Type Method Description SASConfigurationLoader
SASBootstrapper. getConfigurationLoader(javax.servlet.ServletContext servletContext)
SASConfigurationLoader
SASBootstrapper. getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node)
-