Package org.apache.wiki.api.spi
Interface EngineSPI
-
- All Known Implementing Classes:
EngineSPIDefaultImpl
public interface EngineSPI
SPI used to locate and provideEngine
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Engine
find(javax.servlet.ServletContext context, java.util.Properties props)
Locate, or build if necessary, a configuredEngine
instance.
-