Class AbstractPersistentPageStore.PersistedPage

    • Constructor Summary

      Constructors 
      Constructor Description
      PersistedPage​(int pageId, java.lang.String pageType, long pageSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPageId()
      Id of page.
      org.apache.wicket.util.lang.Bytes getPageSize()
      Size of page.
      java.lang.String getPageType()
      Type of page.
      • Methods inherited from class java.lang.Object

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

      • PersistedPage

        public PersistedPage​(int pageId,
                             java.lang.String pageType,
                             long pageSize)