Package org.apache.wiki.spi
Class EngineSPIDefaultImpl
java.lang.Object
org.apache.wiki.spi.EngineSPIDefaultImpl
- All Implemented Interfaces:
EngineSPI
public class EngineSPIDefaultImpl extends Object implements EngineSPI
Default implementation for
EngineSPI- See Also:
EngineSPI
-
Constructor Summary
Constructors Constructor Description EngineSPIDefaultImpl() -
Method Summary
Modifier and Type Method Description Enginefind(javax.servlet.ServletContext context, Properties props)Locate, or build if necessary, a configuredEngineinstance.
-
Constructor Details
-
EngineSPIDefaultImpl
public EngineSPIDefaultImpl()
-
-
Method Details