Interface | Description |
---|---|
Cleanup |
Provides an alternative to AutoCloseable that removes the throws clause on the close() method.
|
LicenseCalculator |
Calculates the number of Users in a Confluence instance.
|
LinkRenamingBean | |
ListUtils.Criterion | |
MulticastRouteTester.TestReporter |
Reporting strategy interface for reporting problems encountered during the test
|
Progress | |
RegExpProcessor.RegExpProcessorHandler | |
ThumbnailInfoFactory | Deprecated |
UserChecker | |
ZipUtility.FileHandler |
Callback that allows to transform/exchange the file to be added to the zip file.
|
Class | Description |
---|---|
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
Attachment s 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_IDENTIFIER })
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)
|
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.
|
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 |
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 :)
|
HTMLPairType | |
HtmlUtil | |
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
|
LogProgressMeterWrapper |
Will report progress to log
|
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.
|
QueryStringUtil | |
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 | Deprecated
Since 5.5, not used.
|
Resource | Deprecated
since 3.1 Resources are no longer used in Confluence.
|
SchedulerLifecycle | |
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 | Deprecated
since 5.9.
|
SQLUtils |
Contains a variety of functions for handling SQL Connections and Queries.
|
StringHyphenBean | |
SubProgressMeter |
Allow us to break a single ProgressMeter to several ProgressMeter.
|
SupportUtility |
Builds a zip of important files for use in a support request.
|
TemplateSupport | |
TimePeriod | Deprecated
Since 5.4.
|
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
|
UserLoggingContextFilter |
Servlet filter that adds the currently logged in user to the Log4J Mapped Diagnostic Context
|
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.
|
XslUtil | Deprecated
Since 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.
|
Enum | Description |
---|---|
LoggingUncaughtExceptionHandler |
Logs uncaught exceptions.
|
UserAgentUtil.BrowserFamily | |
UserAgentUtil.BrowserMajorVersion |
Copyright © 2003–2016 Atlassian. All rights reserved.