Uses of Class
edu.uiuc.ncsa.security.core.configuration.EnvStack
- 
Packages that use EnvStack Package Description edu.uiuc.ncsa.security.core.cf edu.uiuc.ncsa.security.core.configuration Sec-Lib's configuration package.
- 
- 
Uses of EnvStack in edu.uiuc.ncsa.security.core.cfMethods in edu.uiuc.ncsa.security.core.cf with parameters of type EnvStack Modifier and Type Method Description protected CFBundleCFLoader. loadBundle(InputStream inputStream, String tagName, EnvStack envStack, Set<String> loadedFiles)Loads a configuration.protected DocumentCFLoader. resolveEnvironment(InputStream inputStream, EnvStack stack, Set<String> loadedFiles, boolean isRoot)Returns a valid XML document with the environment references done.protected NodeCFLoader. resolveFileReferences(Document rootDoc, Node cfg, EnvStack stack, Set<String> visitedFiles)All the actual work for loading files is done here.
- 
Uses of EnvStack in edu.uiuc.ncsa.security.core.configurationMethods in edu.uiuc.ncsa.security.core.configuration with parameters of type EnvStack Modifier and Type Method Description protected voidEnvironmentProcessor. processEnvDocument(InputStream inputStream, EnvStack envStack)Process a single env document from any source.protected voidEnvironmentProcessor. resolveEnvironment(InputStream inputStream, EnvStack stack)
 
-