Package org.apache.wiki.spi
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 forEngineSPI
- See Also:
EngineSPI
-
-
Constructor Summary
Constructors Constructor Description 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 configuredEngine
instance.
-
-
-
Constructor Detail
-
EngineSPIDefaultImpl
public EngineSPIDefaultImpl()
-
-