Uses of Class
edu.uiuc.ncsa.security.core.exceptions.CircularReferenceException
-
Packages that use CircularReferenceException Package Description edu.uiuc.ncsa.security.core.cf -
-
Uses of CircularReferenceException in edu.uiuc.ncsa.security.core.cf
Methods in edu.uiuc.ncsa.security.core.cf that throw CircularReferenceException 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.
-