public interface UIExtensionFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Map<String,Object> context)
Indicates whether the given context is accepted by this filter
|
UIExtensionFilterType |
getType()
Indicates the type of the current filter
|
void |
onDeny(Map<String,Object> context)
Allows to execute some code when the filter rejects the given context
|
boolean accept(Map<String,Object> context) throws Exception
context - the context to checktrue if the context is accepted false otherwiseException - if an error occursvoid onDeny(Map<String,Object> context) throws Exception
context - the contextException - if an error occursUIExtensionFilterType getType()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.