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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceType
getResourceType()
URI
getUrl()
-
-
-
Method Detail
-
getUrl
URI getUrl()
-
getResourceType
ResourceType getResourceType()
-
-