Class IFrameResource

  • All Implemented Interfaces:
    Resource

    public class IFrameResource
    extends java.lang.Object
    implements Resource
    A resource used by PulseCompanionAd to be displayed within an IFrame.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL getURL()
      The URL of the resource that should be loaded within the IFrame.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getURL

        public java.net.URL getURL()
        The URL of the resource that should be loaded within the IFrame.
        Returns:
        The IFrame resource URL.