Skip navigation links
A B C D E F G H I J L O P R S T U V W 

A

abort(String) - Method in interface org.onehippo.cms7.services.lock.LockManager
Indicates the LockManager that the Thread containing the Lock for key should be interrupted.
addAttribute(String, String) - Method in interface org.onehippo.cms7.services.htmlprocessor.Tag
 
addTracker(ProxiedServiceTracker<T>, Class<T>) - Static method in class org.onehippo.cms7.services.HippoServiceRegistry
Add a service tracker for tracking a service (to be) registered with a specific service interface.
addTracker(ProxiedServiceTracker<T>) - Method in class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
Add a ProxiedServiceTracker<T> for tracking service objects of common interface <T> registered and unregistered in this registry.
addTracker(ServiceTracker<T>) - Method in class org.onehippo.cms7.services.WhiteboardServiceRegistry
Add a ServiceTracker<T> for tracking service objects of type <T> registered and unregistered in this registry.
after() - Method in interface org.onehippo.cms7.services.htmlprocessor.TagVisitor
Called after the visitor is applied to the DOM tree.
AlreadyLockedException - Exception in org.onehippo.cms7.services.lock
 
AlreadyLockedException() - Constructor for exception org.onehippo.cms7.services.lock.AlreadyLockedException
 
AlreadyLockedException(String) - Constructor for exception org.onehippo.cms7.services.lock.AlreadyLockedException
 
AlreadyLockedException(String, Throwable) - Constructor for exception org.onehippo.cms7.services.lock.AlreadyLockedException
 
AlreadyLockedException(Throwable) - Constructor for exception org.onehippo.cms7.services.lock.AlreadyLockedException
 
AlreadyLockedException(String, Throwable, boolean, boolean) - Constructor for exception org.onehippo.cms7.services.lock.AlreadyLockedException
 
attachSessionContext(String, HttpSession) - Method in interface org.onehippo.cms7.services.cmscontext.CmsContextService
Creates a new CmsSessionContext attached to an existing (CMS Application HttpSession based) CmsSessionContext and stores it in the provided HttpSession under attribute CmsSessionContext.SESSION_KEY.
AutoReloadService - Interface in org.onehippo.cms7.services.autoreload
Automatically reloads the current page in connected browsers.

B

before() - Method in interface org.onehippo.cms7.services.htmlprocessor.TagVisitor
Called before the visitor is applied to the DOM tree.
Binary - Interface in org.onehippo.cms7.services.webfiles
Binary data.
broadcastPageReload() - Method in interface org.onehippo.cms7.services.autoreload.AutoReloadService
Reloads the current page in all connected browsers.

C

Channel - Class in org.onehippo.cms7.services.hst
 
Channel() - Constructor for class org.onehippo.cms7.services.hst.Channel
Channel default constructor it is required for REST de/serialization
Channel(String) - Constructor for class org.onehippo.cms7.services.hst.Channel
Constructor of a Channel.
Channel(Channel) - Constructor for class org.onehippo.cms7.services.hst.Channel
 
close() - Method in interface org.onehippo.cms7.services.lock.LockResource
Close the LockResource and unlocks (removes) the lock.
CMS_OR_PLATFORM - Static variable in class org.onehippo.cms7.services.context.HippoWebappContext
 
CMS_SESSION_CONTEXT_PAYLOAD_KEY - Static variable in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
Key to retrieve the context payload
CmsContextService - Interface in org.onehippo.cms7.services.cmscontext
 
CmsEventDispatcherService - Interface in org.onehippo.cms7.services.observation
Service that if present can be used to to dispatch nodes for which the CMS has to reload its wicket model
CmsSessionContext - Interface in org.onehippo.cms7.services.cmscontext
Provides access to CMS Application Session Context specific information
ContentType - Interface in org.onehippo.cms7.services.contenttype
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.
ContentTypeChild - Interface in org.onehippo.cms7.services.contenttype
Represents a ContentType Property element denoting a NodeType Child Definition.
ContentTypeItem - Interface in org.onehippo.cms7.services.contenttype
Represents a ContentType property or child element representing an underlying NodeType Child or Property Definition.
ContentTypeProperty - Interface in org.onehippo.cms7.services.contenttype
Represents a ContentType Property element denoting a NodeType Property Definition.
ContentTypes - Interface in org.onehippo.cms7.services.contenttype
A lightweight and immutable representation of the ContentType definitions.
ContentTypeService - Interface in org.onehippo.cms7.services.contenttype
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
create(String, Binary) - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
Creates a new WebFile at the given location.
createTag() - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
Creates a new tag for this entire WebFileBundle

D

DEFAULT_DEVICE - Static variable in class org.onehippo.cms7.services.hst.Channel
 
delete(String) - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
Removes the WebFile at absPath
dispose() - Method in interface org.onehippo.cms7.services.webfiles.Binary
Releases all resources associated with this binary and informs the implementation that these resources may now be reclaimed.

