Class MarkupKey
java.lang.Object
org.exoplatform.wiki.rendering.cache.MarkupKey
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMarkupKey(WikiPageParams pageParams, boolean supportSectionEdit) Instance new markup key -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetSupportSectionEdit(boolean supportSectionEdit)
-
Constructor Details
-
MarkupKey
Instance new markup key- Parameters:
pageParams- the identity params of pagesupportSectionEdit- the content supports section editing or not
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
isSupportSectionEdit
public boolean isSupportSectionEdit()- Returns:
- the supportSectionEdit
-
setSupportSectionEdit
public void setSupportSectionEdit(boolean supportSectionEdit) - Parameters:
supportSectionEdit- the supportSectionEdit to set
-