org.exoplatform.wiki.rendering.cache
Class MarkupKey

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

public class MarkupKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MarkupKey(WikiPageParams pageParams, String sourceSyntax, String targetSyntax, boolean supportSectionEdit)
          Instance new markup key
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean isSupportSectionEdit()
           
 void setSupportSectionEdit(boolean supportSectionEdit)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupKey

public MarkupKey(WikiPageParams pageParams,
                 String sourceSyntax,
                 String targetSyntax,
                 boolean supportSectionEdit)
Instance new markup key

Parameters:
pageParams - the identity params of page
source - the source markup
sourceSyntax - the source syntax
targetSyntax - the target syntax
supportSectionEdit - the content supports section editing or not
Method Detail

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.