Package jadex.publishservice
Interface IWebPublishService
- All Superinterfaces:
IPublishService
- All Known Subinterfaces:
IPublishServiceFeature
- All Known Implementing Classes:
PublishServiceFeature
Publish something to the internal or external http server.
-
Field Summary
Fields inherited from interface jadex.publishservice.IPublishService
DEFAULT_RSPUBLISH_COMPONENTS, PUBLISH_RS, PUBLISH_WS
-
Method Summary
Modifier and TypeMethodDescriptionvoid
publishHMTLPage
(String uri, String vhost, String html) Publish a static page (without ressources).void
publishResources
(String uri, String rootpath) Publish file resources from the classpath.Methods inherited from interface jadex.publishservice.IPublishService
isSupported, publishService, unpublishService
-
Method Details
-
publishHMTLPage
Publish a static page (without ressources). -
publishResources
Publish file resources from the classpath.
-