Package org.apache.wiki.spi
Class ContentsSPIDefaultImpl
- java.lang.Object
-
- org.apache.wiki.spi.ContentsSPIDefaultImpl
-
- All Implemented Interfaces:
ContentsSPI
public class ContentsSPIDefaultImpl extends java.lang.Object implements ContentsSPI
Default implementation forContentsSPI- See Also:
ContentsSPI
-
-
Constructor Summary
Constructors Constructor Description ContentsSPIDefaultImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attachmentattachment(Engine engine, java.lang.String parentPage, java.lang.String fileName)Pagepage(Engine engine, java.lang.String name)
-
-
-
Constructor Detail
-
ContentsSPIDefaultImpl
public ContentsSPIDefaultImpl()
-
-
Method Detail
-
attachment
public Attachment attachment(Engine engine, java.lang.String parentPage, java.lang.String fileName)
- Specified by:
attachmentin interfaceContentsSPI
-
page
public Page page(Engine engine, java.lang.String name)
- Specified by:
pagein interfaceContentsSPI
-
-