Package org.ametys.web.repository.site
Class SiteFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
public class SiteFactory extends DefaultTraversableAmetysObjectFactory
AmetysObjectFactoryfor creating traversableSite.
-
-
Field Summary
Fields Modifier and Type Field Description private SiteManager_siteManagerprivate SiteTypesExtensionPoint_siteTypesExtensionPoint-
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
-
Constructor Summary
Constructors Constructor Description SiteFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SitegetAmetysObject(Node node, String parentPath)Creates aAmetysObjectfrom a persistent JCR node.(package private) SiteManagergetSiteManager()SiteTypesExtensionPointgetSiteTypesExtensionPoint()Retrieves the site types extension pointvoidservice(ServiceManager smanager)-
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultTraversableAmetysObjectFactory
createChild, getChild, getChildren, hasChild
-
Methods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, getWorkspaceNode, hasAmetysObjectForId
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_siteManager
private SiteManager _siteManager
-
_siteTypesExtensionPoint
private SiteTypesExtensionPoint _siteTypesExtensionPoint
-
-
Constructor Detail
-
SiteFactory
public SiteFactory()
-
-
Method Detail
-
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classSimpleAmetysObjectFactory- Throws:
ServiceException
-
getAmetysObject
public Site getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
getAmetysObjectin classDefaultTraversableAmetysObjectFactory- 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.
-
getSiteManager
SiteManager getSiteManager()
-
getSiteTypesExtensionPoint
public SiteTypesExtensionPoint getSiteTypesExtensionPoint()
Retrieves the site types extension point- Returns:
- the site types extension point
-
-