Class MarkupKey

java.lang.Object
org.exoplatform.wiki.rendering.cache.MarkupKey
All Implemented Interfaces:
Serializable

public class MarkupKey extends Object implements Serializable
See Also:
  • Constructor Details

    • MarkupKey

      public MarkupKey(WikiPageParams pageParams, boolean supportSectionEdit)
      Instance new markup key
      Parameters:
      pageParams - the identity params of page
      supportSectionEdit - the content supports section editing or not
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • isSupportSectionEdit

      public boolean isSupportSectionEdit()
      Returns:
      the supportSectionEdit
    • setSupportSectionEdit

      public void setSupportSectionEdit(boolean supportSectionEdit)
      Parameters:
      supportSectionEdit - the supportSectionEdit to set