Uses of Class
com.ecyrd.jspwiki.WikiEngine

Packages that use WikiEngine
com.ecyrd.jspwiki   
com.ecyrd.jspwiki.attachment   
com.ecyrd.jspwiki.auth   
com.ecyrd.jspwiki.auth.acl   
com.ecyrd.jspwiki.auth.authorize   
com.ecyrd.jspwiki.auth.user   
com.ecyrd.jspwiki.dav   
com.ecyrd.jspwiki.diff   
com.ecyrd.jspwiki.filters   
com.ecyrd.jspwiki.parser   
com.ecyrd.jspwiki.plugin Provides plugins to the JSPWiki. 
com.ecyrd.jspwiki.providers   
com.ecyrd.jspwiki.render   
com.ecyrd.jspwiki.rss   
com.ecyrd.jspwiki.search   
com.ecyrd.jspwiki.ui   
com.ecyrd.jspwiki.url   
com.ecyrd.jspwiki.util Provides a number of utility libraries that are of general use. 
com.ecyrd.jspwiki.xmlrpc   
 

Uses of WikiEngine in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki that return WikiEngine
 WikiEngine WikiContext.getEngine()
          Returns the handling engine.
 WikiEngine PageManager.getEngine()
           
static WikiEngine WikiEngine.getInstance(javax.servlet.ServletConfig config)
          Gets a WikiEngine related to this servlet.
static WikiEngine WikiEngine.getInstance(javax.servlet.ServletConfig config, Properties props)
          Gets a WikiEngine related to the servlet.
static WikiEngine WikiEngine.getInstance(javax.servlet.ServletContext context, Properties props)
          Gets a WikiEngine related to the servlet.
 

Methods in com.ecyrd.jspwiki with parameters of type WikiEngine
protected static Collection TranslatorReader.getImagePatterns(WikiEngine engine)
          Deprecated. Figure out which image suffixes should be inlined.
static WikiSession WikiSession.getWikiSession(WikiEngine engine, javax.servlet.http.HttpServletRequest request)
          Static factory method that returns the WikiSession object associated with the current HTTP request.
 void WikiProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
static void WikiSession.removeWikiSession(WikiEngine engine, javax.servlet.http.HttpServletRequest request)
          Removes the wiki session associated with the user's HTTP request from the cache of wiki sessions, typically as part of a logout process.
static int WikiSession.sessions(WikiEngine engine)
          Returns the total number of active wiki sessions.
static Principal[] WikiSession.userPrincipals(WikiEngine engine)
          Returns Principals representing the current users known to the wiki.
 

Constructors in com.ecyrd.jspwiki with parameters of type WikiEngine
PageManager(WikiEngine engine, Properties props)
          Creates a new PageManager.
PageRenamer(WikiEngine engine, Properties props)
          Constructor, ties this renamer instance to a WikiEngine.
ReferenceManager(WikiEngine engine)
          Builds a new ReferenceManager.
SearchMatcher(WikiEngine engine, QueryItem[] queries)
           
WikiContext(WikiEngine engine, javax.servlet.http.HttpServletRequest request, WikiPage page)
           Creates a new WikiContext for the given WikiEngine, WikiPage and HttpServletRequest.
WikiContext(WikiEngine engine, WikiPage page)
          Create a new WikiContext for the given WikiPage.
WikiPage(WikiEngine engine, String name)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.attachment
 

Constructors in com.ecyrd.jspwiki.attachment with parameters of type WikiEngine
Attachment(WikiEngine engine, String parentPage, String fileName)
           
AttachmentManager(WikiEngine engine, Properties props)
          Creates a new AttachmentManager.
 

Uses of WikiEngine in com.ecyrd.jspwiki.auth
 

Methods in com.ecyrd.jspwiki.auth with parameters of type WikiEngine
 void UserManager.initialize(WikiEngine engine, Properties props)
          Initializes the engine for its nefarious purposes.
 void UserManager.DummyUserDatabase.initialize(WikiEngine engine, Properties props)
           
 void UserManager.DummyGroupManager.initialize(WikiEngine engine, Properties props)
           
 void Authorizer.initialize(WikiEngine engine, Properties props)
          Initializes the authorizer.
 void AuthorizationManager.initialize(WikiEngine engine, Properties properties)
          Initializes AuthorizationManager with an engine and set of properties.
 void AuthenticationManager.initialize(WikiEngine engine, Properties props)
          Creates an AuthenticationManager instance for the given WikiEngine and the specified set of properties.
 