E

EffectiveNodeType - Interface in org.onehippo.cms7.services.contenttype
An immutable and aggregated or effective JCR Repository NodeType representation or an aggregation thereof to represent a concrete Node instance.
EffectiveNodeTypeChild - Interface in org.onehippo.cms7.services.contenttype
Represents a Child NodeDefinition for its containing EffectiveNodeType
EffectiveNodeTypeItem - Interface in org.onehippo.cms7.services.contenttype
Represents the common characteristics shared between the EffectiveNodeTypeChild and EffectiveNodeTypeProperty sub types.
EffectiveNodeTypeProperty - Interface in org.onehippo.cms7.services.contenttype
Represents a PropertyDefinition for its containing EffectiveNodeType
EffectiveNodeTypes - Interface in org.onehippo.cms7.services.contenttype
An lightweight and immutable representation of the aggregated or effective JCR Repository NodeType definitions.
EnvironmentSettings - Interface in org.onehippo.cms7.services.environment
 
equals(Object) - Method in class org.onehippo.cms7.services.context.HippoWebappContext
 
equals(Object) - Method in class org.onehippo.cms7.services.hst.Channel
 
events(Node...) - Method in interface org.onehippo.cms7.services.observation.CmsEventDispatcherService
 
exists(String) - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
 
ExtensionEvent - Class in org.onehippo.cms7.services.extension
Registration info for a Hippo CMS extension.
ExtensionEvent(String, String, ClassLoader) - Constructor for class org.onehippo.cms7.services.extension.ExtensionEvent
 
ExtensionRegistry - Class in org.onehippo.cms7.services.extension
Registry of Hippo CMS extensions provided via classloaders other than the main repository classloader.
ExtensionRegistry() - Constructor for class org.onehippo.cms7.services.extension.ExtensionRegistry
 
ExtensionRegistry.ExtensionType - Enum in org.onehippo.cms7.services.extension
 

F

fileMatches(File) - Method in interface org.onehippo.cms7.services.webfiles.WebFilesService
 

G

get(String) - Method in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
Retrieve CMS Session Context specific information by key
get() - Static method in class org.onehippo.cms7.services.context.HippoWebappContextRegistry
 
get(String) - Method in interface org.onehippo.cms7.services.environment.EnvironmentSettings
Returns the String value of the environment setting for name.
get() - Static method in class org.onehippo.cms7.services.eventbus.HippoEventListenerRegistry
 
get(String) - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
 
get(String, String) - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
 
getAccountId() - Method in interface org.onehippo.cms7.services.googleanalytics.GoogleAnalyticsService
 
getAggregatedTypes() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
getAggregatedTypes() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
getAntiCacheValue() - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
 
getAttribute(String) - Method in interface org.onehippo.cms7.services.htmlprocessor.Tag
 
getBinary() - Method in interface org.onehippo.cms7.services.webfiles.WebFile
 
getBranchId() - Method in class org.onehippo.cms7.services.hst.Channel
 
getBranchOf() - Method in class org.onehippo.cms7.services.hst.Channel
 
getChangedBySet() - Method in class org.onehippo.cms7.services.hst.Channel
 
getChangedPath() - Method in class org.onehippo.cms7.services.webfiles.WebFileEvent
 
getChannelInfoClassName() - Method in class org.onehippo.cms7.services.hst.Channel
 
getChannelInfoMixinNames() - Method in class org.onehippo.cms7.services.hst.Channel
 
getChannelNodeLockedBy() - Method in class org.onehippo.cms7.services.hst.Channel
 
getChannelPath() - Method in class org.onehippo.cms7.services.hst.Channel
 
getChildren() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
getChildren() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
Returns the aggregated map of all allowable Child Node definitions.
getClassLoader() - Method in class org.onehippo.cms7.services.extension.ExtensionEvent
 
getClassLoader() - Method in class org.onehippo.cms7.services.ServiceHolder
 
getCmsContextServiceId() - Method in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
 
getCmsPreviewPrefix() - Method in class org.onehippo.cms7.services.hst.Channel
 
getContentRoot() - Method in class org.onehippo.cms7.services.hst.Channel
 
getContentTypeForNode(Node) - Method in interface org.onehippo.cms7.services.contenttype.ContentTypes
Returns the effective ContentType representation for a specific Node
getContentTypeForNodeByPath(Session, String) - Method in interface org.onehippo.cms7.services.contenttype.ContentTypes
Returns the effective ContentType representation for an existing Node identified by its absolute path
getContentTypeForNodeByUuid(Session, String) - Method in interface org.onehippo.cms7.services.contenttype.ContentTypes
Returns the effective ContentType representation for an existing Node identified by its uuid
getContentTypes() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeService
 
