Class PreviewUtil.PreviewInformation

  • Enclosing class:
    PreviewUtil

    public static class PreviewUtil.PreviewInformation
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInterfaceInstanceId()
      Returns identifier for the interface instance that can be used to preview the content
      java.lang.String getPageId()
      Returns identifier for the page that can be used to preview the content.
      • Methods inherited from class java.lang.Object

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

      • getPageId

        public java.lang.String getPageId()
        Returns identifier for the page that can be used to preview the content.
        Returns:
        the pageId The page identifier
        Since:
        10.2.0
      • getInterfaceInstanceId

        public java.lang.String getInterfaceInstanceId()
        Returns identifier for the interface instance that can be used to preview the content
        Returns:
        the interfaceInstanceId The interface instance identifier
        Since:
        10.2.0