Package org.ametys.web.welcome
Class WelcomeHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.welcome.WelcomeHelper
org.ametys.web.welcome.WelcomeHelper
- All Implemented Interfaces:
LogEnabled,Component,Serviceable
Helper for the welcome button / tool / page
-
Field Summary
FieldsFields inherited from class org.ametys.cms.welcome.WelcomeHelper
_resolver, ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetXsltPath(Map<String, Object> parameters) Get the path of XSLT file for the welcome tool or null if not foundvoidservice(ServiceManager smanager) Methods inherited from class org.ametys.cms.welcome.WelcomeHelper
getXsltPathMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_siteManager
Site Manager
-
-
Constructor Details
-
WelcomeHelper
public WelcomeHelper()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classWelcomeHelper- Throws:
ServiceException
-
getXsltPath
Description copied from class:WelcomeHelperGet the path of XSLT file for the welcome tool or null if not found- Overrides:
getXsltPathin classWelcomeHelper- Parameters:
parameters- the contextual parameters- Returns:
- the XSLT file path or null if not found
-