getContext(HttpSession) - Static method in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
Static method to retrieve the CmsSessionContext from a HttpSession
getContext(String) - Method in class org.onehippo.cms7.services.context.HippoWebappContextRegistry
 
getContextPath() - Method in class org.onehippo.cms7.services.hst.Channel
 
getContextPayload() - Method in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
Returns a mutable map bound to the http session.
getDefaultDevice() - Method in class org.onehippo.cms7.services.hst.Channel
 
getDefaultPrimaryType() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeChild
 
getDefaultValues() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeProperty
 
getDefiningType() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
getDefiningType() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeItem
 
getDevices() - Method in class org.onehippo.cms7.services.hst.Channel
 
getEffectiveNodeType() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
getEffectiveNodeTypeItem() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeChild
 
getEffectiveNodeTypeItem() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
getEffectiveNodeTypeItem() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeProperty
 
getEffectiveNodeTypes() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypes
 
getEffectiveNodeTypes() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeService
 
getEffectiveType() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
getEncoding() - Method in interface org.onehippo.cms7.services.webfiles.WebFile
 
getEntries() - Method in class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
 
getEntries() - Method in class org.onehippo.cms7.services.WhiteboardServiceRegistry
 
getEntriesList() - Method in class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
 
getEntriesList() - Method in class org.onehippo.cms7.services.WhiteboardServiceRegistry
 
getExtension(String) - Static method in class org.onehippo.cms7.services.extension.ExtensionRegistry
 
getExtensionName() - Method in class org.onehippo.cms7.services.extension.ExtensionEvent
 
getExtraInterfaces() - Method in class org.onehippo.cms7.services.ProxiedServiceHolder
 
getHasCustomProperties() - Method in class org.onehippo.cms7.services.hst.Channel
 
getHolder() - Method in interface org.onehippo.cms7.services.lock.LockResource
 
getHostGroup() - Method in class org.onehippo.cms7.services.hst.Channel
 
getHostname() - Method in class org.onehippo.cms7.services.hst.Channel
 
getHstConfigPath() - Method in class org.onehippo.cms7.services.hst.Channel
 
getHstMountPoint() - Method in class org.onehippo.cms7.services.hst.Channel
 
getHstRoot() - Method in class org.onehippo.cms7.services.extension.ExtensionEvent
 
getHstRoots() - Static method in class org.onehippo.cms7.services.extension.ExtensionRegistry
 
getHtmlProcessor(String) - Method in interface org.onehippo.cms7.services.htmlprocessor.HtmlProcessorService
Returns instance of HtmlProcessor or null if the configuration cannot be found
getId() - Method in interface org.onehippo.cms7.services.cmscontext.CmsContextService
Returns the unique identifier for this service
getId() - Method in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
 
getId() - Method in class org.onehippo.cms7.services.hst.Channel
 
getItem(String) - Method in interface org.onehippo.cms7.services.contenttype.ContentType
A convenient method to directly access a defined ContentTypeProperty or ContentTypeChild element by its name.
getItemProperties() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
getItemType() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
Returns the type of this item, which may be a qualified name of a ContentType (Child) or an (enhanced variant) of a NodeType property type name.
getJavaScript(String) - Method in interface org.onehippo.cms7.services.autoreload.AutoReloadService
 
getJcrWebFileBundle(Session, String) - Method in interface org.onehippo.cms7.services.webfiles.WebFilesService
Creates a web files implementation based on JCR.
getLastModified() - Method in class org.onehippo.cms7.services.hst.Channel
 
getLastModified() - Method in interface org.onehippo.cms7.services.webfiles.WebFile
 
getLastModifiedBy() - Method in class org.onehippo.cms7.services.hst.Channel
 
getLatestTagName() - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
e
getLocale() - Method in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
 
getLocale() - Method in class org.onehippo.cms7.services.hst.Channel
 
getLock() - Method in interface org.onehippo.cms7.services.lock.LockResource
 
getLockedOn() - Method in class org.onehippo.cms7.services.hst.Channel
 
getLockKey() - Method in class org.onehippo.cms7.services.lock.Lock
 
getLockOwner() - Method in class org.onehippo.cms7.services.lock.Lock
 
getLocks() - Method in interface org.onehippo.cms7.services.lock.LockManager
 
getLockThread() - Method in class org.onehippo.cms7.services.lock.Lock
 
getLockTime() - Method in class org.onehippo.cms7.services.lock.Lock
 
getMimeType() - Method in interface org.onehippo.cms7.services.webfiles.WebFile
 
getMountId() - Method in class org.onehippo.cms7.services.hst.Channel
 
getMountPath() - Method in class org.onehippo.cms7.services.hst.Channel
 
getMultiTypes() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
getName() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
getName() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
getName() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
getName() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeItem
 
getName() - Method in class org.onehippo.cms7.services.hst.Channel
 
