Package edu.uiuc.ncsa.sas.loader
Class SASBootstrapper
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.Bootstrapper
-
- edu.uiuc.ncsa.sas.loader.SASBootstrapper
-
- All Implemented Interfaces:
EventListener
,javax.servlet.ServletContextListener
public class SASBootstrapper extends Bootstrapper
Created by Jeff Gaynor
on 8/15/22 at 4:04 PM
-
-
Field Summary
Fields Modifier and Type Field Description static String
SAS_CONFIG_FILE_KEY
static String
SAS_CONFIG_NAME_KEY
static String
SAS_CONFIG_TAG
-
Constructor Summary
Constructors Constructor Description SASBootstrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SASConfigurationLoader
getConfigurationLoader(javax.servlet.ServletContext servletContext)
SASConfigurationLoader
getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node)
Initialization
getInitialization()
protected org.apache.commons.configuration.tree.ConfigurationNode
getNode(javax.servlet.ServletContext servletContext)
-
Methods inherited from class edu.uiuc.ncsa.security.servlet.Bootstrapper
contextDestroyed, contextInitialized
-
-
-
-
Field Detail
-
SAS_CONFIG_FILE_KEY
public static final String SAS_CONFIG_FILE_KEY
- See Also:
- Constant Field Values
-
SAS_CONFIG_NAME_KEY
public static final String SAS_CONFIG_NAME_KEY
- See Also:
- Constant Field Values
-
SAS_CONFIG_TAG
public static final String SAS_CONFIG_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNode
protected org.apache.commons.configuration.tree.ConfigurationNode getNode(javax.servlet.ServletContext servletContext) throws Exception
- Throws:
Exception
-
getConfigurationLoader
public SASConfigurationLoader getConfigurationLoader(javax.servlet.ServletContext servletContext) throws Exception
- Specified by:
getConfigurationLoader
in classBootstrapper
- Throws:
Exception
-
getConfigurationLoader
public SASConfigurationLoader getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node) throws MyConfigurationException
- Specified by:
getConfigurationLoader
in classBootstrapper
- Throws:
MyConfigurationException
-
getInitialization
public Initialization getInitialization()
- Specified by:
getInitialization
in classBootstrapper
-
-