public class SolrUserValidatedObserver extends AbstractSolrUserObserver
| Modifier and Type | Field and Description | 
|---|---|
protected UserDirectoryPageResolver | 
_uDPageResolver
The user directory page resolver 
 | 
_solrPageIndexer_cocoonContext, _contentTypeHelper, _context, _resolverMAX_PRIORITY, MIN_PRIORITY| Constructor and Description | 
|---|
SolrUserValidatedObserver()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
_internalObserve(Event event,
                Page rootUserPage,
                Content userContent)
Do the actual work. 
 | 
void | 
service(ServiceManager manager)  | 
boolean | 
supports(Event event)
Checks if the event is supported. 
 | 
getPriority_getTarget, _getUserContent, _getUserDirectoryRootPages, contextualize, observegetLogger, setLoggerprotected UserDirectoryPageResolver _uDPageResolver
public SolrUserValidatedObserver()
public void service(ServiceManager manager) throws ServiceException
service in interface Serviceableservice in class AbstractSolrUserObserverServiceExceptionpublic boolean supports(Event event)
Observerevent - the event.true for observing this event, false otherwise.protected void _internalObserve(Event event, Page rootUserPage, Content userContent)
AbstractUserObserver_internalObserve in class AbstractUserObserverevent - the observation event.rootUserPage - the page holding the virtual user pagesuserContent - a list containing all impacted user contents.