getName() - Method in interface org.onehippo.cms7.services.htmlprocessor.Tag
 
getName() - Method in interface org.onehippo.cms7.services.webfiles.WebFile
 
getPath() - Method in interface org.onehippo.cms7.services.webfiles.WebFile
 
getPrefix() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
getPrefix() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
getPrimaryItemName() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
getPrivateKey() - Method in interface org.onehippo.cms7.services.googleanalytics.GoogleAnalyticsService
 
getProperties() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
getProperties() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
Returns the aggregated map of all allowable Property definitions.
getProperties() - Method in class org.onehippo.cms7.services.hst.Channel
Returns the Immutable collection of properties for this Channel.
getRelativeChangedPath() - Method in class org.onehippo.cms7.services.webfiles.WebFileEvent
 
getReloadMode() - Method in interface org.onehippo.cms7.services.webfiles.WebFilesService
 
getRepositoryCredentials() - Method in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
 
getRequiredPrimaryTypes() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeChild
 
getRequiredType() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeProperty
 
getService(Class<T>) - Static method in class org.onehippo.cms7.services.HippoServiceRegistry
Lookup a service (proxy) by its (main) service interface.
getService(Class<?>, Class<T>) - Static method in class org.onehippo.cms7.services.HippoServiceRegistry
Lookup a service (proxy) by its (main) service interface and cast it to one of the extra interfaces exposed by the proxy.
getServiceInterface() - Method in class org.onehippo.cms7.services.ProxiedServiceHolder
 
getServiceObject() - Method in class org.onehippo.cms7.services.ServiceHolder
 
getServiceProxy() - Method in class org.onehippo.cms7.services.ProxiedServiceHolder
 
getServices() - Method in class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
 
getServletContext() - Method in class org.onehippo.cms7.services.context.HippoWebappContext
 
getSessionContext(String) - Method in interface org.onehippo.cms7.services.cmscontext.CmsContextService
Returns the CmsSessionContext by its unique id
getSiteMapId() - Method in class org.onehippo.cms7.services.hst.Channel
 
getSize() - Method in interface org.onehippo.cms7.services.webfiles.Binary
 
getSpaUrl() - Method in class org.onehippo.cms7.services.hst.Channel
 
getStatus() - Method in class org.onehippo.cms7.services.lock.Lock
 
getStream() - Method in interface org.onehippo.cms7.services.webfiles.Binary
Returns an InputStream representation of this binary.
getSuperTypes() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
getSuperTypes() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
getTableId() - Method in interface org.onehippo.cms7.services.googleanalytics.GoogleAnalyticsService
 
getTagNames() - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
 
getTimeZone() - Method in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
 
getType(String) - Method in interface org.onehippo.cms7.services.contenttype.ContentTypes
 
getType() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeItem
 
getType(String) - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypes
 
getType() - Method in class org.onehippo.cms7.services.context.HippoWebappContext
 
getType() - Method in class org.onehippo.cms7.services.hst.Channel
 
getTypesByPrefix() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypes
 
getTypesByPrefix() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypes
 
getUrl() - Method in class org.onehippo.cms7.services.hst.Channel
 
getUserName() - Method in interface org.onehippo.cms7.services.googleanalytics.GoogleAnalyticsService
 
getValidators() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
getValidators() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
getValueConstraints() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeProperty
 
getViewportMap() - Method in class org.onehippo.cms7.services.hst.Channel
 
getWatchRootDir() - Method in class org.onehippo.cms7.services.webfiles.WebFileEvent
 
getWebFilesDirectories() - Method in interface org.onehippo.cms7.services.webfiles.watch.WebFilesWatcherService
 
GoogleAnalyticsService - Interface in org.onehippo.cms7.services.googleanalytics
 

H

hasAtLeastOne(HippoWebappContext.Type) - Method in class org.onehippo.cms7.services.context.HippoWebappContextRegistry
 
hasAttribute(String) - Method in interface org.onehippo.cms7.services.htmlprocessor.Tag
 
hashCode() - Method in class org.onehippo.cms7.services.context.HippoWebappContext
 
hashCode() - Method in class org.onehippo.cms7.services.hst.Channel
 
HippoEventBus - Interface in org.onehippo.cms7.services.eventbus
Generic Hippo event bus.
HippoEventListener - Interface in org.onehippo.cms7.services.eventbus
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 - Class in org.onehippo.cms7.services.eventbus
HippoEventListenerRegistry is singleton registry for decoupled/wring lookup/wiring of listeners to the HippoEventBus service using the Whiteboard Pattern.
HippoServiceException - Exception in org.onehippo.cms7.services
 
HippoServiceException(String) - Constructor for exception org.onehippo.cms7.services.HippoServiceException
 
HippoServiceException(String, Throwable) - Constructor for exception org.onehippo.cms7.services.HippoServiceException
 
