Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addFilterDefinitions(FilterDefinitionPlugin) - Method in class org.exoplatform.web.filter.ExtensibleFilter
-
Adds new
FilterDefinition - afterInit(FilterConfig) - Method in class org.exoplatform.web.filter.GenericFilter
C
- CONTEXT_DESTROYED - Static variable in class org.exoplatform.web.GenericHttpListener
-
The name of the "context destroyed" event
- CONTEXT_INITIALIZED - Static variable in class org.exoplatform.web.GenericHttpListener
-
The name of the "context initialized" event
- contextDestroyed(ServletContextEvent) - Method in class org.exoplatform.web.GenericHttpListener
-
This method is called when the
ServletContextof the Portal is destroyed. - contextDestroyed(ServletContextEvent) - Method in class org.exoplatform.web.resource.config.xml.FCKConfigListener
- contextInitialized(ServletContextEvent) - Method in class org.exoplatform.web.GenericHttpListener
-
This method is called when the
ServletContextof the Portal is initialized. - contextInitialized(ServletContextEvent) - Method in class org.exoplatform.web.resource.config.xml.FCKConfigListener
D
- destroy() - Method in class org.exoplatform.web.filter.GenericFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface org.exoplatform.web.filter.Filter
-
The
doFiltermethod of the Filter is called by theExtensibleFiltereach time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain. - doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.exoplatform.web.filter.GenericFilter
-
This filter calls
doFilterof theExtensibleFilterof the current eXo container if it cans be found otherwise it releases filter - doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.exoplatform.web.filter.RedefinableResourceFilter
- doFilter(ServletRequest, ServletResponse, FilterChain, String) - Method in class org.exoplatform.web.filter.ExtensibleFilter
E
- ExtensibleFilter - Class in org.exoplatform.web.filter
-
This class allows the rest of the platform to define new filters thanks to the external plugins.
- ExtensibleFilter() - Constructor for class org.exoplatform.web.filter.ExtensibleFilter
F
- FCK_CONTEXT_PATH - Static variable in class org.exoplatform.web.resource.config.xml.FCKConfigListener
- FCKConfigListener - Class in org.exoplatform.web.resource.config.xml
-
todo : julien : is it still used ?
- FCKConfigListener() - Constructor for class org.exoplatform.web.resource.config.xml.FCKConfigListener
- Filter - Interface in org.exoplatform.web.filter
-
This interface defines a Filter that cans be added to the
ExtensibleFilterCreated by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 25 sept. - FilterDefinition - Class in org.exoplatform.web.filter
-
This class defined all the variables needed to define a
FilterCreated by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 25 sept. - FilterDefinition() - Constructor for class org.exoplatform.web.filter.FilterDefinition
- FilterDefinition(Filter, List<String>) - Constructor for class org.exoplatform.web.filter.FilterDefinition
- FilterDefinitionPlugin - Class in org.exoplatform.web.filter
-
This class is used to add new
FilterDefinitionCreated by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 25 sept. - FilterDefinitionPlugin(InitParams) - Constructor for class org.exoplatform.web.filter.FilterDefinitionPlugin
- FilterMapping - Interface in org.exoplatform.web.filter
-
Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 25 sept.
G
- GenericFilter - Class in org.exoplatform.web.filter
-
This filter allows the rest of the platform to add their own filters without changing the web.xml file.
- GenericFilter() - Constructor for class org.exoplatform.web.filter.GenericFilter
- GenericHttpListener - Class in org.exoplatform.web
-
This class is used to broadcast any "HttpEvent" to allow the rest of the platform to be notified without changing the web.xml file.
- GenericHttpListener() - Constructor for class org.exoplatform.web.GenericHttpListener
- getFilter() - Method in class org.exoplatform.web.filter.FilterDefinition
- getFilterDefinitions() - Method in class org.exoplatform.web.filter.FilterDefinitionPlugin
- getMapping() - Method in class org.exoplatform.web.filter.FilterDefinition
M
- match(String) - Method in interface org.exoplatform.web.filter.FilterMapping
-
Indicates if the current path matches with the current mapping
O
- onSessionCreated(ExoContainer, HttpSessionEvent) - Method in class org.exoplatform.web.GenericHttpListener
-
This method is called when a HTTP session of a Portal instance is created.
- onSessionDestroyed(ExoContainer, HttpSessionEvent) - Method in class org.exoplatform.web.GenericHttpListener
-
This method is called when a HTTP session of a Portal instance is destroyed.
- org.exoplatform.web - package org.exoplatform.web
- org.exoplatform.web.filter - package org.exoplatform.web.filter
- org.exoplatform.web.resource.config.xml - package org.exoplatform.web.resource.config.xml
R
- RedefinableResourceFilter - Class in org.exoplatform.web.filter
-
A filter enables resource overriding via extension mechanism.
- RedefinableResourceFilter() - Constructor for class org.exoplatform.web.filter.RedefinableResourceFilter
- requirePortalEnvironment() - Method in class org.exoplatform.web.GenericHttpListener
S
- SESSION_CREATED - Static variable in class org.exoplatform.web.GenericHttpListener
-
The name of the "session created" event
- SESSION_DESTROYED - Static variable in class org.exoplatform.web.GenericHttpListener
-
The name of the "session destroyed" event
All Classes and Interfaces|All Packages|Constant Field Values