Class DefaultSharedContentFactory
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
-
- org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
-
- org.ametys.cms.repository.ContentFactory
-
- org.ametys.web.repository.content.jcr.DefaultWebContentFactory
-
- org.ametys.web.repository.content.jcr.DefaultSharedContentFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
public class DefaultSharedContentFactory extends DefaultWebContentFactory
AmetysObjectFactorywhich handlesDefaultSharedContents.
-
-
Field Summary
Fields Modifier and Type Field Description private ModifiableContentHelper_modifiableContentHelperstatic StringSHARED_CONTENT_NODETYPEThe shared content nodetype.-
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
-
Constructor Summary
Constructors Constructor Description DefaultSharedContentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultSharedContentgetAmetysObject(Node node, String parentPath)Creates aAmetysObjectfrom a persistent JCR node.(package private) ModifiableContentHelpergetModifiableContentHelper()<A extends AmetysObject>
AresolveAmetysObject(Node node)Resolves anAmetysObjectfrom a node.-
Methods inherited from class org.ametys.web.repository.content.jcr.DefaultWebContentFactory
createChild, getChild, getChildren, getContentSaxer, getSite, hasChild, service
-
Methods inherited from class org.ametys.cms.repository.ContentFactory
createChild, getChild, getChildren, getContentDataHelper, getContentHelper, hasChild
-
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
getCurrentUser, getUnversionedDataTypeExtensionPoint, getWorkspaceNode
-
Methods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, hasAmetysObjectForId
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
SHARED_CONTENT_NODETYPE
public static final String SHARED_CONTENT_NODETYPE
The shared content nodetype.- See Also:
- Constant Field Values
-
_modifiableContentHelper
private ModifiableContentHelper _modifiableContentHelper
-
-
Constructor Detail
-
DefaultSharedContentFactory
public DefaultSharedContentFactory()
-
-
Method Detail
-
getAmetysObject
public DefaultSharedContent getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
getAmetysObjectin classDefaultWebContentFactory- Parameters:
node- the JCR node to use.parentPath- the parent Path in the Ametys hierarchy, may benullif not known yet.- Returns:
- the object.
- Throws:
AmetysRepositoryException- if an error occurs.
-
resolveAmetysObject
public <A extends AmetysObject> A resolveAmetysObject(Node node) throws AmetysRepositoryException, RepositoryException
Description copied from class:DefaultWebContentFactoryResolves anAmetysObjectfrom a node.- Overrides:
resolveAmetysObjectin classDefaultWebContentFactory- Type Parameters:
A- the actual type ofAmetysObject.- Parameters:
node- the node.- Returns:
- the
AmetysObjectresolved. - Throws:
AmetysRepositoryException- if an error occurs.RepositoryException- if a JCR error occurs.
-
getModifiableContentHelper
ModifiableContentHelper getModifiableContentHelper()
-
-