HippoServiceRegistry - Class in org.onehippo.cms7.services
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).
HippoWebappContext - Class in org.onehippo.cms7.services.context
 
HippoWebappContext(HippoWebappContext.Type, ServletContext) - Constructor for class org.onehippo.cms7.services.context.HippoWebappContext
 
HippoWebappContext.Type - Enum in org.onehippo.cms7.services.context
 
HippoWebappContextRegistry - Class in org.onehippo.cms7.services.context
 
HtmlProcessor - Interface in org.onehippo.cms7.services.htmlprocessor
Processes HTML that is meant to be read from or written to the repository.
HtmlProcessorService - Interface in org.onehippo.cms7.services.htmlprocessor
Looks up HtmlProcessor instances and checks whether HTML is visible.

I

importJcrWebFileBundle(Session, File, boolean) - Method in interface org.onehippo.cms7.services.webfiles.WebFilesService
Imports a web file bundle from a directory.
importJcrWebFileBundle(Session, ZipFile, boolean) - Method in interface org.onehippo.cms7.services.webfiles.WebFilesService
Imports a web file bundle from the given zip file.
importJcrWebFiles(Session, String, String, File) - Method in interface org.onehippo.cms7.services.webfiles.WebFilesService
Imports a sub-tree of a web file bundle from a directory.
isAbstract() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
isAggregate() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
isAggregate() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
isAutoCreated() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
isAutoCreated() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeItem
 
isCascadeValidate() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
Deprecated.
Use validation as offered by the hippo-services-validation module. Cascading is then obsolete.
isChannelSettingsEditable() - Method in class org.onehippo.cms7.services.hst.Channel
 
isClosed() - Method in interface org.onehippo.cms7.services.lock.LockResource
 
isComposerModeEnabled() - Method in class org.onehippo.cms7.services.hst.Channel
 
isCompoundType() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
isConfigurationLocked() - Method in class org.onehippo.cms7.services.hst.Channel
 
isContentType(String) - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
isDeletable() - Method in class org.onehippo.cms7.services.hst.Channel
 
isDerivedItem() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
isDerivedType() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
isDocumentType() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
isEnabled() - Method in interface org.onehippo.cms7.services.autoreload.AutoReloadService
 
isLocked(String) - Method in interface org.onehippo.cms7.services.lock.LockManager
Returns true if there is a lock for key.
isMandatory() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
isMandatory() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeItem
 
isMixin() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
isMixin() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
isMultiple() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
isMultiple() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeItem
 
isMultiTyped() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
isNewLock() - Method in interface org.onehippo.cms7.services.lock.LockResource
 
isNodeType(String) - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
isOrdered() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
isOrdered() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
isPreview() - Method in class org.onehippo.cms7.services.hst.Channel
 
isPreviewHstConfigExists() - Method in class org.onehippo.cms7.services.hst.Channel
 
isPrimaryItem() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
Primary items are for instance used in imagesets to define the cms preview resource.
isProperty() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
isProtected() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypeItem
 
isProtected() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeItem
 
isResidual() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypeItem
 
isVisible(String) - Method in interface org.onehippo.cms7.services.htmlprocessor.HtmlProcessorService
Checks whether the provided HTML is visible.
isWorkspaceExists() - Method in class org.onehippo.cms7.services.hst.Channel
 

J

JCR_ROOT_PATH - Static variable in interface org.onehippo.cms7.services.webfiles.WebFilesService
 

L

LOCALE - Static variable in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
Key to retrieve the locale applicable to the current CMS session.
Lock - Class in org.onehippo.cms7.services.lock
 
Lock(String, String, String, long, String) - Constructor for class org.onehippo.cms7.services.lock.Lock
 
lock(String) - Method in interface org.onehippo.cms7.services.lock.LockManager
Tries to create a Lock for key.
LOCK_KEY_MAX_LENGTH - Static variable in interface org.onehippo.cms7.services.lock.LockManager
Maximum number of chars for a LockManager.lock(String) key.
LockException - Exception in org.onehippo.cms7.services.lock
 
LockException() - Constructor for exception org.onehippo.cms7.services.lock.LockException
 
LockException(String) - Constructor for exception org.onehippo.cms7.services.lock.LockException
 
LockException(String, Throwable) - Constructor for exception org.onehippo.cms7.services.lock.LockException
 
LockException(Throwable) - Constructor for exception org.onehippo.cms7.services.lock.LockException
 
LockException(String, Throwable, boolean, boolean) - Constructor for exception org.onehippo.cms7.services.lock.LockException
 
LockManager - Interface in org.onehippo.cms7.services.lock
This LockManager is a manager to obtain cluster wide locks.
LockManagerException - Exception in org.onehippo.cms7.services.lock
 
LockManagerException() - Constructor for exception org.onehippo.cms7.services.lock.LockManagerException
 
