Uses of Class
info.magnolia.cms.core.AbstractContent

Packages that use AbstractContent
info.magnolia.cms.core   
info.magnolia.cms.core.version   
info.magnolia.cms.i18n   
info.magnolia.cms.taglibs   
info.magnolia.cms.util   
info.magnolia.module.templating   
 

Uses of AbstractContent in info.magnolia.cms.core
 

Subclasses of AbstractContent in info.magnolia.cms.core
 class DefaultContent
          Default, JCR-based, implementation of Content.
 

Uses of AbstractContent in info.magnolia.cms.core.version
 

Subclasses of AbstractContent in info.magnolia.cms.core.version
 class ContentVersion
          Wraps a versioned node (frozen node) and allows traversing the hierarchy as if the node where in the original place.
 

Constructors in info.magnolia.cms.core.version with parameters of type AbstractContent
ContentVersion(javax.jcr.version.Version thisVersion, AbstractContent base)
           
 

Uses of AbstractContent in info.magnolia.cms.i18n
 

Subclasses of AbstractContent in info.magnolia.cms.i18n
 class I18nContentWrapper
          A ContentWrapper implementation which knows about I18nContentSupport.
 

Uses of AbstractContent in info.magnolia.cms.taglibs
 

Subclasses of AbstractContent in info.magnolia.cms.taglibs
 class SetNode.NodeMapWrapper
          Deprecated. use info.magnolia.cms.util.NodeMapWrapper instead
 

Uses of AbstractContent in info.magnolia.cms.util
 

Subclasses of AbstractContent in info.magnolia.cms.util
 class ContentWrapper
          A base class to implement content wrappers.
 class ExtendingContentWrapper
          This wrapper allows extending other nodes (mainly useful to extend configurations).
 class InheritanceContentWrapper
          This wrapper inherits content from the parent hierarchy.
 class LazyContentWrapper
          Stores an uuid and will re-fetch the node in LazyContentWrapper.getWrappedContent() if the session is closed.
 class NodeMapWrapper
          Wrapper for a content Node which exposes a Map interface, used to access its content using jstl.
 class SystemContentWrapper
          A lazy content wrapper reading from the node using the LifeTimeJCRSessionUtil.
 

Uses of AbstractContent in info.magnolia.module.templating
 

Subclasses of AbstractContent in info.magnolia.module.templating
 class HTMLEncodingContentWrapper
          Implementation of wrapped content in HTML format.
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.