Package org.apache.jasper.runtime
Class InstanceManagerFactory
- java.lang.Object
-
- org.apache.jasper.runtime.InstanceManagerFactory
-
public class InstanceManagerFactory extends java.lang.ObjectFactory for obtainingInstanceManagerinstances from a JSPServletConfig.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InstanceManagergetInstanceManager(ServletConfig config)Get the InstanceManager from the given ServletConfig.
-
-
-
Method Detail
-
getInstanceManager
public static InstanceManager getInstanceManager(ServletConfig config)
Get the InstanceManager from the given ServletConfig.- Parameters:
config- the ServletConfig- Returns:
- the InstanceManager
-
-