Class ApplicationServices

java.lang.Object
step.framework.server.AbstractServices<User>
step.core.deployment.AbstractStepServices
step.core.deployment.ApplicationServices

@Singleton @Path("/app") public class ApplicationServices extends AbstractStepServices
  • Constructor Details

    • ApplicationServices

      public ApplicationServices()
  • Method Details

    • init

      @PostConstruct public void init() throws Exception
      Overrides:
      init in class AbstractStepServices
      Throws:
      Exception
    • getWebPlugins

      @GET @Produces("application/json") @Path("/plugins") public List<AbstractWebPlugin> getWebPlugins()
    • getApplicationConfiguration

      @GET @Produces("application/json") @Path("/conf") public ApplicationConfiguration getApplicationConfiguration()
    • getAllRepositoriesCanonicalParameters

      @GET @Produces("application/json") @Path("repositories/parameters") public Set<String> getAllRepositoriesCanonicalParameters()
    • getCurrentSession

      @GET @Path("/session") public Map<String,Object> getCurrentSession()