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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>populate(Session session, Session liveSession)Populates the live workspace. 
 - 
 
- 
- 
Method Detail
- 
populate
List<String> populate(Session session, Session liveSession) throws Exception
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.
 
 - 
 
 -