Class EngineSPIDefaultImpl

java.lang.Object
org.apache.wiki.spi.EngineSPIDefaultImpl
All Implemented Interfaces:
EngineSPI

public class EngineSPIDefaultImpl
extends java.lang.Object
implements EngineSPI
Default implementation for EngineSPI
See Also:
EngineSPI
  • Constructor Summary

    Constructors
    Constructor Description
    EngineSPIDefaultImpl()  
  • Method Summary

    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
  • Constructor Details

  • Method Details

    • 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.