Class N2oControllerFactory
- java.lang.Object
-
- net.n2oapp.framework.config.factory.BaseMetadataFactory
-
- net.n2oapp.framework.ui.controller.N2oControllerFactory
-
- All Implemented Interfaces:
MetadataFactory,MetadataEnvironmentAware,ControllerFactory
public class N2oControllerFactory extends BaseMetadataFactory implements ControllerFactory
-
-
Constructor Summary
Constructors Constructor Description N2oControllerFactory()N2oControllerFactory(java.util.Map<java.lang.String,?> beans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetDataResponseexecute(ActionRequestInfo request, ActionResponseInfo response)GetDataResponseexecute(QueryRequestInfo request, QueryResponseInfo response)-
Methods inherited from class net.n2oapp.framework.config.factory.BaseMetadataFactory
add, enrich, getLocator, produce, produceList, setEnvironment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.factory.MetadataFactory
add
-
-
-
-
Method Detail
-
execute
public GetDataResponse execute(QueryRequestInfo request, QueryResponseInfo response)
- Specified by:
executein interfaceControllerFactory
-
execute
public SetDataResponse execute(ActionRequestInfo request, ActionResponseInfo response)
- Specified by:
executein interfaceControllerFactory
-
-