Package org.hippoecm.frontend.service
Interface NavAppResource
public interface NavAppResource
Represents a Navigation Application resource. There are two types of resources:
- A REST resource which is accessible via an XHR call
- An IFRAME resource which is HTML + javascript that should be rendered in an iframe and once
loaded will connect to it's parent via the communication library.
-
Method Summary
-
Method Details
-
getUrl
URI getUrl() -
getResourceType
ResourceType getResourceType()
-