Package org.ametys.web.live
Interface LivePopulator
- All Known Implementing Classes:
ContentsLivePopulator
,PluginsLivePopulator
,SitesLivePopulator
public interface LivePopulator
Component called on each rebuild of the live workspace.
-
Method Summary
-
Method Details
-
populate
Populates the live workspace.- Parameters:
session
- the session on the default workspace.liveSession
- the session on the live workspace.- Returns:
- A list of error technical messages. A message can use \n for carriage return.
- Throws:
Exception
- if an error occurs.
-