A B C D E F G H I L M N O P Q R S T U V W X

A

AbstractReferralPlugin - class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin.
This is a base class for all plugins using referral things.
AbstractReferralPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
AbstractRPCHandler - class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler.
Provides definitions for RPC handler routines.
AbstractRPCHandler() - Constructor for class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
accept(File, String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider.WikiFileFilter
 
accept(File, String) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentFilter
 
accept(File, String) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentVersionFilter
 
addAttachmentLinkHook(StringTransmutator) - Method in class com.ecyrd.jspwiki.TranslatorReader
Adds a hook for processing attachment links.
addExternalLinkHook(StringTransmutator) - Method in class com.ecyrd.jspwiki.TranslatorReader
Adds a hook for processing external links.
addLinkTransmutator(StringTransmutator) - Method in class com.ecyrd.jspwiki.TranslatorReader
Adds a hook for processing link texts.
addLocalLinkHook(StringTransmutator) - Method in class com.ecyrd.jspwiki.TranslatorReader
Adds a hook for processing local links.
addPageToIndex(WikiPage, TranslatorReader) - Method in class com.ecyrd.jspwiki.plugin.IndexPlugin
 
ALL_ITEMS - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
ANCHOR - Static variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
APPNAME - Static variable in class com.ecyrd.jspwiki.Release
This is the default application name.
Attachment - class com.ecyrd.jspwiki.attachment.Attachment.
Describes an attachment.
ATTACHMENT - Static variable in class com.ecyrd.jspwiki.TranslatorReader
 
Attachment(String, String) - Constructor for class com.ecyrd.jspwiki.attachment.Attachment
 
AttachmentManager - class com.ecyrd.jspwiki.attachment.AttachmentManager.
Provides facilities for handling attachments.
AttachmentManager(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.attachment.AttachmentManager
Creates a new AttachmentManager.
attachmentsEnabled() - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns true, if attachments are enabled and running.
AttachmentServlet - class com.ecyrd.jspwiki.attachment.AttachmentServlet.
This is a simple file upload servlet customized for JSPWiki.
AttachmentServlet() - Constructor for class com.ecyrd.jspwiki.attachment.AttachmentServlet
 
AttachmentsIteratorInfo - class com.ecyrd.jspwiki.tags.AttachmentsIteratorInfo.
Just provides the TEI data for AttachmentsIteratorTag.
AttachmentsIteratorInfo() - Constructor for class com.ecyrd.jspwiki.tags.AttachmentsIteratorInfo
 
AttachmentsIteratorTag - class com.ecyrd.jspwiki.tags.AttachmentsIteratorTag.
Iterates through the list of attachments one has.
AttachmentsIteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.AttachmentsIteratorTag
 
ATTDIR_EXTENSION - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
ATTR_CONTEXT - Static variable in class com.ecyrd.jspwiki.tags.WikiTagBase
 
ATTR_NEWVERSION - Static variable in class com.ecyrd.jspwiki.tags.InsertDiffTag
 
ATTR_OLDVERSION - Static variable in class com.ecyrd.jspwiki.tags.InsertDiffTag
 
AuthorTag - class com.ecyrd.jspwiki.tags.AuthorTag.
Writes the author name of the current page.
AuthorTag() - Constructor for class com.ecyrd.jspwiki.tags.AuthorTag
 

B

BasicAttachmentProvider - class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.
Provides basic, versioning attachments.
BasicAttachmentProvider.AttachmentFilter - class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentFilter.
Returns only those directories that contain attachments.
BasicAttachmentProvider.AttachmentFilter() - Constructor for class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentFilter
 
BasicAttachmentProvider.AttachmentVersionFilter - class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentVersionFilter.
Accepts only files that are actual versions, no control files.
BasicAttachmentProvider.AttachmentVersionFilter() - Constructor for class com.ecyrd.jspwiki.providers.BasicAttachmentProvider.AttachmentVersionFilter
 
BasicAttachmentProvider() - Constructor for class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
beautifyString(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Adds spaces in suitable locations of the input string.
beautifyTitle(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Beautifies the title of the page by appending spaces in suitable places.
BreadcrumbsTag - class com.ecyrd.jspwiki.tags.BreadcrumbsTag.
Implement a "breadcrumb" (most recently visited) trail.
BreadcrumbsTag() - Constructor for class com.ecyrd.jspwiki.tags.BreadcrumbsTag
 
breakLineIfTooLong() - Method in class com.ecyrd.jspwiki.plugin.IndexPlugin
 

C

CachingProvider - class com.ecyrd.jspwiki.providers.CachingProvider.
Heavily based on ideas by Chris Brooking.
CachingProvider() - Constructor for class com.ecyrd.jspwiki.providers.CachingProvider
 
CalendarTag - class com.ecyrd.jspwiki.tags.CalendarTag.
Provides a nice calendar.
CalendarTag() - Constructor for class com.ecyrd.jspwiki.tags.CalendarTag
 
CheckLockInfo - class com.ecyrd.jspwiki.tags.CheckLockInfo.
 
CheckLockInfo() - Constructor for class com.ecyrd.jspwiki.tags.CheckLockInfo
 
CheckLockTag - class com.ecyrd.jspwiki.tags.CheckLockTag.
 
CheckLockTag() - Constructor for class com.ecyrd.jspwiki.tags.CheckLockTag
 
CheckRequestContextTag - class com.ecyrd.jspwiki.tags.CheckRequestContextTag.
Includes body, if the request context matches.
CheckRequestContextTag() - Constructor for class com.ecyrd.jspwiki.tags.CheckRequestContextTag
 
CheckVersionTag - class com.ecyrd.jspwiki.tags.CheckVersionTag.
Does a version check on the page.
CheckVersionTag() - Constructor for class com.ecyrd.jspwiki.tags.CheckVersionTag
 
cleanLink(String) - Static method in class com.ecyrd.jspwiki.TranslatorReader
Cleans a Wiki name.
clone() - Method in class com.ecyrd.jspwiki.WikiPage
Creates a deep clone of a WikiPage.
close() - Method in class com.ecyrd.jspwiki.TranslatorReader
 
colorizeDiff(String) - Method in class com.ecyrd.jspwiki.DifferenceEngine
Goes through output provided by a diff command and inserts HTML tags to make the result more legible.
com.ecyrd.jspwiki - package com.ecyrd.jspwiki
 
com.ecyrd.jspwiki.attachment - package com.ecyrd.jspwiki.attachment
 
com.ecyrd.jspwiki.plugin - package com.ecyrd.jspwiki.plugin
 
com.ecyrd.jspwiki.providers - package com.ecyrd.jspwiki.providers
 
com.ecyrd.jspwiki.rss - package com.ecyrd.jspwiki.rss
 
com.ecyrd.jspwiki.tags - package com.ecyrd.jspwiki.tags
 
com.ecyrd.jspwiki.xmlrpc - package com.ecyrd.jspwiki.xmlrpc
 
COMMENT - Static variable in class com.ecyrd.jspwiki.WikiContext
 
compare(Object, Object) - Method in class com.ecyrd.jspwiki.SearchResultComparator
Compares two SearchResult objects, returning the one that scored higher.
compare(Object, Object) - Method in class com.ecyrd.jspwiki.PageTimeComparator
 
COMPLETE - Static variable in class com.ecyrd.jspwiki.attachment.Attachment
 
CONFLICT - Static variable in class com.ecyrd.jspwiki.WikiContext
User has an internal conflict, and does quite not know what to do.
ContentEncodingTag - class com.ecyrd.jspwiki.tags.ContentEncodingTag.
Returns the app name.
ContentEncodingTag() - Constructor for class com.ecyrd.jspwiki.tags.ContentEncodingTag
 
copyContents(InputStream, OutputStream) - Static method in class com.ecyrd.jspwiki.FileUtil
Just copies all characters from in to out.
copyContents(Reader, Writer) - Static method in class com.ecyrd.jspwiki.FileUtil
Just copies all characters from in to out.
Counter - class com.ecyrd.jspwiki.plugin.Counter.
Provides a page-specific counter.
Counter() - Constructor for class com.ecyrd.jspwiki.plugin.Counter
 
CREATED - Static variable in class com.ecyrd.jspwiki.attachment.Attachment
 
CurrentTimePlugin - class com.ecyrd.jspwiki.plugin.CurrentTimePlugin.
Just displays the current date and time.
CurrentTimePlugin() - Constructor for class com.ecyrd.jspwiki.plugin.CurrentTimePlugin
 

D

decodeName(String) - Method in class com.ecyrd.jspwiki.WikiEngine
 
DEFAULT_DATEFORMAT - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
DEFAULT_DAYS - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
DEFAULT_FORMAT - Static variable in class com.ecyrd.jspwiki.plugin.CurrentTimePlugin
 
DEFAULT_FORMAT - Static variable in class com.ecyrd.jspwiki.tags.PageDateTag
 
DEFAULT_INLINEPATTERN - Static variable in class com.ecyrd.jspwiki.TranslatorReader
The default inlining pattern.
DEFAULT_PACKAGE - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
This is the default package to try in case the instantiation fails.
DEFAULT_PAGEFORMAT - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
deleteAttachment(Attachment) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
deleteAttachment(Attachment) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Removes an entire page from the repository.
deletePage(String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
deletePage(String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
deletePage(String) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Removes an entire page from the repository.
deleteVersion(Attachment) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
deleteVersion(Attachment) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Removes a specific version from the repository.
deleteVersion(String, int) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
deleteVersion(String, int) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
deleteVersion(String, int) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Removes a specific version from the repository.
DIFF - Static variable in class com.ecyrd.jspwiki.WikiContext
User is viewing a DIFF between the two versions of the page.
DifferenceEngine - class com.ecyrd.jspwiki.DifferenceEngine.
Provides access to making a 'diff' between two Strings.
DifferenceEngine(Properties, String) - Constructor for class com.ecyrd.jspwiki.DifferenceEngine
Creates a new DifferenceEngine.
DiffLinkTag - class com.ecyrd.jspwiki.tags.DiffLinkTag.
Writes a diff link.
DiffLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.DiffLinkTag
 
DIR_EXTENSION - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.TranslateTag
 
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.HistoryIteratorTag
 
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
 
doAfterBody() - Method in class com.ecyrd.jspwiki.tags.AttachmentsIteratorTag
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
 
doEndTag() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Serves a GET with two parameters: 'wikiname' specifying the wikiname of the attachment, 'version' specifying the version indicator.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
Handles HTTP GET.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Grabs mime/multipart data and stores it into the temporary area.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
Handle HTTP POST.
doStartTag() - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
doStartTag() - Method in class com.ecyrd.jspwiki.tags.HistoryIteratorTag
 
doStartTag() - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
 
doStartTag() - Method in class com.ecyrd.jspwiki.tags.IteratorTag
 
doStartTag() - Method in class com.ecyrd.jspwiki.tags.AttachmentsIteratorTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.UserNameTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.UserCheckTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.UploadLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.RSSLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.RSSCoffeeCupLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PluginTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PermissionTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.ParentPageNameTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageVersionTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageTypeTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageSizeTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageNameTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageInfoLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageExistsTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.PageDateTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.LinkToParentTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.InsertPageTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.InsertDiffTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.HasAttachmentsTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.EditLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.ContentEncodingTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CheckVersionTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CheckRequestContextTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CheckLockTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.CalendarTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
 
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.WikiTagBase
This method is allowed to do pretty much whatever he wants.
doWikiStartTag() - Method in class com.ecyrd.jspwiki.tags.AuthorTag
 

E

EDIT - Static variable in class com.ecyrd.jspwiki.TranslatorReader
 
EDIT - Static variable in class com.ecyrd.jspwiki.WikiContext
The EDIT context - the user is editing the page.
EditLinkTag - class com.ecyrd.jspwiki.tags.EditLinkTag.
Writes an edit link.
EditLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.EditLinkTag
 
enablePlugins(boolean) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Enables or disables plugin execution.
encodeName(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Turns a WikiName into something that can be called through using an URL.
encodeWikiPage(WikiPage) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
Encodes a single wiki page info into a Hashtable.
encodeWikiPage(WikiPage) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
Encodes a single wiki page info into a Hashtable.
encodeWikiPage(WikiPage) - Method in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
ERR_NOPAGE - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
Error code: no such page.
ERROR - Static variable in class com.ecyrd.jspwiki.WikiContext
An error has been encountered and the user needs to be informed.
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.WeblogEntryPlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.UnusedPagesPlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.UndefinedPagesPlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.ListLocksPlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.IndexPlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.Image
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.CurrentTimePlugin
 
execute(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.Counter
 
execute(WikiContext, Map) - Method in interface com.ecyrd.jspwiki.plugin.WikiPlugin
This is the main entry point for any plugin.
execute(WikiContext, String) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Parses a plugin.
execute(WikiContext, String, Map) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Executes a plugin class in the given context.
expandVariables(WikiContext, String) - Method in class com.ecyrd.jspwiki.VariableManager
This method does in-place expansion of any variables.

F

FILE_EXT - Static variable in class com.ecyrd.jspwiki.providers.FileSystemProvider
All files should have this extension to be recognized as JSPWiki files.
FileSystemProvider - class com.ecyrd.jspwiki.providers.FileSystemProvider.
Provides a simple directory based repository for Wiki pages.
FileSystemProvider.SearchResultImpl - class com.ecyrd.jspwiki.providers.FileSystemProvider.SearchResultImpl.
Searches return this class.
FileSystemProvider.SearchResultImpl(String, int) - Constructor for class com.ecyrd.jspwiki.providers.FileSystemProvider.SearchResultImpl
 
FileSystemProvider.WikiFileFilter - class com.ecyrd.jspwiki.providers.FileSystemProvider.WikiFileFilter.
 
FileSystemProvider.WikiFileFilter() - Constructor for class com.ecyrd.jspwiki.providers.FileSystemProvider.WikiFileFilter
 
FileSystemProvider() - Constructor for class com.ecyrd.jspwiki.providers.FileSystemProvider
 
FileUtil - class com.ecyrd.jspwiki.FileUtil.
Generic utilities related to file and stream handling.
FileUtil() - Constructor for class com.ecyrd.jspwiki.FileUtil
 
FileUtil14 - class com.ecyrd.jspwiki.FileUtil14.
Generic utilities related to file and stream handling, JDK1.4 version.
FileUtil14() - Constructor for class com.ecyrd.jspwiki.FileUtil14
 
findAttachments(QueryItem[]) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
findAttachments(QueryItem[]) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Finds attachments based on the query.
findBlogEntries(PageManager, String, Date, Date) - Method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
Attempts to locate all pages that correspond to the blog entry pattern.
findPage(String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
Finds a Wiki page from the page repository.
findPages(QueryItem[]) - Method in class com.ecyrd.jspwiki.PageManager
 
findPages(QueryItem[]) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
findPages(QueryItem[]) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
findPages(QueryItem[]) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Finds pages based on the query.
findPages(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Parses an incoming search request, then does a search.
findReferrers(String) - Method in class com.ecyrd.jspwiki.ReferenceManager
Find all pages that refer to this page.
findUncreated() - Method in class com.ecyrd.jspwiki.ReferenceManager
Finds all references to non-existant pages.
findUnreferenced() - Method in class com.ecyrd.jspwiki.ReferenceManager
Finds all unreferenced pages.
findWikiClass(String, String) - Static method in class com.ecyrd.jspwiki.WikiEngine
Attempts to locate a Wiki class, defaulting to the defaultPackage in case the actual class could not be located.
FORBIDDEN - Static variable in class com.ecyrd.jspwiki.QueryItem
The word may NOT be in the pages
format(String) - Static method in class com.ecyrd.jspwiki.rss.RSSGenerator
Does the required formatting and entity replacement for XML.

G

generate() - Method in class com.ecyrd.jspwiki.rss.RSSGenerator
Generates the RSS resource.
getAcquisitionTime() - Method in class com.ecyrd.jspwiki.PageLock
 
getActiveLocks() - Method in class com.ecyrd.jspwiki.PageManager
Returns a list of currently applicable locks.
getAllAttachments() - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns a collection of Attachments, containing each and every attachment that is in this Wiki.
getAllChangedSince(Date) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
getAllChangedSince(Date) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
getAllChangedSince(Date) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Gets a list of recent changes.
getAllInlinedImagePatterns() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a collection of all image types that get inlined.
getAllInterWikiLinks() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a collection of all supported InterWiki links.
getAllPages() - Method in class com.ecyrd.jspwiki.PageManager
 
getAllPages() - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
getAllPages() - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
getAllPages() - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Returns all pages.
getAllPages() - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getAllPages() - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getApplicationName() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the name of the application.
getApplicationName() - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getApplicationName() - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getAttachmentData(Attachment) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
getAttachmentData(Attachment) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Get attachment data.
getAttachmentInfo(String) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
 
getAttachmentInfo(String, int) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
 
getAttachmentInfo(WikiContext, String) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
 
getAttachmentInfo(WikiContext, String, int) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Checks for a compound name, and attempts to get attachment information.
getAttachmentInfo(WikiPage, String, int) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
getAttachmentInfo(WikiPage, String, int) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Returns info about an attachment.
getAttachmentManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current AttachmentManager.
getAttachmentStream(Attachment) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
 
getAttachmentURL(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the basic attachment URL.
getAuthor() - Method in class com.ecyrd.jspwiki.WikiPage
Returns author name, or null, if no author has been defined.
getBaseURL() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the base URL.
getBooleanProperty(Properties, String, boolean) - Static method in class com.ecyrd.jspwiki.TextUtil
Gets a boolean property from a standard Properties list.
getContentEncoding() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the IANA name of the character set encoding we're supposed to be using right now.
getContext() - Method in class com.ecyrd.jspwiki.tags.CheckRequestContextTag
 
getCurrentLock(WikiPage) - Method in class com.ecyrd.jspwiki.PageManager
Returns the current lock owner of a page.
getCurrentProvider() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the provider name
getCurrentProvider() - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
 
getCurrentProviderInfo() - Method in class com.ecyrd.jspwiki.WikiEngine
return information about current provider.
getDiff(String, int, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a diff of two versions of a page.
getEditURL(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the basic URL to an editor.
getEngine() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the handling engine.
getExists() - Method in class com.ecyrd.jspwiki.tags.UserCheckTag
 
getExpiryTime() - Method in class com.ecyrd.jspwiki.PageLock
 
getFileExtension(String) - Static method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
Returns the file extension.
getFileName() - Method in class com.ecyrd.jspwiki.attachment.Attachment
 
getFinalPageName(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the correct page name, or null, if no such page can be found.
getFormat() - Method in class com.ecyrd.jspwiki.tags.PageDateTag
 
getFrontPage() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the default front page, if no page is used.
getGlobalRSSURL() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the URL of the global RSS file.
getHTML(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the converted HTML of the page.
getHTML(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the converted HTML of the page's specific version.
getHTML(WikiContext, WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the converted HTML of the page using a different context than the default context.
getHttpParameter(String) - Method in class com.ecyrd.jspwiki.WikiContext
This method will safely return any HTTP parameters that might have been defined.
getHttpRequest() - Method in class com.ecyrd.jspwiki.WikiContext
If the request did originate from a HTTP request, then the HTTP request can be fetched here.
getImagePatterns(WikiEngine) - Static method in class com.ecyrd.jspwiki.TranslatorReader
Figure out which image suffixes should be inlined.
getInstance(ServletConfig) - Static method in class com.ecyrd.jspwiki.WikiEngine
Gets a WikiEngine related to this servlet.
getInterWikiURL(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns an URL to some other Wiki that we know.
getLastModified() - Method in class com.ecyrd.jspwiki.WikiPage
 
getLinks() - Method in class com.ecyrd.jspwiki.LinkCollector
 
getLocker() - Method in class com.ecyrd.jspwiki.PageLock
 
getMaxpages() - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
 
getName() - Method in class com.ecyrd.jspwiki.UserProfile
 
getName() - Method in class com.ecyrd.jspwiki.WikiPage
 
getNewVersion() - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
getPage() - Method in interface com.ecyrd.jspwiki.SearchResult
Return the page.
getPage() - Method in class com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl
 
getPage() - Method in class com.ecyrd.jspwiki.PageLock
 
getPage() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the page that is being handled.
getPage() - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider.SearchResultImpl
 
getPage() - Method in class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
getPage() - Method in class com.ecyrd.jspwiki.tags.InsertPageTag
 
getPage() - Method in class com.ecyrd.jspwiki.tags.InsertDiffTag
 
getPage() - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
getPage() - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
getPage(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Return a bunch of information from the web page.
getPage(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPage(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPage(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns specific information about a Wiki page.
getPageCount() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the number of pages in this Wiki
getPageCount() - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
getPageCount() - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
getPageCount() - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Gets the number of pages.
getPageHTML(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageHTML(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageHTMLVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageHTMLVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageInfo(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageInfo(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.PageManager
 
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
Always returns the latest version, since FileSystemProvider does not support versioning.
getPageInfo(String, int) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
getPageInfo(String, int) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Returns info about the page.
getPageInfoVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageInfoVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getPageManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current PageManager.
getPageText(String, int) - Method in class com.ecyrd.jspwiki.PageManager
 
getPageText(String, int) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
getPageText(String, int) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
getPageText(String, int) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
This implementation just returns the current version, as filesystem does not provide versioning information for now.
getPageText(String, int) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
getPageText(String, int) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Gets a specific version out of the repository.
getPageVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getPageVersion(String, int) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getParentName() - Method in class com.ecyrd.jspwiki.attachment.Attachment
 
getPluginManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current plugin manager.
getPluginSearchPath() - Method in class com.ecyrd.jspwiki.WikiEngine
 
getProvider() - Method in class com.ecyrd.jspwiki.PageManager
Returns the page provider currently in use.
getProviderDescription() - Method in class com.ecyrd.jspwiki.PageManager
 
getProviderInfo() - Method in interface com.ecyrd.jspwiki.WikiProvider
Return a valid HTML string for information.
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
getProviderInfo() - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
getPureText(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the pure text of a page, no conversions.
getRealProvider() - Method in class com.ecyrd.jspwiki.providers.CachingProvider
Returns the actual used provider.
getRecentChanges() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a Collection of WikiPages, sorted in time order of last change.
getRecentChanges(Date) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
getRecentChanges(Date) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
getRecentChanges(Date) - Method in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
getReferenceManager() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns this object's ReferenceManager.
getRequestContext() - Method in class com.ecyrd.jspwiki.WikiContext
Returns the request context.
getRequiredProperty(Properties, String) - Static method in class com.ecyrd.jspwiki.WikiEngine
Throws an exception if a property is not found.
getRootThrowable() - Method in class com.ecyrd.jspwiki.plugin.PluginException
 
getRPCVersionSupported() - Method in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
Returns the current supported JSPWiki XML-RPC API.
getScore() - Method in interface com.ecyrd.jspwiki.SearchResult
Returns the score.
getScore() - Method in class com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl
 
getScore() - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider.SearchResultImpl
 
getSeparator() - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
 
getServletContext() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the ServletContext that this particular WikiEngine was initialized with.
getSize() - Method in class com.ecyrd.jspwiki.attachment.Attachment
 
getSpecialPageReference(String) - Method in class com.ecyrd.jspwiki.WikiEngine
If the page is a special page, then returns a direct URL to that page.
getStartTime() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the moment when this engine was started.
getStatus() - Method in class com.ecyrd.jspwiki.attachment.Attachment
 
getStringRepresentation() - Method in class com.ecyrd.jspwiki.UserProfile
 
getTemplateDir() - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the current template directory.
getText(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the unconverted text of a page.
getText(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the unconverted text of the given version of a page, if it exists.
getText(WikiContext, WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns plain text (with HTML entities replaced).
getTimeLeft() - Method in class com.ecyrd.jspwiki.PageLock
Returns the amount of time left in minutes, rounded up to the nearest minute (so you get a zero only at the last minute).
getTitle() - Method in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
 
getTitle() - Method in class com.ecyrd.jspwiki.tags.RSSCoffeeCupLinkTag
 
getTotalPageCount() - Method in class com.ecyrd.jspwiki.PageManager
 
getUserName(HttpServletRequest) - Method in class com.ecyrd.jspwiki.WikiEngine
Retrieves the user name.
getValidUserName(HttpServletRequest) - Method in class com.ecyrd.jspwiki.WikiEngine
If no author name has been set, then use the IP address, if allowed.
getValue(WikiContext, String) - Method in class com.ecyrd.jspwiki.VariableManager
Returns a value of the named variable.
getVar() - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
getVariable(String) - Method in class com.ecyrd.jspwiki.WikiContext
Gets a previously set variable.
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorInfo
 
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.HistoryIteratorInfo
 
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.CheckLockInfo
 
getVariableInfo(TagData) - Method in class com.ecyrd.jspwiki.tags.AttachmentsIteratorInfo
 
getVariableManager() - Method in class com.ecyrd.jspwiki.WikiEngine
 
getVersion() - Method in class com.ecyrd.jspwiki.WikiPage
 
getVersion() - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
getVersion() - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
getVersionHistory(Attachment) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
getVersionHistory(Attachment) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Returns version history.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.PageManager
Gets a version history of page.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns a Collection of WikiPages containing the version history of a page.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
 
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
FIXME: Does not get user information.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
The FileSystemProvider provides only one version.
getVersionHistory(String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
getVersionHistory(String) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Returns version history.
getViewURL(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the basic URL to a page, without any modifications.
getWikiProperties() - Method in class com.ecyrd.jspwiki.WikiEngine
Internal method for getting a property.

H

hasAttachments(WikiPage) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns true, if the page has attachments.
HasAttachmentsTag - class com.ecyrd.jspwiki.tags.HasAttachmentsTag.
Includes body if page has attachments.
HasAttachmentsTag() - Constructor for class com.ecyrd.jspwiki.tags.HasAttachmentsTag
 
HDR_NAME - Static variable in class com.ecyrd.jspwiki.attachment.AttachmentServlet
 
HDR_VERSION - Static variable in class com.ecyrd.jspwiki.attachment.AttachmentServlet
 
HistoryIteratorInfo - class com.ecyrd.jspwiki.tags.HistoryIteratorInfo.
Just provides the TEI data for HistoryIteratorTag.
HistoryIteratorInfo() - Constructor for class com.ecyrd.jspwiki.tags.HistoryIteratorInfo
 
HistoryIteratorTag - class com.ecyrd.jspwiki.tags.HistoryIteratorTag.
Iterates through tags.
HistoryIteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.HistoryIteratorTag
 
HTML - Static variable in class com.ecyrd.jspwiki.tags.InsertPageTag
 

I

Image - class com.ecyrd.jspwiki.plugin.Image.
Provides an image plugin for better control than is possible with a simple image inclusion.
Image() - Constructor for class com.ecyrd.jspwiki.plugin.Image
 
IncludeTag - class com.ecyrd.jspwiki.tags.IncludeTag.
Includes an another JSP page, making sure that we actually pass the WikiContext correctly.
IncludeTag() - Constructor for class com.ecyrd.jspwiki.tags.IncludeTag
 
IndexPlugin - class com.ecyrd.jspwiki.plugin.IndexPlugin.
Builds an index of all pages.
IndexPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.IndexPlugin
 
INFO - Static variable in class com.ecyrd.jspwiki.WikiContext
User is viewing page history.
init(ServletConfig) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Initializes the servlet from WikiEngine properties.
init(ServletConfig) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
Initializes the servlet.
initialize(Properties) - Method in interface com.ecyrd.jspwiki.WikiProvider
Initializes the page provider.
initialize(Properties) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
initialize(Properties) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
initialize(Properties) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
initialize(Properties) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
initialize(Properties) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
initialize(WikiContext, Map) - Method in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Used to initialize some things.
initialize(WikiEngine) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
initialize(WikiEngine) - Method in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
INITIALS_COLOR - Static variable in class com.ecyrd.jspwiki.plugin.IndexPlugin
 
InsertDiffTag - class com.ecyrd.jspwiki.tags.InsertDiffTag.
Writes difference between two pages using a HTML table.
InsertDiffTag() - Constructor for class com.ecyrd.jspwiki.tags.InsertDiffTag
 
InsertPageTag - class com.ecyrd.jspwiki.tags.InsertPageTag.
Writes page content in HTML.
InsertPageTag() - Constructor for class com.ecyrd.jspwiki.tags.InsertPageTag
 
InternalWikiException - exception com.ecyrd.jspwiki.InternalWikiException.
Denotes something really serious going on inside Wiki.
InternalWikiException(String) - Constructor for class com.ecyrd.jspwiki.InternalWikiException
 
isPluginLink(String) - Static method in class com.ecyrd.jspwiki.plugin.PluginManager
Returns true if the link is really command to insert a plugin.
isPositive(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Returns true, if the string "val" denotes a positive string.
isVariableLink(String) - Static method in class com.ecyrd.jspwiki.VariableManager
Returns true if the link is really command to insert a variable.
IteratorTag - class com.ecyrd.jspwiki.tags.IteratorTag.
Iterates through tags.
IteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.IteratorTag
 

L

LATEST - Static variable in class com.ecyrd.jspwiki.tags.CheckVersionTag
 
LATEST_VERSION - Static variable in interface com.ecyrd.jspwiki.WikiProvider
Passing this to any method should get the latest version
LINK_EXTERNAL - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
LINK_INLINE - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
LINK_LOCAL - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
LinkCollector - class com.ecyrd.jspwiki.LinkCollector.
Just a simple class collecting all of the links that come in.
LinkCollector() - Constructor for class com.ecyrd.jspwiki.LinkCollector
 
LinkToParentTag - class com.ecyrd.jspwiki.tags.LinkToParentTag.
Writes a link to a parent of a Wiki page.
LinkToParentTag() - Constructor for class com.ecyrd.jspwiki.tags.LinkToParentTag
 
LinkToTag - class com.ecyrd.jspwiki.tags.LinkToTag.
Writes a link to a Wiki page.
LinkToTag() - Constructor for class com.ecyrd.jspwiki.tags.LinkToTag
 
listAllChanged(Date) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
listAllChanged(Date) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Lists changed attachments since given date.
listAttachments(WikiPage) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Returns the list of attachments associated with a given wiki page.
listAttachments(WikiPage) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
listAttachments(WikiPage) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Lists all attachments attached to a page.
listLinks(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
listLinks(String) - Method in class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
ListLocksPlugin - class com.ecyrd.jspwiki.plugin.ListLocksPlugin.
This is a plugin for the administrator: It allows him to see in a single glance who is editing what.
ListLocksPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.ListLocksPlugin
 
LOCKED - Static variable in class com.ecyrd.jspwiki.tags.CheckLockTag
 
lockPage(WikiPage, String) - Method in class com.ecyrd.jspwiki.PageManager
Locks page for editing.
log - Static variable in class com.ecyrd.jspwiki.plugin.IndexPlugin
 
LOGIN - Static variable in class com.ecyrd.jspwiki.WikiContext
User is preparing for a login/authentication.

M

m_bodyPart - Variable in class com.ecyrd.jspwiki.plugin.IndexPlugin
 
m_encoding - Variable in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
m_engine - Variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
 
m_format - Variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
m_headerPart - Variable in class com.ecyrd.jspwiki.plugin.IndexPlugin
 
m_iterator - Variable in class com.ecyrd.jspwiki.tags.IteratorTag
 
m_maxwidth - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_page - Variable in class com.ecyrd.jspwiki.tags.IncludeTag
 
m_pageName - Variable in class com.ecyrd.jspwiki.tags.InsertPageTag
 
m_pageName - Variable in class com.ecyrd.jspwiki.tags.InsertDiffTag
 
m_pageName - Variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
m_pageName - Variable in class com.ecyrd.jspwiki.tags.IteratorTag
 
m_previousPageFirstLetter - Variable in class com.ecyrd.jspwiki.plugin.IndexPlugin
 
m_separator - Variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
m_title - Variable in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
 
m_title - Variable in class com.ecyrd.jspwiki.tags.RSSCoffeeCupLinkTag
 
m_version - Variable in class com.ecyrd.jspwiki.tags.EditLinkTag
 
m_wikiContext - Variable in class com.ecyrd.jspwiki.tags.WikiTagBase
 
m_wikiContext - Variable in class com.ecyrd.jspwiki.tags.IteratorTag
 
main(String[]) - Static method in class com.ecyrd.jspwiki.Release
Executing this class directly from command line prints out the current version.
makeDiff(String, String) - Method in class com.ecyrd.jspwiki.DifferenceEngine
Returns a raw, text format diff of its arguments.
makeEntryPage(String) - Static method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
makeEntryPage(String, String) - Static method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
makeEntryPage(String, String, String) - Static method in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
makeHTML(WikiContext, String) - Method in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Makes HTML with common parameters.
makeLink(int, String, String) - Method in class com.ecyrd.jspwiki.TranslatorReader
Write a HTMLized link depending on its type.
mangleName(String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
This makes sure that the queried page name is still readable by the file system.
matchPageContent(String, String) - Method in class com.ecyrd.jspwiki.SearchMatcher
Compares the page content, available through the given stream, to the query items of this matcher.
MINORREVISION - Static variable in class com.ecyrd.jspwiki.Release
 
mutate(WikiContext, String) - Method in interface com.ecyrd.jspwiki.StringTransmutator
Returns a changed String, suitable for Wiki context.
mutate(WikiContext, String) - Method in class com.ecyrd.jspwiki.LinkCollector
 

N

newTmpFile(String) - Static method in class com.ecyrd.jspwiki.FileUtil
Default encoding is ISO-8859-1
newTmpFile(String, String) - Static method in class com.ecyrd.jspwiki.FileUtil
Makes a new temporary file and writes content into it.
NoRequiredPropertyException - exception com.ecyrd.jspwiki.NoRequiredPropertyException.
Marks an erroneus jspwiki.properties file.
NoRequiredPropertyException(String, String) - Constructor for class com.ecyrd.jspwiki.NoRequiredPropertyException
Constructs an exception.
normalizePostData(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Makes sure that the POSTed data is conforms to certain rules.
NoSuchPageTag - class com.ecyrd.jspwiki.tags.NoSuchPageTag.
Includes the body in case there is no such page available.
NoSuchPageTag() - Constructor for class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
NoSuchVariableException - exception com.ecyrd.jspwiki.NoSuchVariableException.
Marks that no such variable was located.
NoSuchVariableException(String) - Constructor for class com.ecyrd.jspwiki.NoSuchVariableException
Constructs an exception.
NoSuchVersionException - exception com.ecyrd.jspwiki.providers.NoSuchVersionException.
Indicates that an non-existing version was specified.
NoSuchVersionException(String) - Constructor for class com.ecyrd.jspwiki.providers.NoSuchVersionException
 
NOTLATEST - Static variable in class com.ecyrd.jspwiki.tags.CheckVersionTag
 
NOTLOCKED - Static variable in class com.ecyrd.jspwiki.tags.CheckLockTag
 

O

OWNED - Static variable in class com.ecyrd.jspwiki.tags.CheckLockTag
 

P

PageDateTag - class com.ecyrd.jspwiki.tags.PageDateTag.
Writes the modification date of the page, formatted as specified in the attribute "format".
PageDateTag() - Constructor for class com.ecyrd.jspwiki.tags.PageDateTag
 
PAGEDIR - Static variable in class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
pageExists(String) - Method in class com.ecyrd.jspwiki.PageManager
 
pageExists(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns true, if the requested page (or an alias) exists.
pageExists(String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
pageExists(String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
pageExists(String) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Return true, if page exists.
pageExists(String, int) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns true, if the requested page (or an alias) exists with the requested version.
pageExists(WikiPage) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns true, if the requested page (or an alias) exists, with the specified version in the WikiPage.
PageExistsTag - class com.ecyrd.jspwiki.tags.PageExistsTag.
Includes the body in case the set page does exist.
PageExistsTag() - Constructor for class com.ecyrd.jspwiki.tags.PageExistsTag
 
PageInfoLinkTag - class com.ecyrd.jspwiki.tags.PageInfoLinkTag.
Writes a link to the Wiki PageInfo.
PageInfoLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.PageInfoLinkTag
 
PageLock - class com.ecyrd.jspwiki.PageLock.
 
PageLock(WikiPage, String, Date, Date) - Constructor for class com.ecyrd.jspwiki.PageLock
 
PageManager - class com.ecyrd.jspwiki.PageManager.
Manages the WikiPages.
PageManager(Properties) - Constructor for class com.ecyrd.jspwiki.PageManager
Creates a new PageManager.
PageNameTag - class com.ecyrd.jspwiki.tags.PageNameTag.
Returns the currently requested page name.
PageNameTag() - Constructor for class com.ecyrd.jspwiki.tags.PageNameTag
 
PageSizeTag - class com.ecyrd.jspwiki.tags.PageSizeTag.
Returns the currently requested page or attachment size.
PageSizeTag() - Constructor for class com.ecyrd.jspwiki.tags.PageSizeTag
 
PageTimeComparator - class com.ecyrd.jspwiki.PageTimeComparator.
 
PageTimeComparator() - Constructor for class com.ecyrd.jspwiki.PageTimeComparator
 
PageTypeTag - class com.ecyrd.jspwiki.tags.PageTypeTag.
Includes the body, if the current page is of proper type.
PageTypeTag() - Constructor for class com.ecyrd.jspwiki.tags.PageTypeTag
 
PageVersionTag - class com.ecyrd.jspwiki.tags.PageVersionTag.
Writes the version of the current page.
PageVersionTag() - Constructor for class com.ecyrd.jspwiki.tags.PageVersionTag
 
PARAM_ALIGN - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_ALLOWCOMMENTS - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
PARAM_ALT - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_BODY - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
The name of the body content.
PARAM_BORDER - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_CAPTION - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_CLASS - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_DAYS - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
PARAM_EXTRAS - Static variable in class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
 
PARAM_HEIGHT - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_LINK - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_MAX - Static variable in class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
 
PARAM_MAXWIDTH - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
PARAM_SEPARATOR - Static variable in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
 
PARAM_SRC - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_STARTDATE - Static variable in class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
PARAM_STYLE - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
PARAM_WIDTH - Static variable in class com.ecyrd.jspwiki.plugin.Image
 
ParentPageNameTag - class com.ecyrd.jspwiki.tags.ParentPageNameTag.
Returns the parent of the currently requested page.
ParentPageNameTag() - Constructor for class com.ecyrd.jspwiki.tags.ParentPageNameTag
 
parseAndGetValue(WikiContext, String) - Method in class com.ecyrd.jspwiki.VariableManager
Parses the link and finds a value.
parseArgs(String) - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Parses plugin arguments.
parseIntParameter(String, int) - Static method in class com.ecyrd.jspwiki.TextUtil
Parses an integer parameter, returning a default value if the value is null or a non-number.
parseStringRepresentation(String) - Method in class com.ecyrd.jspwiki.UserProfile
 
PermissionTag - class com.ecyrd.jspwiki.tags.PermissionTag.
Tells if a page may be edited.
PermissionTag() - Constructor for class com.ecyrd.jspwiki.tags.PermissionTag
 
PLAIN - Static variable in class com.ecyrd.jspwiki.tags.InsertPageTag
 
PluginException - exception com.ecyrd.jspwiki.plugin.PluginException.
 
PluginException(String) - Constructor for class com.ecyrd.jspwiki.plugin.PluginException
 
PluginException(String, Throwable) - Constructor for class com.ecyrd.jspwiki.plugin.PluginException
 
PluginManager - class com.ecyrd.jspwiki.plugin.PluginManager.
Manages plugin classes.
PluginManager(Properties) - Constructor for class com.ecyrd.jspwiki.plugin.PluginManager
Create a new PluginManager.
pluginsEnabled() - Method in class com.ecyrd.jspwiki.plugin.PluginManager
Returns plugin execution status.
PluginTag - class com.ecyrd.jspwiki.tags.PluginTag.
Inserts any Wiki plugin.
PluginTag() - Constructor for class com.ecyrd.jspwiki.tags.PluginTag
 
PREFS_COOKIE_NAME - Static variable in class com.ecyrd.jspwiki.WikiEngine
The name of the cookie that gets stored to the user browser.
PREVIEW - Static variable in class com.ecyrd.jspwiki.WikiContext
User is previewing the changes he just made.
PROP_ALLOWHTML - Static variable in class com.ecyrd.jspwiki.TranslatorReader
If set to "true", allows using raw HTML within Wiki text.
PROP_BASEURL - Static variable in class com.ecyrd.jspwiki.WikiEngine
The name for the base URL to use in all references.
PROP_BEAUTIFYTITLE - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for the "spaces in titles" -hack.
PROP_CAMELCASELINKS - Static variable in class com.ecyrd.jspwiki.TranslatorReader
If true, consider CamelCase hyperlinks as well.
PROP_CHANNEL_DESCRIPTION - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS channel description.
PROP_CHANNEL_LANGUAGE - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS channel language.
PROP_CHECKIN - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
PROP_CHECKOUT - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
PROP_CHECKOUTVERSION - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
PROP_DIFFCOMMAND - Static variable in class com.ecyrd.jspwiki.DifferenceEngine
Determines the command to be used for 'diff'.
PROP_ENCODING - Static variable in class com.ecyrd.jspwiki.WikiEngine
Define the used encoding.
PROP_FRONTPAGE - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for the default front page.
PROP_FULLLOG - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
PROP_GENERATE_RSS - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS generator main switch.
PROP_INLINEIMAGEPTRN - Static variable in class com.ecyrd.jspwiki.TranslatorReader
This property defines the inline image pattern.
PROP_INTERVAL - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS generation interval in seconds.
PROP_INTERWIKIREF - Static variable in class com.ecyrd.jspwiki.WikiEngine
 
PROP_LOCKEXPIRY - Static variable in class com.ecyrd.jspwiki.PageManager
 
PROP_LOG - Static variable in class com.ecyrd.jspwiki.providers.RCSFileProvider
 
PROP_MATCHPLURALS - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for the "match english plurals" -hack.
PROP_PAGEDIR - Static variable in class com.ecyrd.jspwiki.providers.FileSystemProvider
Name of the property that defines where page directories are.
PROP_PAGEPROVIDER - Static variable in class com.ecyrd.jspwiki.PageManager
 
PROP_PLAINURIS - Static variable in class com.ecyrd.jspwiki.TranslatorReader
If true, all hyperlinks are translated as well, regardless whether they are surrounded by brackets.
PROP_PROVIDER - Static variable in class com.ecyrd.jspwiki.attachment.AttachmentManager
 
PROP_RSSFILE - Static variable in class com.ecyrd.jspwiki.rss.RSSGenerator
Defines the property name for the RSS file that the wiki should generate.
PROP_SEARCHPATH - Static variable in class com.ecyrd.jspwiki.plugin.PluginManager
The property name defining which packages will be searched for properties.
PROP_STORAGEDIR - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
PROP_STOREIPADDRESS - Static variable in class com.ecyrd.jspwiki.WikiEngine
If true, logs the IP address of the editor on saving.
PROP_STOREUSERNAME - Static variable in class com.ecyrd.jspwiki.WikiEngine
If true, then the user name will be stored with the page data.
PROP_TEMPLATEDIR - Static variable in class com.ecyrd.jspwiki.WikiEngine
Property name for the template that is used.
PROP_USECACHE - Static variable in class com.ecyrd.jspwiki.PageManager
 
PROP_USEOUTLINKIMAGE - Static variable in class com.ecyrd.jspwiki.TranslatorReader
If true, all outward links (external links) have a small link image appended.
PROPERTY_FILE - Static variable in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
PROPERTYFILE - Static variable in class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
ProviderException - exception com.ecyrd.jspwiki.providers.ProviderException.
 
ProviderException(String) - Constructor for class com.ecyrd.jspwiki.providers.ProviderException
 
putAttachmentData(Attachment, InputStream) - Method in class com.ecyrd.jspwiki.providers.BasicAttachmentProvider
 
putAttachmentData(Attachment, InputStream) - Method in interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider
Put new attachment data.
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.PageManager
 
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.RCSFileProvider
Puts the page into RCS and makes sure there is a fresh copy in the directory as well.
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
 
putPageText(WikiPage, String) - Method in class com.ecyrd.jspwiki.providers.CachingProvider
 
putPageText(WikiPage, String) - Method in interface com.ecyrd.jspwiki.providers.WikiPageProvider
Attempts to save the page text for page "page".

Q

QueryItem - class com.ecyrd.jspwiki.QueryItem.
This simple class just fulfils the role of a container for searches.
QueryItem() - Constructor for class com.ecyrd.jspwiki.QueryItem
 

R

RCSFileProvider - class com.ecyrd.jspwiki.providers.RCSFileProvider.
This class implements a simple RCS file provider.
RCSFileProvider() - Constructor for class com.ecyrd.jspwiki.providers.RCSFileProvider
 
READ - Static variable in class com.ecyrd.jspwiki.TranslatorReader
 
read() - Method in class com.ecyrd.jspwiki.TranslatorReader
 
read(char[], int, int) - Method in class com.ecyrd.jspwiki.TranslatorReader
 
readContents(InputStream, String) - Static method in class com.ecyrd.jspwiki.FileUtil14
JDK 1.4 version of FileUtil.readContents.
readContents(InputStream, String) - Static method in class com.ecyrd.jspwiki.FileUtil
Reads in file contents.
readContents(Reader) - Static method in class com.ecyrd.jspwiki.FileUtil
Returns the full contents of the Reader as a String.
ready() - Method in class com.ecyrd.jspwiki.TranslatorReader
 
RecentChangesPlugin - class com.ecyrd.jspwiki.plugin.RecentChangesPlugin.
Returns the Recent Changes.
RecentChangesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.RecentChangesPlugin
 
ReferenceManager - class com.ecyrd.jspwiki.ReferenceManager.
Keeps track of wikipage references: What pages a given page refers to What pages refer to a given page This is a quick'n'dirty approach without any finesse in storage and searching algorithms; we trust java.util.*.
ReferenceManager(WikiEngine, Collection) - Constructor for class com.ecyrd.jspwiki.ReferenceManager
Builds a new ReferenceManager with default (null) entries for the WikiPages contained in the pages Collection.
ReferringPagesPlugin - class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin.
Displays the pages referring to the current page.
ReferringPagesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.ReferringPagesPlugin
 
Release - class com.ecyrd.jspwiki.Release.
Contains release and version information.
RELEASE - Static variable in class com.ecyrd.jspwiki.Release
This should be increased every time you do a release.
Release() - Constructor for class com.ecyrd.jspwiki.Release
 
replaceEntities(String) - Static method in class com.ecyrd.jspwiki.TextUtil
Replaces the relevant entities inside the String.
replaceString(String, int, int, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Replaces a part of a string with a new String.
replaceString(String, String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Replaces a string with an other string.
REQUESTED - Static variable in class com.ecyrd.jspwiki.QueryItem
The word should be in the pages, but the search engine may use its own discretion.
REQUIRED - Static variable in class com.ecyrd.jspwiki.QueryItem
The word is required to be in the pages
REVISION - Static variable in class com.ecyrd.jspwiki.Release
 
RPC_VERSION - Static variable in class com.ecyrd.jspwiki.xmlrpc.AbstractRPCHandler
This is the currently implemented JSPWiki XML-RPC code revision.
RPCHandler - class com.ecyrd.jspwiki.xmlrpc.RPCHandler.
Provides handlers for all RPC routines.
RPCHandler() - Constructor for class com.ecyrd.jspwiki.xmlrpc.RPCHandler
 
RPCHandlerUTF8 - class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8.
Provides handlers for all RPC routines.
RPCHandlerUTF8() - Constructor for class com.ecyrd.jspwiki.xmlrpc.RPCHandlerUTF8
 
RPCServlet - class com.ecyrd.jspwiki.xmlrpc.RPCServlet.
Handles all incoming servlet requests for XML-RPC calls.
RPCServlet() - Constructor for class com.ecyrd.jspwiki.xmlrpc.RPCServlet
 
RSSCoffeeCupLinkTag - class com.ecyrd.jspwiki.tags.RSSCoffeeCupLinkTag.
Writes an image link to the RSS file with the Coffee Cup for Userland aggregation.
RSSCoffeeCupLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.RSSCoffeeCupLinkTag
 
RSSGenerator - class com.ecyrd.jspwiki.rss.RSSGenerator.
Generates an RSS feed from the recent changes.
RSSGenerator(WikiEngine, Properties) - Constructor for class com.ecyrd.jspwiki.rss.RSSGenerator
Initialize the RSS generator.
RSSImageLinkTag - class com.ecyrd.jspwiki.tags.RSSImageLinkTag.
Writes an image link to the RSS file.
RSSImageLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.RSSImageLinkTag
 
RSSLinkTag - class com.ecyrd.jspwiki.tags.RSSLinkTag.
Writes a link to the RSS file (using the "link" attribute).
RSSLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.RSSLinkTag
 
runSimpleCommand(String, String) - Static method in class com.ecyrd.jspwiki.FileUtil
Runs a simple command in given directory.

S

safeGetParameter(ServletRequest, String) - Method in class com.ecyrd.jspwiki.WikiEngine
This is a safe version of the Servlet.Request.getParameter() routine.
safeGetQueryString(HttpServletRequest) - Method in class com.ecyrd.jspwiki.WikiEngine
Returns the query string (the portion after the question mark).
saveText(String, String) - Method in class com.ecyrd.jspwiki.WikiEngine
Writes the WikiText of a page into the page repository.
saveText(String, String, HttpServletRequest) - Method in class com.ecyrd.jspwiki.WikiEngine
 
scanWikiLinks(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Reads a WikiPageful of data from a String and returns all links internal to this Wiki in a Collection.
SearchMatcher - class com.ecyrd.jspwiki.SearchMatcher.
SearchMatcher performs the task of matching a search query to a page's contents.
SearchMatcher.SearchResultImpl - class com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl.
 
SearchMatcher.SearchResultImpl(String, int) - Constructor for class com.ecyrd.jspwiki.SearchMatcher.SearchResultImpl
 
SearchMatcher(QueryItem[]) - Constructor for class com.ecyrd.jspwiki.SearchMatcher
 
SearchResult - interface com.ecyrd.jspwiki.SearchResult.
 
SearchResultComparator - class com.ecyrd.jspwiki.SearchResultComparator.
Simple class that decides which search results are more important than others.
SearchResultComparator() - Constructor for class com.ecyrd.jspwiki.SearchResultComparator
 
SearchResultIteratorInfo - class com.ecyrd.jspwiki.tags.SearchResultIteratorInfo.
Just provides the TEI data for IteratorTag.
SearchResultIteratorInfo() - Constructor for class com.ecyrd.jspwiki.tags.SearchResultIteratorInfo
 
SearchResultIteratorTag - class com.ecyrd.jspwiki.tags.SearchResultIteratorTag.
Iterates through Search result results.
SearchResultIteratorTag() - Constructor for class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
setArgs(String) - Method in class com.ecyrd.jspwiki.tags.PluginTag
 
setAuthor(String) - Method in class com.ecyrd.jspwiki.WikiPage
 
setContext(String) - Method in class com.ecyrd.jspwiki.tags.CheckRequestContextTag
 
setDefault(String) - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
setExists(String) - Method in class com.ecyrd.jspwiki.tags.UserCheckTag
 
setFileName(String) - Method in class com.ecyrd.jspwiki.attachment.Attachment
 
setFormat(String) - Method in class com.ecyrd.jspwiki.tags.PageDateTag
 
setFormat(String) - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
setHttpRequest(HttpServletRequest) - Method in class com.ecyrd.jspwiki.WikiContext
If the request originated from a HTTP server, the HTTP request is stored here.
setLastModified(Date) - Method in class com.ecyrd.jspwiki.WikiPage
 
setList(Object) - Method in class com.ecyrd.jspwiki.tags.IteratorTag
 
setMaxItems(String) - Method in class com.ecyrd.jspwiki.tags.SearchResultIteratorTag
 
setMaxpages(int) - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
 
setMode(String) - Method in class com.ecyrd.jspwiki.tags.InsertPageTag
 
setMode(String) - Method in class com.ecyrd.jspwiki.tags.CheckVersionTag
 
setMode(String) - Method in class com.ecyrd.jspwiki.tags.CheckLockTag
 
setName(String) - Method in class com.ecyrd.jspwiki.UserProfile
 
setNewVersion(String) - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
setPage(String) - Method in class com.ecyrd.jspwiki.tags.NoSuchPageTag
 
setPage(String) - Method in class com.ecyrd.jspwiki.tags.InsertPageTag
 
setPage(String) - Method in class com.ecyrd.jspwiki.tags.InsertDiffTag
 
setPage(String) - Method in class com.ecyrd.jspwiki.tags.IncludeTag
 
setPage(String) - Method in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
setPageformat(String) - Method in class com.ecyrd.jspwiki.tags.CalendarTag
 
setPermission(String) - Method in class com.ecyrd.jspwiki.tags.PermissionTag
 
setPlugin(String) - Method in class com.ecyrd.jspwiki.tags.PluginTag
 
setRequestContext(String) - Method in class com.ecyrd.jspwiki.WikiContext
Sets the request context.
setSeparator(String) - Method in class com.ecyrd.jspwiki.tags.BreadcrumbsTag
 
setSize(long) - Method in class com.ecyrd.jspwiki.attachment.Attachment
 
setStatus(int) - Method in class com.ecyrd.jspwiki.attachment.Attachment
 
setTitle(String) - Method in class com.ecyrd.jspwiki.tags.RSSImageLinkTag
 
setTitle(String) - Method in class com.ecyrd.jspwiki.tags.RSSCoffeeCupLinkTag
 
setType(String) - Method in class com.ecyrd.jspwiki.tags.PageTypeTag
 
setUrlformat(String) - Method in class com.ecyrd.jspwiki.tags.CalendarTag
 
setVar(String) - Method in class com.ecyrd.jspwiki.tags.VariableTag
 
setVariable(String, Object) - Method in class com.ecyrd.jspwiki.WikiContext
Sets a variable.
setVersion(int) - Method in class com.ecyrd.jspwiki.WikiPage
 
setVersion(String) - Method in class com.ecyrd.jspwiki.tags.LinkToTag
 
setVersion(String) - Method in class com.ecyrd.jspwiki.tags.EditLinkTag
 
setVersion(String) - Method in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
storeAttachment(Attachment, File) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Stores an attachment that lives in the given file.
storeAttachment(Attachment, InputStream) - Method in class com.ecyrd.jspwiki.attachment.AttachmentManager
Stores an attachment directly from a stream.
StringTransmutator - interface com.ecyrd.jspwiki.StringTransmutator.
Defines an interface for transforming strings within a Wiki context.

T

textToHTML(WikiContext, String) - Method in class com.ecyrd.jspwiki.WikiEngine
Converts raw page data to HTML.
textToHTML(WikiContext, String, StringTransmutator, StringTransmutator) - Method in class com.ecyrd.jspwiki.WikiEngine
Just convert WikiText to HTML.
TextUtil - class com.ecyrd.jspwiki.TextUtil.
Contains a number of static utility methods.
TextUtil() - Constructor for class com.ecyrd.jspwiki.TextUtil
 
toString() - Method in class com.ecyrd.jspwiki.WikiPage
 
toString() - Method in class com.ecyrd.jspwiki.attachment.Attachment
 
TranslateTag - class com.ecyrd.jspwiki.tags.TranslateTag.
Converts the body text into HTML content.
TranslateTag() - Constructor for class com.ecyrd.jspwiki.tags.TranslateTag
 
TranslatorReader - class com.ecyrd.jspwiki.TranslatorReader.
Handles conversion from Wiki format into fully featured HTML.
TranslatorReader(WikiContext, Reader) - Constructor for class com.ecyrd.jspwiki.TranslatorReader
 
type - Variable in class com.ecyrd.jspwiki.QueryItem
The type of the word.

U

UndefinedPagesPlugin - class com.ecyrd.jspwiki.plugin.UndefinedPagesPlugin.
Parameters: none.
UndefinedPagesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.UndefinedPagesPlugin
 
unlockPage(PageLock) - Method in class com.ecyrd.jspwiki.PageManager
Marks a page free to be written again.
unmangleName(String) - Method in class com.ecyrd.jspwiki.providers.FileSystemProvider
This makes the reverse of mangleName
UnusedPagesPlugin - class com.ecyrd.jspwiki.plugin.UnusedPagesPlugin.
Parameters: none.
UnusedPagesPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.UnusedPagesPlugin
 
updateReferences(String) - Method in class com.ecyrd.jspwiki.WikiEngine
Updates all references for the given page.
updateReferences(String, Collection) - Method in class com.ecyrd.jspwiki.ReferenceManager
Updates the referred pages of a new or edited WikiPage.
UPLOAD - Static variable in class com.ecyrd.jspwiki.WikiContext
 
upload(HttpServletRequest) - Method in class com.ecyrd.jspwiki.attachment.AttachmentServlet
Uploads a specific mime multipart input set, intercepts exceptions.
UPLOADING - Static variable in class com.ecyrd.jspwiki.attachment.Attachment
 
UploadLinkTag - class com.ecyrd.jspwiki.tags.UploadLinkTag.
Writes a link to the upload page.
UploadLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.UploadLinkTag
 
URL - Static variable in class com.ecyrd.jspwiki.tags.WikiLinkTag
 
urlDecode(byte[]) - Static method in class com.ecyrd.jspwiki.TextUtil
URL encoder does not handle all characters correctly.
urlDecode(String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Provides decoded version of string depending on encoding.
urlDecodeUTF8(String) - Static method in class com.ecyrd.jspwiki.TextUtil
As java.net.URLDecoder class, but for UTF-8 strings.
urlEncode(byte[]) - Static method in class com.ecyrd.jspwiki.TextUtil
java.net.URLEncoder.encode() method in JDK < 1.4 is buggy.
urlEncode(String, String) - Static method in class com.ecyrd.jspwiki.TextUtil
Provides encoded version of string depending on encoding.
urlEncodeUTF8(String) - Static method in class com.ecyrd.jspwiki.TextUtil
As java.net.URLEncoder class, but this does it in UTF8 character set.
UserCheckTag - class com.ecyrd.jspwiki.tags.UserCheckTag.
Includes the content if an user check validates.
UserCheckTag() - Constructor for class com.ecyrd.jspwiki.tags.UserCheckTag
 
UserNameTag - class com.ecyrd.jspwiki.tags.UserNameTag.
Returns the current user name, or empty, if the user has not been validated.
UserNameTag() - Constructor for class com.ecyrd.jspwiki.tags.UserNameTag
 
UserProfile - class com.ecyrd.jspwiki.UserProfile.
Contains user profile information.
UserProfile() - Constructor for class com.ecyrd.jspwiki.UserProfile
 
UserProfile(String) - Constructor for class com.ecyrd.jspwiki.UserProfile
 

V

VariableManager - class com.ecyrd.jspwiki.VariableManager.
Manages variables.
VariableManager(Properties) - Constructor for class com.ecyrd.jspwiki.VariableManager
 
VariableTag - class com.ecyrd.jspwiki.tags.VariableTag.
Returns the value of an Wiki variable.
VariableTag() - Constructor for class com.ecyrd.jspwiki.tags.VariableTag
 
VER_LATEST - Static variable in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
VER_PREVIOUS - Static variable in class com.ecyrd.jspwiki.tags.DiffLinkTag
 
VERSION - Static variable in class com.ecyrd.jspwiki.Release
 
VersioningFileProvider - class com.ecyrd.jspwiki.providers.VersioningFileProvider.
Provides a simple directory based repository for Wiki pages.
VersioningFileProvider() - Constructor for class com.ecyrd.jspwiki.providers.VersioningFileProvider
 
VERSTR - Static variable in class com.ecyrd.jspwiki.Release
This is the generic version string you should use when printing out the version.
VIEW - Static variable in class com.ecyrd.jspwiki.WikiContext
The VIEW context - the user just wants to view the page contents.

W

WeblogEntryPlugin - class com.ecyrd.jspwiki.plugin.WeblogEntryPlugin.
Builds a simple weblog.
WeblogEntryPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.WeblogEntryPlugin
 
WeblogPlugin - class com.ecyrd.jspwiki.plugin.WeblogPlugin.
Builds a simple weblog.
WeblogPlugin() - Constructor for class com.ecyrd.jspwiki.plugin.WeblogPlugin
 
WikiAttachmentProvider - interface com.ecyrd.jspwiki.providers.WikiAttachmentProvider.
Defines an attachment provider - a class which is capable of saving binary data as attachments.
WikiContext - class com.ecyrd.jspwiki.WikiContext.
Provides state information throughout the processing of a page.
WikiContext(WikiEngine, String) - Constructor for class com.ecyrd.jspwiki.WikiContext
Create a new WikiContext.
WikiContext(WikiEngine, WikiPage) - Constructor for class com.ecyrd.jspwiki.WikiContext
Create a new WikiContext for the given WikiPage.
WikiEngine - class com.ecyrd.jspwiki.WikiEngine.
Provides Wiki services to the JSP page.
WikiEngine(Properties) - Constructor for class com.ecyrd.jspwiki.WikiEngine
Instantiate the WikiEngine using a given set of properties.
WikiEngine(ServletContext) - Constructor for class com.ecyrd.jspwiki.WikiEngine
Instantiate using this method when you're running as a servlet and WikiEngine will figure out where to look for the property file.
WikiException - exception com.ecyrd.jspwiki.WikiException.
A generic Wiki exception.
WikiException(String) - Constructor for class com.ecyrd.jspwiki.WikiException
Constructs an exception.
WikiLinkTag - class com.ecyrd.jspwiki.tags.WikiLinkTag.
Root class for different internal wiki links.
WikiLinkTag() - Constructor for class com.ecyrd.jspwiki.tags.WikiLinkTag
 
WikiPage - class com.ecyrd.jspwiki.WikiPage.
Simple wrapper class for the Wiki page attributes.
WikiPage(String) - Constructor for class com.ecyrd.jspwiki.WikiPage
 
WikiPageProvider - interface com.ecyrd.jspwiki.providers.WikiPageProvider.
Each Wiki page provider should implement this interface.
WikiPlugin - interface com.ecyrd.jspwiki.plugin.WikiPlugin.
Defines an interface for plugins.
WikiProvider - interface com.ecyrd.jspwiki.WikiProvider.
A generic Wiki provider for all sorts of things that the Wiki can store.
WikiTagBase - class com.ecyrd.jspwiki.tags.WikiTagBase.
Base class for JSPWiki tags.
WikiTagBase() - Constructor for class com.ecyrd.jspwiki.tags.WikiTagBase
 
wikitizeCollection(Collection, String, int) - Method in class com.ecyrd.jspwiki.plugin.AbstractReferralPlugin
Makes WikiText from a Collection.
word - Variable in class com.ecyrd.jspwiki.QueryItem
The word that is being searched

X

XMLRPC_PREFIX - Static variable in class com.ecyrd.jspwiki.xmlrpc.RPCServlet
This is what is appended to each command, if the handler has not been specified.

A B C D E F G H I L M N O P Q R S T U V W X