|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UIExtensionFilter
This class is used to add custom filters on an UI Extension in order to force the UIExtensionManager to hide the extension if the filter Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com May 04, 2009
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
boolean accept(Map<String,Object> context)
throws Exception
context - the context to check
true if the context is accepted false otherwise
Exception - if an error occurs
void onDeny(Map<String,Object> context)
throws Exception
context - the context
Exception - if an error occursUIExtensionFilterType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||