protected class FileSystemPageFactory.InnerFileSystemPageFactory extends java.lang.Object implements WikiPageFactory
Modifier | Constructor and Description |
---|---|
protected |
InnerFileSystemPageFactory() |
Modifier and Type | Method and Description |
---|---|
WikiPage |
makePage(java.io.File path,
java.lang.String pageName,
WikiPage parent,
VariableSource variableSource)
Create a new page, based on the information provided.
|
boolean |
supports(java.io.File path) |
public WikiPage makePage(java.io.File path, java.lang.String pageName, WikiPage parent, VariableSource variableSource)
WikiPageFactory
makePage
in interface WikiPageFactory
public boolean supports(java.io.File path)
supports
in interface WikiPageFactory