Class InstanceManagerFactory
java.lang.Object
org.apache.jasper.runtime.InstanceManagerFactory
Factory for obtaining
InstanceManager instances from a JSP ServletConfig.-
Method Summary
Modifier and TypeMethodDescriptionstatic InstanceManagergetInstanceManager(ServletConfig config) Get the InstanceManager from the given ServletConfig.
-
Method Details
-
getInstanceManager
Get the InstanceManager from the given ServletConfig.- Parameters:
config- the ServletConfig- Returns:
- the InstanceManager
-