Class UserSignupPageInitializer
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.workspaces.initialization.DefaultStaticPageInitializer
org.ametys.plugins.workspaces.initialization.UserSignupPageInitializer
- All Implemented Interfaces:
 PageInitializer,LogEnabled,Prioritizable,Configurable,Serviceable
Initialize a page with user signup service.
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.plugins.workspaces.initialization.DefaultStaticPageInitializer
DefaultStaticPageInitializer.PageModelReloader - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PageDAOthe page DAOprotected PopulationContextHelperthe population context helperprotected AmetysObjectResolverthe Ametys object resolverprotected UserPopulationDAOthe user population DAOFields inherited from class org.ametys.plugins.workspaces.initialization.DefaultStaticPageInitializer
_currentUserProvider, _observationManager - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreatePage(ModifiableSitemapElement parent) Create a new page in the parentvoidservice(ServiceManager manager) Methods inherited from class org.ametys.plugins.workspaces.initialization.DefaultStaticPageInitializer
configure, getPriority, setModelMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Field Details
- 
_populationContextHelper
the population context helper - 
_userPopulationDAO
the user population DAO - 
_pageDAO
the page DAO - 
_resolver
the Ametys object resolver 
 - 
 - 
Constructor Details
- 
UserSignupPageInitializer
public UserSignupPageInitializer() 
 - 
 - 
Method Details
- 
service
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classDefaultStaticPageInitializer- Throws:
 ServiceException
 - 
createPage
Description copied from interface:PageInitializerCreate a new page in the parent- Specified by:
 createPagein interfacePageInitializer- Overrides:
 createPagein classDefaultStaticPageInitializer- Parameters:
 parent- the parent where the new page should be created- Returns:
 - the new page or empty if no page was created
 
 
 -