All Classes and Interfaces
Class
Description
Automatically reloads the current page in connected browsers.
Binary data.
This class:
Stores
ChannelManagerCommand
's
Issues request by calling ChannelManagerCommand.execute(Session)
Service that if present can be used to to dispatch nodes for which the CMS has to reload its wicket model
Provides access to CMS Application Session Context specific information
An immutable Hippo Content Type representation providing a more relaxed and enhanced form of an
EffectiveNodeType
exposing only non-residual ContentTypeProperty
and ContentTypeChild
elements with additional meta-data describing these ContentTypeItems
.Represents a
ContentType
Property element denoting a NodeType Child Definition.Represents a
ContentType
property or child element representing an underlying NodeType Child or Property Definition.Represents a
ContentType
Property element denoting a NodeType Property Definition.A lightweight and immutable representation of the ContentType definitions.
ContentType Service which provides access to:
A lightweight and immutable representation of the current and aggregated or effective JCR Repository NodeType definitions
A lightweight and immutable representation of the current ContentType definitions, including aggregated ones for specific Nodes within the repository
Represents a Child NodeDefinition for its containing EffectiveNodeType
Represents the common characteristics shared between the
EffectiveNodeTypeChild
and EffectiveNodeTypeProperty
sub types.Represents a PropertyDefinition for its containing EffectiveNodeType
An lightweight and immutable representation of the aggregated or effective JCR Repository NodeType definitions.
Registration info for a Hippo CMS extension.
Registry of Hippo CMS extensions provided via classloaders other than the main repository classloader.
Deprecated.
Google Universal Analytics support is deprecated because UA is decommissioned.
Generic Hippo event bus.
Developers can implement this
HippoEventListener
interface and implement HippoEventListener.onEvent(HippoEvent)
to
get a callback whenever a HippoEvent
is posted to the HippoEventBus
by HippoEventBus.post(Object)
HippoEventListenerRegistry is singleton registry for decoupled/wring lookup/wiring of listeners to the
HippoEventBus
service using the
Whiteboard Pattern.The HippoServiceRegistry is used for registration and lookup/discovery of singleton services which can be shared
between multiple web applications (cross-context, using different classloaders).
Processes HTML that is meant to be read from or written to the repository.
Looks up
HtmlProcessor
instances and checks whether HTML is visible.
This LockManager is a manager to obtain cluster wide locks.
The returned auto closeable object in case
LockManager.lock(String)
succeeds.The ProxiedServiceHolder holds a service object and a proxy instance of its service interface(s).
A ProxiedServiceTracker interface implementation can be used to get notified when a service is (un)registered in the
HippoServiceRegistry
or a WhiteboardProxiedServiceRegistry
The ServiceHolder holds a service object with its context classloader at the time of creating the holder.
A ServiceTracker interface implementation can be used to get notified when a service object is (un)registered
in a
WhiteboardServiceRegistry
.Annotation for single-argument (void) methods that indicates that the method is a listener.
Represents a DOM element, i.e.
Visits
Tag
s that are part of a DOM tree.A
WebFile
contains binary data that can be revisioned.A collection of
WebFile
s, i.e.WhiteboardProxiedServiceRegistry<T> is an abstract base class for implementing and using the
Whiteboard Patternfor decoupled lookup/wiring of
multiple service objects by a common (main) interface.
WhiteboardServiceRegistry<T> is an abstract base class for implementing and using the
Whiteboard Patternfor decoupled lookup/wiring of
multiple service objects by a common (base) type, which can be a class or interface.