Interface IWebPublishService

  • All Superinterfaces:
    IPublishService

    public interface IWebPublishService
    extends IPublishService
    Publish something to the internal or external http server.
    • Method Detail

      • publishHMTLPage

        IFuture<java.lang.Void> publishHMTLPage​(java.lang.String uri,
                                                java.lang.String vhost,
                                                java.lang.String html)
        Publish a static page (without ressources).
      • publishResources

        IFuture<java.lang.Void> publishResources​(java.lang.String uri,
                                                 java.lang.String rootpath)
        Publish file resources from the classpath.
      • setLoginSecurity

        IFuture<java.lang.Void> setLoginSecurity​(boolean sec)
        Turn on or off the login security. If true one has to log in with platform secret before using published services.
        Parameters:
        sec - On or off.