Interface | Description |
---|---|
Cleanup |
Provides an alternative to AutoCloseable that removes the throws clause on the close() method.
|
HeartBeatUtil.HeartBeat |
Represents a heartbeat that will terminate when
HeartBeatUtil.HeartBeat.close() is called. |
LicenseCalculator |
Calculates the number of Users in a Confluence instance.
|
LinkRenamingBean | |
ListUtils.Criterion | |
Progress | |
RegExpProcessor.RegExpProcessorHandler | |
ThreadUtils.Reset |
Represents an instance that can reset state when
ThreadUtils.Reset.close() is called. |
ThrowableFunctions.ThrowingBiFunction<T,U,R,E extends Throwable> | |
ThrowableFunctions.ThrowingBinaryOperator<T,E extends Throwable> | |
ThrowableFunctions.ThrowingConsumer<T,E extends Throwable> | |
ThrowableFunctions.ThrowingFunction<T,R,E extends Throwable> | |
ThrowableFunctions.ThrowingIntFunction<R,E extends Throwable> | |
ThrowableFunctions.ThrowingRunnable<E extends Throwable> | |
ThrowableFunctions.ThrowingSupplier<T,E extends Throwable> | |
ThumbnailInfoFactory | Deprecated |
UserChecker |
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
|
AsyncEventTracker |
Track number of async events published in request thread.
|
AsyncEventTrackerFilter |
Servlet filter to log number of async events published in request thread
|
AttachFileHelper | |
AttachmentCollectionUtil |
Utilities for working with (file-store) attachment collections.
|
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 | |
AuthenticatedUserFilter |
Makes sure the current user is always in the AuthenticatedUserThreadLocal at the beginning of a request, and is cleared
at the end.
|
ClasspathUtils |
Classpath discovery utilities
|
ClusterUtils |
Utilities for clustering
|
Collectors | |
ColourUtils |
Color manipulation utilities
|
CompleteURLEncoder |
This class caters for encoding of url strings for the following protocols: - file - http (see RFC 2396 for
reference)
|
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.
|
ConfluenceProgressMeter |
Wrapper for
ProgressMeter which also trigger the function of ProgressUpdater |
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.
|
ContentComparatorFactory | |
ContentCreationComparator | |
ContentEntityObjectTitleComparator | |
ContentFacade |
Just a typical facade - it's useful for avoiding the duplication of behaviours
across various actions, helper classes, etc..
|
ContentModificationComparator |
|
ContentUtils | |
DateFormatUtil | |
DefaultClock | |
DefaultProgress |
Thread-safe class for tracking progress.
|
DefaultThumbnailInfoFactory | Deprecated |
DefaultUserChecker | |
DummyProgressUpdater |
This class is used where we need a progress updater but we are not
in a context where we have, or need, a backing store.
|
ExcerptHelper |
Defines common functions that obtain excerpts of content (e.g.
|
GeneralUtil | |
HeartBeatUtil |
Use this within a try() construct.
|
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() |
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 as well as ProgressMeter
|
PageChangesBean | |
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.
|
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 | |
RequestAttributeAccessor |
Utility for storing known request attributes in a WorkContext.
|
RequestAttributeFilter |
Servlet filter for initialising and cleaning up the
RequestAttributeAccessor . |
RequestCacheThreadLocal | Deprecated
use @RequestAttributeAccessor instead
This class is marked deprecated because using `ThreadLocal` is not Vertigo compatible.
|
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
in 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.
|
TemplateSupport | |
ThreadUtils |
Utilities for dealing with threads.
|
ThrowableFunctions |
Class that eases usage of stream with throwing functions.
|
TimePeriod | Deprecated
Since 5.4.
|
TimeUtils | |
UrlUtils |
Contains url utility methods.
|
UserAgentUtil |
Utility class for UserAgents sniffing.
|
UserAgentUtil.Browser | |
UserAgentUtil.UserAgent | |
UserNameHeaderFilter |
Adds the current remote user as a header (X-AUSERNAME) to the response.
|
WorkContextFilter |
Servlet filter for setting-up and eventually removing the TenantContext into the WorkContext.
|
XslUtil | Deprecated
Since Confluence 4.0.
|
Enum | Description |
---|---|
FeatureFlag |
Please store all feature flags in this class.
|
LoggingUncaughtExceptionHandler |
Logs uncaught exceptions.
|
UserAgentUtil.BrowserFamily | |
UserAgentUtil.BrowserMajorVersion |
Copyright © 2003–2017 Atlassian. All rights reserved.