Class MarkupKey
- java.lang.Object
-
- org.exoplatform.wiki.rendering.cache.MarkupKey
-
- All Implemented Interfaces:
Serializable
public class MarkupKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkupKey(WikiPageParams pageParams, boolean supportSectionEdit)Instance new markup key
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanisSupportSectionEdit()voidsetSupportSectionEdit(boolean supportSectionEdit)
-
-
-
Constructor Detail
-
MarkupKey
public MarkupKey(WikiPageParams pageParams, boolean supportSectionEdit)
Instance new markup key- Parameters:
pageParams- the identity params of pagesupportSectionEdit- the content supports section editing or not
-
-