org.exoplatform.platform.webui.filter
Class IsNotDriveHomeFilter
java.lang.Object
org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
org.exoplatform.platform.webui.filter.IsNotDriveHomeFilter
- All Implemented Interfaces:
- org.exoplatform.webui.ext.filter.UIExtensionFilter
public class IsNotDriveHomeFilter
- extends org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
This filter compares current node path with the drive home path.
If not equals, it's ok, filter returns TRUE.
- Author:
- Clement
| Fields inherited from class org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter |
messageKey |
| 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 |
IsNotDriveHomeFilter
public IsNotDriveHomeFilter()
IsNotDriveHomeFilter
public IsNotDriveHomeFilter(String messageKey)
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 © 2013 eXo Platform SAS. All Rights Reserved.