Package org.ametys.workspaces.query
Class GetQueryParametersAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.workspaces.query.GetQueryParametersAction
-
- All Implemented Interfaces:
Component,LogEnabled,Serviceable,Action
public class GetQueryParametersAction extends ServiceableAction
Get query parameters from query
-
-
Field Summary
-
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 GetQueryParametersAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)protected StringgetXsltLocation(SourceResolver resolver, String xslt)Get the XSLT location.voidservice(ServiceManager smanager)-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Constructor Detail
-
GetQueryParametersAction
public GetQueryParametersAction()
-
-
Method Detail
-
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
-
getXsltLocation
protected String getXsltLocation(SourceResolver resolver, String xslt) throws IOException
Get the XSLT location.- Parameters:
resolver- the source resolver.xslt- the requested xslt.- Returns:
- the XSLT file location.
- Throws:
IOException- if an error occurs resolving the XSLT.
-
-