Uses of Interface
org.apache.tomcat.InstanceManager
-
Packages that use InstanceManager Package Description org.apache.jasper.runtime org.apache.tomcat -
-
Uses of InstanceManager in org.apache.jasper.runtime
Fields in org.apache.jasper.runtime declared as InstanceManager Modifier and Type Field Description protected InstanceManagerTagHandlerPool. instanceManagerMethods in org.apache.jasper.runtime that return InstanceManager Modifier and Type Method Description static InstanceManagerInstanceManagerFactory. getInstanceManager(ServletConfig config)Methods in org.apache.jasper.runtime with parameters of type InstanceManager Modifier and Type Method Description protected static voidJspRuntimeLibrary. releaseTag(Tag tag, InstanceManager instanceManager)static voidJspRuntimeLibrary. releaseTag(Tag tag, InstanceManager instanceManager, boolean reused) -
Uses of InstanceManager in org.apache.tomcat
Classes in org.apache.tomcat that implement InstanceManager Modifier and Type Class Description classSimpleInstanceManagerSimpleInstanceManager Implement the org.apache.tomcat.InstanceManager interface.Methods in org.apache.tomcat that return InstanceManager Modifier and Type Method Description static InstanceManagerInstanceManagerBindings. get(java.lang.ClassLoader classLoader)Methods in org.apache.tomcat with parameters of type InstanceManager Modifier and Type Method Description static voidInstanceManagerBindings. bind(java.lang.ClassLoader classLoader, InstanceManager instanceManager)
-