org.exoplatform.webui.ext.filter
Class UIExtensionORFilter
java.lang.Object
org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
org.exoplatform.webui.ext.filter.UIExtensionORFilter
- All Implemented Interfaces:
- UIExtensionFilter
public abstract class UIExtensionORFilter
- extends UIExtensionAbstractFilter
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
7 mai 2009
|
Method Summary |
boolean |
accept(Map<String,Object> context)
Indicates whether the given context is accepted by this filter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIExtensionORFilter
public UIExtensionORFilter(List<UIExtensionFilter> filters)
UIExtensionORFilter
public UIExtensionORFilter(List<UIExtensionFilter> filters,
String messageKey)
UIExtensionORFilter
public UIExtensionORFilter(List<UIExtensionFilter> filters,
String messageKey,
UIExtensionFilterType type)
accept
public boolean accept(Map<String,Object> context)
throws Exception
- Indicates whether the given context is accepted by this filter
- Parameters:
context - the context to check
- Returns:
true if the context is accepted false otherwise
- Throws:
Exception - if an error occurs
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.