Constructors in com.ecyrd.jspwiki.auth with parameters of type WikiEngine
SecurityVerifier(WikiEngine engine, WikiSession session)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.auth.acl
 

Methods in com.ecyrd.jspwiki.auth.acl with parameters of type WikiEngine
 void DefaultAclManager.initialize(WikiEngine engine, Properties props)
          Initializes the AclManager with a supplied wiki engine and properties.
 void AclManager.initialize(WikiEngine engine, Properties props)
          Initializes the AclManager with a supplied wiki engine and properties.
 

Uses of WikiEngine in com.ecyrd.jspwiki.auth.authorize
 

Fields in com.ecyrd.jspwiki.auth.authorize declared as WikiEngine
protected  WikiEngine WebContainerAuthorizer.m_engine
           
protected  WikiEngine DefaultGroupManager.m_engine
           
 

Methods in com.ecyrd.jspwiki.auth.authorize with parameters of type WikiEngine
 void WebContainerAuthorizer.initialize(WikiEngine engine, Properties props)
          Initializes the authorizer for.
 void GroupManager.initialize(WikiEngine engine, Properties props)
           
 void DefaultGroupManager.initialize(WikiEngine engine, Properties props)
          Initializes the group cache by adding a DefaultGroupManager.SaveFilterto the page manager, so that groups are updated when pages are saved.
 

Uses of WikiEngine in com.ecyrd.jspwiki.auth.user
 

Methods in com.ecyrd.jspwiki.auth.user with parameters of type WikiEngine
 void XMLUserDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the user database based on values from a Properties object.
 void UserDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the user database based on values from a Properties object.
 void JDBCUserDatabase.initialize(WikiEngine engine, Properties props)
           
abstract  void AbstractUserDatabase.initialize(WikiEngine engine, Properties props)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.dav
 

Fields in com.ecyrd.jspwiki.dav declared as WikiEngine
protected  WikiEngine WikiDavProvider.m_engine
           
protected  WikiEngine AttachmentDavProvider.m_engine
           
 

Methods in com.ecyrd.jspwiki.dav that return WikiEngine
 WikiEngine WikiDavProvider.getEngine()
           
 WikiEngine AttachmentDavProvider.getEngine()
           
 

Constructors in com.ecyrd.jspwiki.dav with parameters of type WikiEngine
AttachmentDavProvider(WikiEngine engine)
           
HTMLPagesDavProvider(WikiEngine engine)
           
RawPagesDavProvider(WikiEngine engine)
           
WikiDavProvider(WikiEngine engine)
           
WikiRootProvider(WikiEngine engine)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.diff
 

Methods in com.ecyrd.jspwiki.diff with parameters of type WikiEngine
 void TraditionalDiffProvider.initialize(WikiEngine engine, Properties properties)
           
 void ExternalDiffProvider.initialize(WikiEngine engine, Properties properties)
           
 void DiffProvider.NullDiffProvider.initialize(WikiEngine engine, Properties properties)
           
 void ContextualDiffProvider.initialize(WikiEngine engine, Properties properties)
           
 

Constructors in com.ecyrd.jspwiki.diff with parameters of type WikiEngine
DifferenceManager(WikiEngine engine, Properties props)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.filters
 

Methods in com.ecyrd.jspwiki.filters with parameters of type WikiEngine
 void FilterManager.initialize(WikiEngine engine, Properties props)
          Initializes the filters from an XML file.
 

Constructors in com.ecyrd.jspwiki.filters with parameters of type WikiEngine
FilterManager(WikiEngine engine, Properties props)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.parser
 

Fields in com.ecyrd.jspwiki.parser declared as WikiEngine
protected  WikiEngine MarkupParser.m_engine
           
 

Methods in com.ecyrd.jspwiki.parser with parameters of type WikiEngine
static Collection JSPWikiMarkupParser.getImagePatterns(WikiEngine engine)
          Figure out which image suffixes should be inlined.
 

Uses of WikiEngine in com.ecyrd.jspwiki.plugin
 

