org.exoplatform.wiki.webui.control.filter
Class IsEditModeFilter

java.lang.Object
  extended by org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
      extended by org.exoplatform.wiki.webui.control.filter.IsEditModeFilter
All Implemented Interfaces:
org.exoplatform.webui.ext.filter.UIExtensionFilter

public class IsEditModeFilter
extends org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter


Field Summary
 
Fields inherited from class org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
messageKey
 
Constructor Summary
IsEditModeFilter()
           
IsEditModeFilter(String messageKey)
           
 
Method Summary
 boolean accept(Map<String,Object> context)
           
 void onDeny(Map<String,Object> context)
           
 
Methods inherited from class org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
createUIPopupMessages, createUIPopupMessages, createUIPopupMessages, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsEditModeFilter

public IsEditModeFilter()

IsEditModeFilter

public IsEditModeFilter(String messageKey)
Method Detail

accept

public boolean accept(Map<String,Object> context)
               throws Exception
Throws:
Exception

onDeny

public void onDeny(Map<String,Object> context)
            throws Exception
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.