LockManagerException(String) - Constructor for exception org.onehippo.cms7.services.lock.LockManagerException
 
LockManagerException(String, Throwable) - Constructor for exception org.onehippo.cms7.services.lock.LockManagerException
 
LockManagerException(Throwable) - Constructor for exception org.onehippo.cms7.services.lock.LockManagerException
 
LockManagerException(String, Throwable, boolean, boolean) - Constructor for exception org.onehippo.cms7.services.lock.LockManagerException
 
LockManagerUtils - Class in org.onehippo.cms7.services.lock
 
LockManagerUtils() - Constructor for class org.onehippo.cms7.services.lock.LockManagerUtils
 
LockResource - Interface in org.onehippo.cms7.services.lock
The returned auto closeable object in case LockManager.lock(String) succeeds.

O

onEvent(HippoEvent<?>) - Method in interface org.onehippo.cms7.services.eventbus.HippoEventListener
 
onRead(Tag, Tag) - Method in interface org.onehippo.cms7.services.htmlprocessor.TagVisitor
Called by HtmlProcessor.read(String, List) for each Tag in the DOM tree.
onWrite(Tag, Tag) - Method in interface org.onehippo.cms7.services.htmlprocessor.TagVisitor
Called by HtmlProcessor.write(String, List) for each Tag in the DOM tree.
org.onehippo.cms7.services - package org.onehippo.cms7.services
 
org.onehippo.cms7.services.autoreload - package org.onehippo.cms7.services.autoreload
 
org.onehippo.cms7.services.cmscontext - package org.onehippo.cms7.services.cmscontext
 
org.onehippo.cms7.services.contenttype - package org.onehippo.cms7.services.contenttype
 
org.onehippo.cms7.services.context - package org.onehippo.cms7.services.context
 
org.onehippo.cms7.services.environment - package org.onehippo.cms7.services.environment
 
org.onehippo.cms7.services.eventbus - package org.onehippo.cms7.services.eventbus
 
org.onehippo.cms7.services.extension - package org.onehippo.cms7.services.extension
 
org.onehippo.cms7.services.googleanalytics - package org.onehippo.cms7.services.googleanalytics
 
org.onehippo.cms7.services.hst - package org.onehippo.cms7.services.hst
 
org.onehippo.cms7.services.htmlprocessor - package org.onehippo.cms7.services.htmlprocessor
 
org.onehippo.cms7.services.lock - package org.onehippo.cms7.services.lock
 
org.onehippo.cms7.services.observation - package org.onehippo.cms7.services.observation
 
org.onehippo.cms7.services.webfiles - package org.onehippo.cms7.services.webfiles
 
org.onehippo.cms7.services.webfiles.watch - package org.onehippo.cms7.services.webfiles.watch
 

P

post(Object) - Method in interface org.onehippo.cms7.services.eventbus.HippoEventBus
Publish an event to registered listeners.
ProxiedServiceHolder<T> - Class in org.onehippo.cms7.services
The ProxiedServiceHolder holds a service object and a proxy instance of its service interface(s).
ProxiedServiceTracker<T> - Interface in org.onehippo.cms7.services
A ProxiedServiceTracker interface implementation can be used to get notified when a service is (un)registered in the HippoServiceRegistry or a WhiteboardProxiedServiceRegistry
put(String, String) - Method in interface org.onehippo.cms7.services.environment.EnvironmentSettings
Puts a environment value for environment parameter name

R

read(String, List<TagVisitor>) - Method in interface org.onehippo.cms7.services.htmlprocessor.HtmlProcessor
Process stored HTML.
register(HippoWebappContext) - Method in class org.onehippo.cms7.services.context.HippoWebappContextRegistry
 
register(ExtensionEvent, ExtensionRegistry.ExtensionType) - Static method in class org.onehippo.cms7.services.extension.ExtensionRegistry
Register a extension event
register(T, Class<T>, Class<?>...) - Static method in class org.onehippo.cms7.services.HippoServiceRegistry
Register a service object as a singleton service of a certain interface type.
register(T, Class<?>...) - Method in class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
Register a service object implementing interface type <T> and optionally some additional interfaces which all will be exposed by the service proxy created for this service object.
register(T) - Method in class org.onehippo.cms7.services.WhiteboardServiceRegistry
Register a service object of type <T>
registerService(T, Class<T>) - Static method in class org.onehippo.cms7.services.HippoServiceRegistry
Deprecated.
RELOAD_DISCARD_RUNTIME_CHANGES - Static variable in interface org.onehippo.cms7.services.webfiles.WebFilesService
Reload bundle even if runtime digest is inconsistent with the one from baseline (runtime was modified)
RELOAD_IF_RUNTIME_UNCHANGED - Static variable in interface org.onehippo.cms7.services.webfiles.WebFilesService
Reload bundle from JAR if bundle's runtime digest is consistent with the one from baseline
RELOAD_NEVER - Static variable in interface org.onehippo.cms7.services.webfiles.WebFilesService
Dont reload bundle even if it is modified at classpath level
removeAttribute(String) - Method in interface org.onehippo.cms7.services.htmlprocessor.Tag
 
