org.exoplatform.wiki.rendering.cache
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
MarkupKey
public MarkupKey(WikiPageParams pageParams,
String source,
String sourceSyntax,
String targetSyntax,
boolean supportSectionEdit)
- Instance new markup key
- Parameters:
pageParams - the identity params of pagesource - the source markupsourceSyntax - the source syntaxtargetSyntax - the target syntaxsupportSectionEdit - the content supports section editing or not
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
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.