Liferay 6.0.5

com.liferay.portlet.wiki.engines.jspwiki
Class LiferayJSPWikiEngine

java.lang.Object
  extended by com.ecyrd.jspwiki.WikiEngine
      extended by com.liferay.portlet.wiki.engines.jspwiki.LiferayJSPWikiEngine

public class LiferayJSPWikiEngine
extends com.ecyrd.jspwiki.WikiEngine


Field Summary
 
Fields inherited from class com.ecyrd.jspwiki.WikiEngine
PREFS_COOKIE_NAME, PROP_ACL_MANAGER_IMPL, PROP_ALLOW_CREATION_OF_EMPTY_PAGES, PROP_APPNAME, PROP_BASEURL, PROP_BEAUTIFYTITLE, PROP_ENCODING, PROP_FRONTPAGE, PROP_INTERWIKIREF, PROP_MATCHPLURALS, PROP_REFSTYLE, PROP_RUNFILTERS, PROP_STOREUSERNAME, PROP_TEMPLATEDIR, PROP_URLCONSTRUCTOR, PROP_WORKDIR
 
Constructor Summary
LiferayJSPWikiEngine(Properties properties)
           
LiferayJSPWikiEngine(javax.servlet.ServletContext context, String appId, Properties props)
           
 
Method Summary
 Collection<String> scanWikiLinks(com.ecyrd.jspwiki.WikiPage page, String pageData)
           
 
Methods inherited from class com.ecyrd.jspwiki.WikiEngine
addWikiEventListener, beautifyTitle, beautifyTitleNoBreak, createContext, decodeName, deletePage, deleteVersion, encodeName, findPages, fireEvent, getAclManager, getAdminBeanManager, getAllInlinedImagePatterns, getAllInterWikiLinks, getApplicationName, getAttachmentManager, getAttachmentURL, getAttribute, getAuthenticationManager, getAuthorizationManager, getBaseURL, getCommandResolver, getContentEncoding, getCurrentProvider, getCurrentProviderInfo, getCurrentWatchDog, getDiff, getDifferenceManager, getEditorManager, getEditURL, getFilterManager, getFinalPageName, getFrontPage, getGlobalRSSURL, getGroupManager, getHTML, getHTML, getHTML, getInstance, getInstance, getInstance, getInternationalizationManager, getInterWikiURL, getPage, getPage, getPageCount, getPageManager, getPageRenamer, getPageSorter, getPluginManager, getPluginSearchPath, getProgressManager, getPureText, getPureText, getRecentChanges, getRedirectURL, getReferenceManager, getRenderingManager, getRequiredProperty, getRootPath, getRSSGenerator, getSearchManager, getServletContext, getSpecialPageReference, getStartTime, getTemplateDir, getTemplateManager, getText, getText, getText, getURL, getURLConstructor, getUserManager, getVariable, getVariableManager, getVersionHistory, getViewURL, getWikiProperties, getWorkDir, getWorkflowManager, initReferenceManager, pageExists, pageExists, pageExists, removeAttribute, removeWikiEventListener, renamePage, safeGetParameter, safeGetQueryString, saveText, setAttribute, shutdown, textToHTML, textToHTML, textToHTML, updateReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayJSPWikiEngine

public LiferayJSPWikiEngine(Properties properties)
                     throws com.ecyrd.jspwiki.WikiException
Throws:
com.ecyrd.jspwiki.WikiException

LiferayJSPWikiEngine

public LiferayJSPWikiEngine(javax.servlet.ServletContext context,
                            String appId,
                            Properties props)
                     throws com.ecyrd.jspwiki.WikiException
Throws:
com.ecyrd.jspwiki.WikiException
Method Detail

scanWikiLinks

public Collection<String> scanWikiLinks(com.ecyrd.jspwiki.WikiPage page,
                                        String pageData)
Overrides:
scanWikiLinks in class com.ecyrd.jspwiki.WikiEngine

Liferay 6.0.5