removeTracker(ProxiedServiceTracker<T>, Class<T>) - Static method in class org.onehippo.cms7.services.HippoServiceRegistry
Remove a previously added ProxiedServiceTracker<T>.
removeTracker(ProxiedServiceTracker<T>) - Method in class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
Remove a previously added ProxiedServiceTracker<T>.
removeTracker(ServiceTracker<T>) - Method in class org.onehippo.cms7.services.WhiteboardServiceRegistry
Remove a previously added ServiceObjectTracker<T>.
REPOSITORY_CREDENTIALS - Static variable in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
Key to the the SimpleCredentials with which the CMS session authenticates with the Repository.

S

ServiceHolder<T> - Class in org.onehippo.cms7.services
The ServiceHolder holds a service object with its context classloader at the time of creating the holder.
serviceRegistered(ProxiedServiceHolder<T>) - Method in interface org.onehippo.cms7.services.ProxiedServiceTracker
Invoked when a service is registered.
serviceRegistered(ServiceHolder<T>) - Method in interface org.onehippo.cms7.services.ServiceTracker
Invoked when a service object is registered.
ServiceTracker<T> - Interface in org.onehippo.cms7.services
A ServiceTracker interface implementation can be used to get notified when a service object is (un)registered in a WhiteboardServiceRegistry.
serviceUnregistered(ProxiedServiceHolder<T>) - Method in interface org.onehippo.cms7.services.ProxiedServiceTracker
Invoked when a service is unregistered.
serviceUnregistered(ServiceHolder<T>) - Method in interface org.onehippo.cms7.services.ServiceTracker
Invoked when a service object is unregistered.
SESSION_KEY - Static variable in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
Attribute name under which the CmsSessionContext is bind in its HttpSession
setBranchId(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setBranchOf(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setChangedBySet(Set<String>) - Method in class org.onehippo.cms7.services.hst.Channel
sets all users that have a lock on the channel or some part of the channel
setChannelInfoClassName(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setChannelInfoMixinNames(List<String>) - Method in class org.onehippo.cms7.services.hst.Channel
 
setChannelNodeLockedBy(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setChannelPath(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setChannelSettingsEditable(boolean) - Method in class org.onehippo.cms7.services.hst.Channel
 
setCmsPreviewPrefix(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setComposerModeEnabled(boolean) - Method in class org.onehippo.cms7.services.hst.Channel
 
setConfigurationLocked(boolean) - Method in class org.onehippo.cms7.services.hst.Channel
 
setContentRoot(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setContextPath(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setDefaultDevice(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setDeletable(boolean) - Method in class org.onehippo.cms7.services.hst.Channel
 
setDevices(List<String>) - Method in class org.onehippo.cms7.services.hst.Channel
 
setEnabled(boolean) - Method in interface org.onehippo.cms7.services.autoreload.AutoReloadService
Enables or disabled auto-reload.
setHasCustomProperties(boolean) - Method in class org.onehippo.cms7.services.hst.Channel
 
setHostGroup(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setHostname(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setHstConfigPath(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setHstMountPoint(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setId(String) - Method in class org.onehippo.cms7.services.hst.Channel
Set the unique ID of this channel
setLastModified(Calendar) - Method in class org.onehippo.cms7.services.hst.Channel
 
setLastModifiedBy(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setLocale(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setLockedOn(Calendar) - Method in class org.onehippo.cms7.services.hst.Channel
 
setMountId(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setMountPath(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setName(String) - Method in class org.onehippo.cms7.services.hst.Channel
Sets the human-readable name of this channel.
setPreview(boolean) - Method in class org.onehippo.cms7.services.hst.Channel
 
setPreviewHstConfigExists(boolean) - Method in class org.onehippo.cms7.services.hst.Channel
 
setProperties(Map<String, Object>) - Method in class org.onehippo.cms7.services.hst.Channel
 
setSiteMapId(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setSpaUrl(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setType(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setUrl(String) - Method in class org.onehippo.cms7.services.hst.Channel
 
setWorkspaceExists(boolean) - Method in class org.onehippo.cms7.services.hst.Channel
 
size() - Method in class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
 
size() - Method in class org.onehippo.cms7.services.WhiteboardServiceRegistry
 
Subscribe - Annotation Type in org.onehippo.cms7.services.eventbus
Annotation for single-argument (void) methods that indicates that the method is a listener.

T

Tag - Interface in org.onehippo.cms7.services.htmlprocessor
Represents a DOM element, i.e.
TagVisitor - Interface in org.onehippo.cms7.services.htmlprocessor
Visits Tags that are part of a DOM tree.
TIME_ZONE - Static variable in interface org.onehippo.cms7.services.cmscontext.CmsSessionContext
Key to retrieve the time zone applicable to the current CMS session.
toString() - Method in class org.onehippo.cms7.services.hst.Channel
 
toString() - Method in class org.onehippo.cms7.services.lock.Lock
 

U

unlock(String) - Method in interface org.onehippo.cms7.services.lock.LockManager
 
unregister(HippoWebappContext) - Method in class org.onehippo.cms7.services.context.HippoWebappContextRegistry
 
unregister(String) - Static method in class org.onehippo.cms7.services.extension.ExtensionRegistry
Unregister extension
unregister(T, Class<T>) - Static method in class org.onehippo.cms7.services.HippoServiceRegistry
Unregister a previously registered service object
unregister(T) - Method in class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
Unregister a previously registered service object
unregister(T) - Method in class org.onehippo.cms7.services.WhiteboardServiceRegistry
Unregister a previously registered service object
unregisterService(T, Class<T>) - Static method in class org.onehippo.cms7.services.HippoServiceRegistry
Deprecated.
update(String, Binary) - Method in interface org.onehippo.cms7.services.webfiles.WebFileBundle
Updates the content of this WebFile.

V

valueOf(String) - Static method in enum org.onehippo.cms7.services.context.HippoWebappContext.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onehippo.cms7.services.extension.ExtensionRegistry.ExtensionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.onehippo.cms7.services.context.HippoWebappContext.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onehippo.cms7.services.extension.ExtensionRegistry.ExtensionType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in interface org.onehippo.cms7.services.contenttype.ContentType
 
version() - Method in interface org.onehippo.cms7.services.contenttype.ContentTypes
 
version() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeType
 
version() - Method in interface org.onehippo.cms7.services.contenttype.EffectiveNodeTypes
 

W

waitForLock(LockManager, String, long) - Static method in class org.onehippo.cms7.services.lock.LockManagerUtils
Utility method to create and if needed wait indefinitely (unless interrupted) for a LockManager.lock(String).
waitForLock(LockManager, String, long, long) - Static method in class org.onehippo.cms7.services.lock.LockManagerUtils
Utility method to create and if needed wait for a maximum amount of time (unless interrupted) for a LockManager.lock(String) *
WebFile - Interface in org.onehippo.cms7.services.webfiles
A WebFile contains binary data that can be revisioned.
WebFileBundle - Interface in org.onehippo.cms7.services.webfiles
A collection of WebFiles, i.e.
WebFileEvent - Class in org.onehippo.cms7.services.webfiles
 
WebFileEvent(Path, Path) - Constructor for class org.onehippo.cms7.services.webfiles.WebFileEvent
 
WebFileException - Exception in org.onehippo.cms7.services.webfiles
 
WebFileException() - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileException
 
WebFileException(String) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileException
 
WebFileException(String, Throwable) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileException
 
WebFileException(Throwable) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileException
 
WebFileNotFoundException - Exception in org.onehippo.cms7.services.webfiles
 
WebFileNotFoundException() - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileNotFoundException
 
WebFileNotFoundException(String) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileNotFoundException
 
WebFileNotFoundException(String, Throwable) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileNotFoundException
 
WebFileNotFoundException(Throwable) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileNotFoundException
 
WebFilesService - Interface in org.onehippo.cms7.services.webfiles
 
WebFilesWatcherService - Interface in org.onehippo.cms7.services.webfiles.watch
 
WebFileTagNotFoundException - Exception in org.onehippo.cms7.services.webfiles
 
WebFileTagNotFoundException() - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileTagNotFoundException
 
WebFileTagNotFoundException(String) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileTagNotFoundException
 
WebFileTagNotFoundException(String, Throwable) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileTagNotFoundException
 
WebFileTagNotFoundException(Throwable) - Constructor for exception org.onehippo.cms7.services.webfiles.WebFileTagNotFoundException
 
WhiteboardProxiedServiceRegistry<T> - Class in org.onehippo.cms7.services
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.
WhiteboardProxiedServiceRegistry(Class<T>) - Constructor for class org.onehippo.cms7.services.WhiteboardProxiedServiceRegistry
Constructor needed for storing the required common interface of generic type T which must be implemented by all service objects registered.
WhiteboardServiceRegistry<T> - Class in org.onehippo.cms7.services
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.
WhiteboardServiceRegistry() - Constructor for class org.onehippo.cms7.services.WhiteboardServiceRegistry
 
write(String, List<TagVisitor>) - Method in interface org.onehippo.cms7.services.htmlprocessor.HtmlProcessor
Process HTML to store.
A B C D E F G H I J L O P R S T U V W 
Skip navigation links

Copyright © 2012–2021 Hippo B.V. (http://www.onehippo.com). All rights reserved.