Class ClassPathWithRenderControlsHandle

java.lang.Object
com.levigo.jadice.web.shared.model.PageSegmentHandle
com.levigo.jadice.web.demo.common.shared.service.sources.ClassPathWithRenderControlsHandle
All Implemented Interfaces:
Serializable

public class ClassPathWithRenderControlsHandle extends PageSegmentHandle
See Also:
  • Constructor Details

    • ClassPathWithRenderControlsHandle

      @Deprecated public ClassPathWithRenderControlsHandle()
      Deprecated.
      used for gwt serialization purposes, don't call this on your own
    • ClassPathWithRenderControlsHandle

      public ClassPathWithRenderControlsHandle(String resource, String serializedRenderControls)
      Parameters:
      resource - The resource identifier; in this case the filename of the file to load
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Description copied from class: PageSegmentHandle
      Creates a "DocumentID" to be able to cache the Jadice document on recovering. NOTE: The Identifier represents the ID of the Document, not the PageSegment!
      Specified by:
      getIdentifier in class PageSegmentHandle
      Returns:
      The unique DocumentID of the document associated with this PageSegment.
    • getResource

      public String getResource()
    • setResource

      public void setResource(String resource)
    • getSerializedRenderControls

      public String getSerializedRenderControls()
    • setSerializedRenderControls

      public void setSerializedRenderControls(String serializedRenderControls)
    • copy

      public PageSegmentHandle copy()
      Specified by:
      copy in class PageSegmentHandle