Class ActionResourceImpl
- java.lang.Object
-
- org.talend.sdk.component.server.front.ActionResourceImpl
-
- All Implemented Interfaces:
ActionResource
@ApplicationScoped public class ActionResourceImpl extends Object implements ActionResource
-
-
Constructor Summary
Constructors Constructor Description ActionResourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<javax.ws.rs.core.Response>execute(String family, String type, String action, String lang, Map<String,String> params)org.talend.sdk.component.server.front.model.ActionListgetIndex(String[] types, String[] families, String language)
-
-
-
Constructor Detail
-
ActionResourceImpl
public ActionResourceImpl()
-
-