Interface IWebPublishService

All Superinterfaces:
IPublishService
All Known Subinterfaces:
IPublishServiceFeature
All Known Implementing Classes:
PublishServiceFeature

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

    • publishHMTLPage

      void publishHMTLPage(String uri, String vhost, String html)
      Publish a static page (without ressources).
    • publishResources

      void publishResources(String uri, String rootpath)
      Publish file resources from the classpath.