Package org.qdl_lang.sas.loader
Class QDLSASBootstrapper
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.Bootstrapper
-
- edu.uiuc.ncsa.sas.loader.SASBootstrapper
-
- org.qdl_lang.sas.loader.QDLSASBootstrapper
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class QDLSASBootstrapper extends edu.uiuc.ncsa.sas.loader.SASBootstrapperCreated by Jeff Gaynor
on 8/28/22 at 8:13 AM
-
-
Constructor Summary
Constructors Constructor Description QDLSASBootstrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.sas.loader.SASConfigurationLoadergetConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node)edu.uiuc.ncsa.security.servlet.InitializationgetInitialization()protected org.apache.commons.configuration.tree.ConfigurationNodegetNode(javax.servlet.ServletContext servletContext)-
Methods inherited from class edu.uiuc.ncsa.sas.loader.SASBootstrapper
getCFNode, getConfigurationLoader, getConfigurationLoader
-
-
-
-
Method Detail
-
getConfigurationLoader
public edu.uiuc.ncsa.sas.loader.SASConfigurationLoader getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node) throws edu.uiuc.ncsa.security.core.exceptions.MyConfigurationException- Overrides:
getConfigurationLoaderin classedu.uiuc.ncsa.sas.loader.SASBootstrapper- Throws:
edu.uiuc.ncsa.security.core.exceptions.MyConfigurationException
-
getNode
protected org.apache.commons.configuration.tree.ConfigurationNode getNode(javax.servlet.ServletContext servletContext) throws Exception- Overrides:
getNodein classedu.uiuc.ncsa.sas.loader.SASBootstrapper- Throws:
Exception
-
getInitialization
public edu.uiuc.ncsa.security.servlet.Initialization getInitialization()
- Overrides:
getInitializationin classedu.uiuc.ncsa.sas.loader.SASBootstrapper
-
-