Class InstanceManagerFactory

java.lang.Object
org.apache.jasper.runtime.InstanceManagerFactory

public class InstanceManagerFactory extends Object
Factory for obtaining InstanceManager instances from a JSP ServletConfig.
  • Method Details

    • getInstanceManager

      public static InstanceManager getInstanceManager(ServletConfig config)
      Get the InstanceManager from the given ServletConfig.
      Parameters:
      config - the ServletConfig
      Returns:
      the InstanceManager