org.ametys.plugins.datainclusion.datasources.components
Class CreateDataSourceAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.ServiceableAction
org.ametys.plugins.datainclusion.datasources.components.CreateDataSourceAction
- All Implemented Interfaces:
- Component, LogEnabled, Serviceable, Action
public class CreateDataSourceAction
- extends ServiceableAction
Action which creates a data source.
| Fields inherited from interface org.apache.cocoon.acting.Action |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_dataSourceFactoryEP
protected DataSourceFactoryExtensionPoint _dataSourceFactoryEP
- The DataSourceFactory extension point.
_queryDao
protected QueryDao _queryDao
- The Query DAO.
CreateDataSourceAction
public CreateDataSourceAction()
service
public void service(ServiceManager serviceManager)
throws ServiceException
- Specified by:
service in interface Serviceable- Overrides:
service in class ServiceableAction
- Throws:
ServiceException
act
public Map act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters)
throws Exception
- Throws:
Exception
Copyright © 2010 Anyware Services. All Rights Reserved.