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

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

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


Field Summary
 
Fields inherited from class org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
messageKey
 
Constructor Summary
IsUserFilter()
           
IsUserFilter(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

IsUserFilter

public IsUserFilter()

IsUserFilter

public IsUserFilter(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.