Package step.plugins.views
Class ViewPluginServices
- java.lang.Object
-
- step.core.deployment.AbstractServices
-
- step.plugins.views.ViewPluginServices
-
@Singleton @Path("/views") public class ViewPluginServices extends AbstractServices
-
-
Field Summary
-
Fields inherited from class step.core.deployment.AbstractServices
configuration, controller, SESSION
-
-
Constructor Summary
Constructors Constructor Description ViewPluginServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewModel
getView(String viewId, String executionId)
void
init()
-
Methods inherited from class step.core.deployment.AbstractServices
getContext, getExecutionRunnable, getObjectEnricher, getScheduler, getSession, invalidateSession, setSession
-
-
-
-
Method Detail
-
init
@PostConstruct public void init() throws Exception
- Overrides:
init
in classAbstractServices
- Throws:
Exception
-
-