Class SetSearchServiceRequestAttributesAction
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.apache.cocoon.acting.AbstractAction
 - 
- org.apache.cocoon.acting.ServiceableAction
 - 
- org.ametys.web.frontoffice.search.requesttime.SetSearchServiceRequestAttributesAction
 
 
 
 
 
- 
- All Implemented Interfaces:
 Component,LogEnabled,Serviceable,Action
public class SetSearchServiceRequestAttributesAction extends ServiceableAction
Set some request attibutes beforeSearchServiceGeneratoris processed. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected AmetysObjectResolver_ametysObjectResolverThe resolver for Ametys objectsprotected org.slf4j.Logger_loggerThe SL4j logger- 
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager 
- 
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SetSearchServiceRequestAttributesAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)voidenableLogging(Logger logger)voidservice(ServiceManager smanager)- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Field Detail
- 
_logger
protected org.slf4j.Logger _logger
The SL4j logger 
- 
_ametysObjectResolver
protected AmetysObjectResolver _ametysObjectResolver
The resolver for Ametys objects 
 - 
 
- 
Constructor Detail
- 
SetSearchServiceRequestAttributesAction
public SetSearchServiceRequestAttributesAction()
 
 - 
 
- 
Method Detail
- 
enableLogging
public void enableLogging(Logger logger)
- Specified by:
 enableLoggingin interfaceLogEnabled- Overrides:
 enableLoggingin classAbstractLogEnabled
 
- 
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classServiceableAction- Throws:
 ServiceException
 
- 
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Throws:
 Exception
 
 - 
 
 -