Fields in com.ecyrd.jspwiki.plugin declared as WikiEngine
protected  WikiEngine AbstractReferralPlugin.m_engine
           
 

Methods in com.ecyrd.jspwiki.plugin with parameters of type WikiEngine
 String WeblogEntryPlugin.getNewEntryPage(WikiEngine engine, String blogName)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.providers
 

Fields in com.ecyrd.jspwiki.providers declared as WikiEngine
protected  WikiEngine AbstractFileProvider.m_engine
           
 

Methods in com.ecyrd.jspwiki.providers with parameters of type WikiEngine
 void VersioningFileProvider.initialize(WikiEngine engine, Properties properties)
           
 void RCSFileProvider.initialize(WikiEngine engine, Properties props)
           
 void CachingProvider.initialize(WikiEngine engine, Properties properties)
           
 void CachingAttachmentProvider.initialize(WikiEngine engine, Properties properties)
           
 void BasicAttachmentProvider.initialize(WikiEngine engine, Properties properties)
           
 void AbstractFileProvider.initialize(WikiEngine engine, Properties properties)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.render
 

Methods in com.ecyrd.jspwiki.render with parameters of type WikiEngine
 void RenderingManager.initialize(WikiEngine engine, Properties properties)
          Initializes the RenderinManager.
 

Uses of WikiEngine in com.ecyrd.jspwiki.rss
 

Constructors in com.ecyrd.jspwiki.rss with parameters of type WikiEngine
RSSGenerator(WikiEngine engine, Properties properties)
          Initialize the RSS generator.
RSSThread(WikiEngine engine, File rssFile, int rssInterval)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.search
 

Fields in com.ecyrd.jspwiki.search declared as WikiEngine
protected  WikiEngine SearchManager.m_engine
           
 

Methods in com.ecyrd.jspwiki.search with parameters of type WikiEngine
 void SearchManager.initialize(WikiEngine engine, Properties properties)
          This particular method starts off indexing and all sorts of various activities, so you need to run this last, after things are done.
 void LuceneSearchProvider.initialize(WikiEngine engine, Properties props)
           
 void BasicSearchProvider.initialize(WikiEngine engine, Properties props)
           
 

Constructors in com.ecyrd.jspwiki.search with parameters of type WikiEngine
SearchManager(WikiEngine engine, Properties properties)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.ui
 

Methods in com.ecyrd.jspwiki.ui with parameters of type WikiEngine
 void EditorManager.initialize(WikiEngine engine, Properties props)
          Initializes the EditorManager.
 

Constructors in com.ecyrd.jspwiki.ui with parameters of type WikiEngine
TemplateManager(WikiEngine engine, Properties properties)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.url
 

Fields in com.ecyrd.jspwiki.url declared as WikiEngine
protected  WikiEngine DefaultURLConstructor.m_engine
           
 

Methods in com.ecyrd.jspwiki.url with parameters of type WikiEngine
 void URLConstructor.initialize(WikiEngine engine, Properties properties)
          Initializes.
 void ShortViewURLConstructor.initialize(WikiEngine engine, Properties properties)
           
 void ShortURLConstructor.initialize(WikiEngine engine, Properties properties)
           
 void DefaultURLConstructor.initialize(WikiEngine engine, Properties properties)
           
 

Uses of WikiEngine in com.ecyrd.jspwiki.util
 

Constructors in com.ecyrd.jspwiki.util with parameters of type WikiEngine
WikiBackgroundThread(WikiEngine engine, int sleepInterval)
          Constructs a new instance of this background thread with a specified sleep interval, and adds the thread to the wiki engine's event listeners.
 

Uses of WikiEngine in com.ecyrd.jspwiki.xmlrpc
 

Fields in com.ecyrd.jspwiki.xmlrpc declared as WikiEngine
protected  WikiEngine AbstractRPCHandler.m_engine
           
 

Methods in com.ecyrd.jspwiki.xmlrpc with parameters of type WikiEngine
 void WikiRPCHandler.initialize(WikiEngine engine)
           
 void RPCHandler.initialize(WikiEngine engine)
           
 void MetaWeblogHandler.initialize(WikiEngine engine)
           
 void AbstractRPCHandler.initialize(WikiEngine engine)