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