|
Class Summary |
| AbstractBootstrapHotSwappingFilter |
Abstact filter class which will delegate to a particular filter once the container manager is setup. |
| AbstractLinkRenamingBean |
|
| AbstractPageLinkRenamingBean |
Common base class for renaming links to different page types. |
| AccessLogFilter |
Logs the username and request URL via log4j. |
| AopUtils |
Utilities for aspect oriented programming |
| AttachFileHelper |
|
| AttachmentCommentComparator |
|
| AttachmentComparator |
|
| AttachmentCreationDateComparator |
|
| AttachmentDateComparator |
|
| AttachmentFileNameComparator |
Comparator for Attachments based on file names in the given locale. |
| AttachmentLinkRenamingBean |
|
| AttachmentMimeTypeTranslator |
Translates mime types for attachments. |
| AttachmentNameComparator |
|
| AttachmentSizeComparator |
|
| BandanaConfigMigrator |
Migrates Confluence global and space configuration data from the file system into the database Specifically, the
confluence-global.bandana.xml file and space config data contained in directories underneath the 'config' folder |
| BlogPostLinkRenamingBean |
|
| CamelCaseLinkRenamingBean |
|
| ClasspathUtils |
Classpath discovery utilities |
| ClusterHeaderFilter |
If clustering is enabled, adds a custom HTTP header (ResponseHeaderNames.CLUSTER_NODE})
to the response to indicate which node is handling the request. |
| ClusterUtils |
Utilities for clustering |
| ColourUtils |
Color manipulation utilities |
| CompleteURLEncoder |
This class caters for encoding of url strings for the following protocols: - file - http (see RFC 2396 for
reference)
The url strings passed in are converted into Java URI objects as it automatically does the encoding. |
| ConfigurableBootstrapHotSwappingFilter |
|
| ConfluenceErrorFilter |
|
| ConfluenceHomeGlobalConstants |
|
| ConfluenceMockServletRequest |
This is a simple stub class to return the context path we have cached, used in Velocity templates when we don't _actually_ have a request. |
| ConfluenceRenderUtils |
Utilities for rendering Confluence wiki content. |
| ConfluenceTrackbackUtils |
|
| ConfluenceUberClassLoader |
This class loader tries to load classes from the application class loader
first before delegating to the plugins class loader. |
| ConfluenceVelocityResourceCache |
Deprecated. Since 2.9. |
| ContentComparator |
|
| ContentComparatorFactory |
|
| ContentCreationComparator |
|
| ContentEntityObjectTitleComparator |
|
| ContentFacade |
Just a typical facade - it's useful for avoiding the duplication of behaviours
across various actions, helper classes, etc.. |
| ContentMacrosHelper |
Defines common functions that are carried out for macros that display list of content (e.g. |
| ContentModificationComparator |
|
| ContentUtils |
|
| DefaultClock |
Default implementation of the Clock interface that
simply returns a new Date instance. |
| DefaultProgress |
Thread-safe class for tracking progress. |
| DefaultThumbnailInfoFactory |
Deprecated. since 3.0 use ThumbnailManager.getThumbnailInfo(com.atlassian.confluence.pages.Attachment). |
| DefaultUserChecker |
|
| EditPageBean |
|
| EstimatedProgressMeter |
A progress meter to be used in situations where the total cannot be determined efficiently or conveniently up front. |
| ExcerptHelper |
Defines common functions that obtain excerpts of content (e.g. |
| FileNameEncodingTester |
|
| FileSanitizer |
|
| GeneralUtil |
|
| HtmlEntityEscapeUtil |
Portions of this class copied from Apache commons-lang StringEscapeUtils -- it was easier to copy the relevant
bits than it was to upgrade commons-lang to 2.0 :)
====================================================================
The Apache Software License, Version 1.1
Copyright (c) 2002-2003 The Apache Software Foundation. |
| HTMLPairType |
|
| I18NSupport |
Deprecated. since 5.2 Use I18NBeanFactory.getI18NBean() |
| IncludePageMacroLinkRenamingBean |
|
| LabellingComparator |
|
| LabelUtil |
Utility class designed to assist dealing with the client interface. |
| LayoutHelper |
This class provides helper methods to retrieve layout templates and handles a few basic theme tasks. |
| LazyComponentReference |
Deprecated. since 5.3 Use LazyComponentReference. |
| ListUtils |
|
| LoggingContextFilter |
Servlet filter that adds some relevant contextual information to the Log4J Mapped Diagnostic Context |
| LoggingContextInterceptor |
XWork interceptor that adds some relevant XWork context to the Log4J Mapped Diagnostic Context |
| MailConfigMigrator |
|
| MulticastRouteTester |
A class for performing diagnostics on the multicast routing table of the current host |
| MulticastRouteTester.Log4JReporter |
Log4J reporting strategy |
| PageChangesBean |
|
| PageLinkRenamingBean |
|
| PatternLayoutWithContext |
Pattern layout that will dump the current logging context as a line between the initial log line and stack trace (if any). |
| PatternLayoutWithStackTrace |
Pattern layout with specialist stack trace printing |
| PlainTextToHtmlConverter |
Static methods for the conversion of text to HTML. |
| ProfilePicture |
Deprecated. since 2.9. |
| QuartzSchedulerLifecycle |
|
| QuickPageRenderBean |
This appears to be used by the include page velocity macro (see #includePage in macros.vm). |
| ReadOnlyLicenseCalculator |
Calculates the number of Users in a Confluence instance. |
| RegExpProcessor |
|
| RegexUtils |
|
| RequestCacheThreadLocal |
Threadlocal for caching objects that must survive the whole HTTP request. |
| RequestCacheThreadLocalFilter |
Servlet filter for initialising and cleaning up the RequestCacheThreadLocal. |
| ResizableImage |
Uses thumbnail class to resize image |
| Resource |
Deprecated. since 3.1 Resources are no longer used in Confluence. |
| SelfPageLinkRenamingBean |
|
| SeraphUtils |
|
| SingleUseIterable<T> |
An Iterable wrapper for an iterator. |
| SpaceComparator |
Order spaces by name, or by key if the names are the same. |
| SpaceGroupComparator |
Order space groups by name, or by key if the names are the same. |
| SQLUtils |
Contains a variety of functions for handling SQL Connections and Queries. |
| StringHyphenBean |
|
| SupportUtility |
Builds a zip of important files for use in a support request. |
| TemplateSupport |
|
| TimePeriod |
Represents a period of time. |
| TimeUtils |
|
| UrlUtils |
Contains url utility methods. |
| UserAgentUtil |
Utility class for UserAgents sniffing. |
| UserAgentUtil.Browser |
|
| UserAgentUtil.UserAgent |
|
| UserFilterBean |
Filters the list of users pass in based on group and a single user's email address |
| UserNameHeaderFilter |
Adds the current remote user as a header (X-AUSERNAME) to the response. |
| UserThreadLocalFilter |
Makes sure the current user is always in the AuthenticatedUserThreadLocal at the beginning of a request, and is cleared
at the end. |
| WebDavUtils |
Collection of utility methods for working with a webDAV server
This isn't used at the moment, because it's broken!!! |
| XslUtil |
Deprecated. Since Confluence 4.0. |
| ZipUtility |
Copied from Fisheye com.cenqua.fisheye.util.Zipper
User: pkamal
Date: Oct 16, 2009
Time: 1:46:08 PM
To change this template use File | Settings | File Templates. |