Class EngineSPIDefaultImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Engine find​(javax.servlet.ServletContext context, java.util.Properties props)
      Locate, or build if necessary, a configured Engine instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • find

        public Engine find​(javax.servlet.ServletContext context,
                           java.util.Properties props)
        Locate, or build if necessary, a configured Engine instance.
        Specified by:
        find in interface EngineSPI
        Parameters:
        context - servlet context holding the Engine instance.
        props - Engine configuration properties.
        Returns:
        a configured Engine instance.