Uses of Class
edu.uiuc.ncsa.security.core.exceptions.MyConfigurationException
-
Packages that use MyConfigurationException Package Description edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.security.core.cf edu.uiuc.ncsa.security.core.inheritance A generic multiple inheritance package.edu.uiuc.ncsa.security.servlet -
-
Uses of MyConfigurationException in edu.uiuc.ncsa.sas.loader
Methods in edu.uiuc.ncsa.sas.loader that throw MyConfigurationException Modifier and Type Method Description SASConfigurationLoader
SASBootstrapper. getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node)
-
Uses of MyConfigurationException in edu.uiuc.ncsa.security.core.cf
Methods in edu.uiuc.ncsa.security.core.cf that throw MyConfigurationException Modifier and Type Method Description CFBundle
CFLoader. loadBundle()
Used with the builder.CFBundle
CFLoader. loadBundle(File file, String tagName)
Loads the specified file.CFBundle
CFLoader. loadBundle(InputStream inputStream, String tagName)
Main entry point for loading a configuration.protected CFBundle
CFLoader. loadBundle(InputStream inputStream, String tagName, EnvStack envStack, Set<String> loadedFiles)
Loads a configuration.CFBundle
CFLoader. loadBundle(String resource, String tagName)
Loads the specified resource as a stream.static Document
CFXMLConfigurations. loadDocument(File file)
This just returns theDocument
.static Document
CFXMLConfigurations. loadDocument(InputStream inputStream)
Loads tjhe given inputStream.static Document
CFXMLConfigurations. loadDocument(String uri)
Loads a file as a resource. -
Uses of MyConfigurationException in edu.uiuc.ncsa.security.core.inheritance
Subclasses of MyConfigurationException in edu.uiuc.ncsa.security.core.inheritance Modifier and Type Class Description class
CyclicalError
Created by Jeff Gaynor
on 2/2/21 at 8:19 AM -
Uses of MyConfigurationException in edu.uiuc.ncsa.security.servlet
Methods in edu.uiuc.ncsa.security.servlet that throw MyConfigurationException Modifier and Type Method Description abstract ConfigurationLoader
Bootstrapper. getConfigurationLoader(org.apache.commons.configuration.tree.ConfigurationNode node)
-