org.exoplatform.wiki.webui.control.filter
Class DeniedOnWikiHomePageFilter
java.lang.Object
org.exoplatform.wiki.webui.control.filter.DeniedOnWikiHomePageFilter
- All Implemented Interfaces:
- org.exoplatform.webui.ext.filter.UIExtensionFilter
public class DeniedOnWikiHomePageFilter
- extends Object
- implements org.exoplatform.webui.ext.filter.UIExtensionFilter
This filter is used to deny component if it is installed on Wiki home page.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeniedOnWikiHomePageFilter
public DeniedOnWikiHomePageFilter()
accept
public boolean accept(Map<String,Object> context)
throws Exception
- Specified by:
accept in interface org.exoplatform.webui.ext.filter.UIExtensionFilter
- Throws:
Exception
getType
public org.exoplatform.webui.ext.filter.UIExtensionFilterType getType()
- Specified by:
getType in interface org.exoplatform.webui.ext.filter.UIExtensionFilter
onDeny
public void onDeny(Map<String,Object> context)
throws Exception
- Specified by:
onDeny in interface org.exoplatform.webui.ext.filter.UIExtensionFilter
- Throws:
Exception
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.