Uses of Interface
org.apache.catalina.Loader
-
Packages that use Loader Package Description org.apache.catalina org.apache.catalina.core org.apache.catalina.loader org.apache.catalina.startup -
-
Uses of Loader in org.apache.catalina
Methods in org.apache.catalina that return Loader Modifier and Type Method Description LoaderContainer. getLoader()Return the Loader with which this Container is associated.Methods in org.apache.catalina with parameters of type Loader Modifier and Type Method Description voidContainer. setLoader(Loader loader)Set the Loader with which this Container is associated. -
Uses of Loader in org.apache.catalina.core
Fields in org.apache.catalina.core declared as Loader Modifier and Type Field Description protected LoaderContainerBase. loaderThe Loader implementation with which this Container is associated.Methods in org.apache.catalina.core that return Loader Modifier and Type Method Description LoaderContainerBase. getLoader()Return the Loader with which this Container is associated.Methods in org.apache.catalina.core with parameters of type Loader Modifier and Type Method Description voidContainerBase. setLoader(Loader loader)Set the Loader with which this Container is associated. -
Uses of Loader in org.apache.catalina.loader
Classes in org.apache.catalina.loader that implement Loader Modifier and Type Class Description classWebappLoaderClassloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface). -
Uses of Loader in org.apache.catalina.startup
Methods in org.apache.catalina.startup that return Loader Modifier and Type Method Description LoaderEmbedded. createLoader(ClassLoader parent)Create and return a class loader manager that can be customized, and then attached to a Context, before it is started.
-