- accept(Map<String, Object>) - Method in class org.exoplatform.webui.ext.filter.impl.FileFilter
-
- accept(Map<String, Object>) - Method in class org.exoplatform.webui.ext.filter.impl.UserACLFilter
-
Indicates whether the given context is accepted by this filter
- accept(Map<String, Object>) - Method in interface org.exoplatform.webui.ext.filter.UIExtensionFilter
-
Indicates whether the given context is accepted by this filter
- accept(Map<String, Object>) - Method in class org.exoplatform.webui.ext.filter.UIExtensionORFilter
-
Indicates whether the given context is accepted by this filter
- accept(String, String, Map<String, Object>) - Method in class org.exoplatform.webui.ext.impl.UIExtensionManagerImpl
-
Checks if all the filters pass, if one filter doesn't pass the method UIExtension.onDeny will be called
- accept(UIExtension, Map<String, Object>, boolean) - Method in class org.exoplatform.webui.ext.impl.UIExtensionManagerImpl
-
- accept(String, String, Map<String, Object>) - Method in interface org.exoplatform.webui.ext.UIExtensionManager
-
Checks if all the filters pass, if one filter doesn't pass the method UIExtension.onDeny will be called
- acceptOnlyIfOK() - Method in enum org.exoplatform.webui.ext.filter.UIExtensionFilterType
-
Indicates if the filter allows to continue if it fails
- addUIExtension(String, String, Map<String, Object>, UIContainer) - Method in class org.exoplatform.webui.ext.impl.UIExtensionManagerImpl
-
First check if the given extension exists, if so it checks if the extension can
be added according (all filters that are mandatory) to the given context,
if so it adds the extension to the parent and returns the extension otherwise
it returns null
- addUIExtension(UIExtension, Map<String, Object>, UIContainer) - Method in class org.exoplatform.webui.ext.impl.UIExtensionManagerImpl
-
It checks if the extension can be added (all filters that are mandatory) according
to the given context, if so it adds the extension to the parent and returns the
extension otherwise it returns null
- addUIExtension(String, String, Map<String, Object>, UIContainer) - Method in interface org.exoplatform.webui.ext.UIExtensionManager
-
First check if the given extension exists, if so it checks if the extension can
be added according (all filters that are mandatory) to the given context,
if so it adds the extension to the parent and returns the extension otherwise
it returns null
- addUIExtension(UIExtension, Map<String, Object>, UIContainer) - Method in interface org.exoplatform.webui.ext.UIExtensionManager
-
It checks if the extension can be added (all filters that are mandatory) according
to the given context, if so it adds the extension to the parent and returns the
extension otherwise it returns null
- UIAbstractManager - Class in org.exoplatform.webui.ext.manager
-
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
15 mai 2009
- UIAbstractManager() - Constructor for class org.exoplatform.webui.ext.manager.UIAbstractManager
-
- UIAbstractManagerComponent - Class in org.exoplatform.webui.ext.manager
-
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
15 mai 2009
- UIAbstractManagerComponent() - Constructor for class org.exoplatform.webui.ext.manager.UIAbstractManagerComponent
-
- UIExtension - Class in org.exoplatform.webui.ext
-
A Pojo that describes an UI extension
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
May 04, 2009
- UIExtension() - Constructor for class org.exoplatform.webui.ext.UIExtension
-
- UIExtensionAbstractFilter - Class in org.exoplatform.webui.ext.filter
-
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
6 mai 2009
- UIExtensionAbstractFilter() - Constructor for class org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
-
- UIExtensionAbstractFilter(String) - Constructor for class org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
-
- UIExtensionAbstractFilter(String, UIExtensionFilterType) - Constructor for class org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
-
- UIExtensionEventListener<T extends org.exoplatform.webui.core.UIComponent> - Class in org.exoplatform.webui.ext
-
The event listener dedicated to UIExtension
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
May 05, 2009
- UIExtensionEventListener() - Constructor for class org.exoplatform.webui.ext.UIExtensionEventListener
-
- UIExtensionFilter - Interface in org.exoplatform.webui.ext.filter
-
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
- UIExtensionFilters - Annotation Type in org.exoplatform.webui.ext.filter
-
This annotation is used to define the filters of a given extension
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
13 mai 2009
- UIExtensionFilterType - Enum in org.exoplatform.webui.ext.filter
-
All the existing types of filters
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
14 mai 2009
- UIExtensionManager - Interface in org.exoplatform.webui.ext
-
This class is used to manage all the extensions available into the system.
- UIExtensionManagerImpl - Class in org.exoplatform.webui.ext.impl
-
The default implementation of an extension manager
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
May 04, 2009
- UIExtensionManagerImpl() - Constructor for class org.exoplatform.webui.ext.impl.UIExtensionManagerImpl
-
- UIExtensionORFilter - Class in org.exoplatform.webui.ext.filter
-
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
7 mai 2009
- UIExtensionORFilter(List<UIExtensionFilter>) - Constructor for class org.exoplatform.webui.ext.filter.UIExtensionORFilter
-
- UIExtensionORFilter(List<UIExtensionFilter>, String) - Constructor for class org.exoplatform.webui.ext.filter.UIExtensionORFilter
-
- UIExtensionORFilter(List<UIExtensionFilter>, String, UIExtensionFilterType) - Constructor for class org.exoplatform.webui.ext.filter.UIExtensionORFilter
-
- UIExtensionPlugin - Class in org.exoplatform.webui.ext
-
This class allows you to dynamically define new extensions
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
May 04, 2009
- UIExtensionPlugin(InitParams) - Constructor for class org.exoplatform.webui.ext.UIExtensionPlugin
-
- UserACLFilter - Class in org.exoplatform.webui.ext.filter.impl
-
This filter is used to add some access permissions to a specific extension
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
14 mai 2009
- UserACLFilter() - Constructor for class org.exoplatform.webui.ext.filter.impl.UserACLFilter
-