A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

AbstractComponentAdapter<T> - Class in org.exoplatform.container
 
AbstractComponentAdapter(Object, Class<T>) - Constructor for class org.exoplatform.container.AbstractComponentAdapter
Constructs a new ComponentAdapter for the given key and implementation.
AbstractContainer - Class in org.exoplatform.container
This class is the root class of all the implementations of a Container.
AbstractContainer() - Constructor for class org.exoplatform.container.AbstractContainer
 
AbstractContainer(Interceptor) - Constructor for class org.exoplatform.container.AbstractContainer
 
AbstractContext<K> - Class in org.exoplatform.container.context
This is the root class of all the implementations of an AdvancedContext
AbstractContext() - Constructor for class org.exoplatform.container.context.AbstractContext
 
AbstractContext.ThreadLocalData - Class in org.exoplatform.container.context
This class encapsulates all the data stored into the ThreadLocal variable
AbstractFilter - Class in org.exoplatform.container.web
This class is the root class of all the Filters that require an ExoContainer Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com
AbstractFilter() - Constructor for class org.exoplatform.container.web.AbstractFilter
 
AbstractHttpServlet - Class in org.exoplatform.container.web
Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 29 sept.
AbstractHttpServlet() - Constructor for class org.exoplatform.container.web.AbstractHttpServlet
 
AbstractHttpSessionListener - Class in org.exoplatform.container.web
Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 29 sept.
AbstractHttpSessionListener() - Constructor for class org.exoplatform.container.web.AbstractHttpSessionListener
 
AbstractInterceptor - Class in org.exoplatform.container
 
AbstractInterceptor() - Constructor for class org.exoplatform.container.AbstractInterceptor
 
accept(ContainerVisitor) - Method in class org.exoplatform.container.AbstractContainer
Accepts a visitor that should visit the child containers, component adapters and component instances.
accept(ContainerVisitor) - Method in class org.exoplatform.container.ConcurrentContainer
 
accept(ContainerVisitor) - Method in interface org.exoplatform.container.spi.Container
Accepts a visitor that should visit the child containers, component adapters and component instances.
activate(K) - Method in class org.exoplatform.container.context.AbstractContext
Activates the current context using the given key within the context of the thread
activate(K) - Method in interface org.exoplatform.container.context.AdvancedContext
Activates the current context using the given key within the context of the thread
addComponent(Component) - Method in class org.exoplatform.container.xml.Configuration
 
addComponentLifecyclePlugin(Object) - Method in class org.exoplatform.container.xml.Configuration
 
addComponentLifecyclePlugin(ExoContainer, ConfigurationManager) - Static method in class org.exoplatform.container.util.ContainerUtil
 
addComponentLifecylePlugin(ComponentLifecyclePlugin) - Method in class org.exoplatform.container.ExoContainer
 
addComponents(ExoContainer, ConfigurationManager) - Static method in class org.exoplatform.container.util.ContainerUtil
 
addComponentToCtx(Object) - Method in class org.exoplatform.container.ConcurrentContainer
Add the CreationalContext corresponding to the given key, to the dependency resolution context
addConfiguration(String) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Adds a new location of a configuration file
addConfiguration(String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
addConfiguration(URL) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Adds a new location of a configuration file
addConfiguration(URL) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
addConfiguration(Collection<URL>) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Adds a collection URL corresponding to the location of the configuration files to add
addConfiguration(Collection<URL>) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
addConfiguration(ServletContext, String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
addConfigurationPath(String) - Static method in class org.exoplatform.container.StandaloneContainer
Add configuration path.
addConfigurationURL(String) - Static method in class org.exoplatform.container.StandaloneContainer
Add configuration URL.
addContainerLifecyclePlugin(ExoContainer, ConfigurationManager) - Static method in class org.exoplatform.container.util.ContainerUtil
 
addContainerLifecyclePlugin(ContainerLifecyclePlugin) - Method in class org.exoplatform.container.xml.Configuration
 
addContainerLifecylePlugin(ContainerLifecyclePlugin) - Method in class org.exoplatform.container.ExoContainer
 
addContext(AdvancedContext<K>) - Method in interface org.exoplatform.container.context.ContextManager
Registers a context
addContext(AdvancedContext<K>) - Method in class org.exoplatform.container.context.ContextManagerImpl
Registers a context
addContexts(ContextPlugin) - Method in class org.exoplatform.container.context.ContextManagerImpl
Adds all the contexts defined in the given plugin
AddDependencies() - Constructor for class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependencies
 
AddDependenciesAfter() - Constructor for class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesAfter
 
AddDependenciesBefore() - Constructor for class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesBefore
 
addExecutionUnit(ExecutionUnit) - Method in class org.exoplatform.container.component.ExecutionUnit
 
addExternalComponentPlugins(ExternalComponentPlugins) - Method in class org.exoplatform.container.xml.Configuration
 
addField(Object) - Method in class org.exoplatform.xml.object.XMLObject
 
addField(String, Class<?>, Object) - Method in class org.exoplatform.xml.object.XMLObject
 
addField(XMLField) - Method in class org.exoplatform.xml.object.XMLObject
 
addFilter(String, Class<? extends Filter>) - Method in class org.exoplatform.test.MockServletContext
 
addFilter(String, String) - Method in class org.exoplatform.test.MockServletContext
 
addFilter(String, Filter) - Method in class org.exoplatform.test.MockServletContext
 
addImport(String) - Method in class org.exoplatform.container.xml.Configuration
 
addInitTask(ServletContext, RootContainer.PortalContainerInitTask) - Static method in class org.exoplatform.container.PortalContainer
Add an init-task to all the portal container instances related to the given ServletContext
addInitTask(ServletContext, RootContainer.PortalContainerInitTask) - Method in class org.exoplatform.container.RootContainer
Calls the other method addInitTask with ServletContext.getServletContextName() as portal container name
addInitTask(ServletContext, RootContainer.PortalContainerInitTask, String) - Static method in class org.exoplatform.container.PortalContainer
Add an init-task to all the portal container instances related to the given ServletContext if the given portal container name is null other it will execute the task only of this portal container if the ServletContext is on of its dependencies
addInitTask(ServletContext, RootContainer.PortalContainerInitTask, String) - Method in class org.exoplatform.container.RootContainer
First check if the related portal container has already been initialized.
addJspFile(String, String) - Method in class org.exoplatform.test.MockServletContext
 
AddJVMComponentsToRootContainer - Class in org.exoplatform.container.monitor.jvm
 
AddJVMComponentsToRootContainer() - Constructor for class org.exoplatform.container.monitor.jvm.AddJVMComponentsToRootContainer
 
addListener(Class<? extends EventListener>) - Method in class org.exoplatform.test.MockServletContext
 
addListener(String) - Method in class org.exoplatform.test.MockServletContext
 
addListener(TopExoContainerListener) - Method in class org.exoplatform.container.RootContainer
addListener(TopExoContainerListener) - Method in class org.exoplatform.container.StandaloneContainer
addListener(T) - Method in class org.exoplatform.test.MockServletContext
 
addMethod(ManagedMethodMetaData) - Method in class org.exoplatform.management.spi.ManagedTypeMetaData
 
addMethods(Class<?>, Map<String, Method>, Map<Class<?>, Collection<Method>>) - Method in class org.exoplatform.container.ConcurrentContainer
 
addOrderedComponentAdapter(ComponentAdapter<?>) - Method in class org.exoplatform.container.ConcurrentContainer
 
addParam(Object) - Method in class org.exoplatform.container.xml.InitParams
 
addParameter(Parameter) - Method in class org.exoplatform.container.xml.InitParams
 
addParameter(ManagedMethodParameterMetaData) - Method in class org.exoplatform.management.spi.ManagedMethodMetaData
 
addProfiles(Collection<String>) - Static method in class org.exoplatform.container.RootContainer
Add profiles to portal containers profiles.
addProperty(Object) - Method in class org.exoplatform.container.xml.ObjectParam
 
addProperty(Object) - Method in class org.exoplatform.container.xml.PropertiesParam
 
addProperty(String, String) - Method in class org.exoplatform.container.xml.ObjectParam
 
addProperty(ManagedPropertyMetaData) - Method in class org.exoplatform.management.spi.ManagedTypeMetaData
 
addRemoveConfiguration(String) - Method in class org.exoplatform.container.xml.Configuration
 
addServlet(String, Class<? extends Servlet>) - Method in class org.exoplatform.test.MockServletContext
 
addServlet(String, String) - Method in class org.exoplatform.test.MockServletContext
 
addServlet(String, Servlet) - Method in class org.exoplatform.test.MockServletContext
 
AddSettings() - Constructor for class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddSettings
 
AdvancedContext<K> - Interface in org.exoplatform.container.context
This interface defines all the additional methods needed to easily implement an AlterableContext
After - Annotation Type in org.exoplatform.container.spi
This annotation is used to indicate where the related Interceptor should be injected into the Interceptor chain.
afterInit(FilterConfig) - Method in class org.exoplatform.container.web.AbstractFilter
Allows sub-classes to initialize
afterInit(ServletConfig) - Method in class org.exoplatform.container.web.AbstractHttpServlet
Allows sub-classes to initialize
afterInvoke(Object) - Method in class org.exoplatform.container.management.ManagementContextImpl
 
afterInvoke(Object) - Method in interface org.exoplatform.management.spi.ManagedResource
After a managed resource is invoked by the management layer.
alreadyExists(PortalContainer) - Method in interface org.exoplatform.container.RootContainer.PortalContainerInitTask
This method allows the implementation to define what the state "already exists" means for a portal container
alreadyExists(PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
This method allows the implementation to define what the state "already exists" means for a portal container
alreadyExists(PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
This method allows the implementation to define what the state "already exists" means for a portal container
alreadyExists(PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
This method allows the implementation to define what the state "already exists" means for a portal container
ApplicationScopedByDefault - Annotation Type in org.exoplatform.container.context.stereotype
This annotation can be used to set ApplicationScoped as default scope
apply(PortalContainerDefinition) - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependencies
Apply the corresponding change of the given PortalContainerDefinition
apply(PortalContainerDefinition) - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesAfter
Apply the corresponding change of the given PortalContainerDefinition
apply(PortalContainerDefinition) - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesBefore
Apply the corresponding change of the given PortalContainerDefinition
apply(PortalContainerDefinition) - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddSettings
 
apply(PortalContainerDefinition) - Method in interface org.exoplatform.container.definition.PortalContainerDefinitionChange
Apply the corresponding change of the given PortalContainerDefinition
Archive - Class in org.exoplatform.container.ar
Defines an archive with all its properties
Archive(String, boolean, boolean, Set<Archive>) - Constructor for class org.exoplatform.container.ar.Archive
The default constructor
ARRAY - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 

B

BaseComponentLifecyclePlugin - Class in org.exoplatform.container.component
 
BaseComponentLifecyclePlugin() - Constructor for class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
BaseComponentPlugin - Class in org.exoplatform.container.component
 
BaseComponentPlugin() - Constructor for class org.exoplatform.container.component.BaseComponentPlugin
 
BaseContainerLifecyclePlugin - Class in org.exoplatform.container
 
BaseContainerLifecyclePlugin() - Constructor for class org.exoplatform.container.BaseContainerLifecyclePlugin
 
Before - Annotation Type in org.exoplatform.container.spi
This annotation is used to indicate where the related Interceptor should be injected into the Interceptor chain.
beforeInvoke(Object) - Method in class org.exoplatform.container.management.ManagementContextImpl
 
beforeInvoke(Object) - Method in interface org.exoplatform.management.spi.ManagedResource
Before a managed resource is invoked by the management layer.
begin(ComponentRequestLifecycle) - Static method in class org.exoplatform.container.component.RequestLifeCycle
Starts the life cycle of the provided life cycle and add it to the life cycle stack.
begin(ExoContainer) - Static method in class org.exoplatform.container.component.RequestLifeCycle
Starts the life cycle of the provided container and add it to the life cycle stack.
begin(ExoContainer, boolean) - Static method in class org.exoplatform.container.component.RequestLifeCycle
Starts the life cycle of the provided container and add it to the life cycle stack.
BOOLEAN - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 
build() - Method in class org.exoplatform.container.management.MetaDataBuilder
Build the info.
build() - Method in class org.exoplatform.management.jmx.impl.ExoMBeanInfoBuilder
Build the info.
build(T) - Method in class org.exoplatform.management.jmx.impl.ObjectNameBuilder
Build the object name or return null if the class is not annotated by NameTemplate.

C

cache - Variable in class org.exoplatform.container.context.AbstractContext.ThreadLocalData
The local cache
CachingContainer - Class in org.exoplatform.container
 
CachingContainer() - Constructor for class org.exoplatform.container.CachingContainer
 
canBeDisposed() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the container can be disposed
canBeInitialized() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the container can be initialized
canBeStarted() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the container can be started
canBeStopped() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the container can be stopped
checkTypeCompatibility() - Method in class org.exoplatform.container.AbstractComponentAdapter
 
children - Variable in class org.exoplatform.container.ConcurrentContainer
 
cleanString(String) - Static method in class org.exoplatform.container.xml.Deserializer
This methods will remove useless characters from the given String and return the result
clone() - Method in class org.exoplatform.container.xml.Configuration
COLLECTION - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 
compareTo(ComponentPlugin) - Method in class org.exoplatform.container.xml.ComponentPlugin
compareTo(ContainerLifecyclePlugin) - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
Component - Class in org.exoplatform.container.xml
 
Component() - Constructor for class org.exoplatform.container.xml.Component
 
ComponentAdapter<T> - Interface in org.exoplatform.container.spi
A component adapter is responsible for providing a specific component instance.
ComponentAdapter<T> - Interface in org.picocontainer
Deprecated.
use ComponentAdapter instead
ComponentAdapterFactory - Interface in org.exoplatform.container.spi
A component adapter factory is responsible for creating component adapters.
componentAdapters - Variable in class org.exoplatform.container.ConcurrentContainer
 
componentKeyToAdapterCache - Variable in class org.exoplatform.container.ConcurrentContainer
 
ComponentLifecycle - Interface in org.exoplatform.container.component
 
ComponentLifecyclePlugin - Class in org.exoplatform.container.xml
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 8, 2005
ComponentLifecyclePlugin - Interface in org.exoplatform.container.component
 
ComponentLifecyclePlugin() - Constructor for class org.exoplatform.container.xml.ComponentLifecyclePlugin
 
ComponentListener - Interface in org.exoplatform.container.component
 
ComponentPlugin - Class in org.exoplatform.container.xml
 
ComponentPlugin - Interface in org.exoplatform.container.component
 
ComponentPlugin() - Constructor for class org.exoplatform.container.xml.ComponentPlugin
 
ComponentRequestLifecycle - Interface in org.exoplatform.container.component
 
ConcurrentContainer - Class in org.exoplatform.container
This class is aimed to be a ThreadSafe implementation of an Container based on java.util.concurrent collections.
ConcurrentContainer() - Constructor for class org.exoplatform.container.ConcurrentContainer
Creates a new container with the default ComponentAdapterFactory and a parent container.
ConcurrentContainer(ExoContainer, ExoContainer) - Constructor for class org.exoplatform.container.ConcurrentContainer
Creates a new container with the default ComponentAdapterFactory and a parent container.
ConcurrentContainer.CreationalContextComponentAdapter<T> - Class in org.exoplatform.container
This class is used as value holder
config - Variable in class org.exoplatform.container.web.AbstractFilter
The filter configuration
config - Variable in class org.exoplatform.container.web.AbstractHttpServlet
The filter configuration
Configuration - Class in org.exoplatform.container.xml
Jul 19, 2004
Configuration() - Constructor for class org.exoplatform.container.xml.Configuration
 
ConfigurationException - Exception in org.exoplatform.container.configuration
Created by The eXo Platform SAS.
ConfigurationException() - Constructor for exception org.exoplatform.container.configuration.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.exoplatform.container.configuration.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.exoplatform.container.configuration.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.exoplatform.container.configuration.ConfigurationException
 
ConfigurationManager - Interface in org.exoplatform.container.configuration
The ConfigurationManager is the component allowing to access to the configuration of a given eXo container.
ConfigurationManagerImpl - Class in org.exoplatform.container.configuration
Jul 19, 2004
ConfigurationManagerImpl() - Constructor for class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
ConfigurationManagerImpl(ClassLoader, Set<String>) - Constructor for class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
ConfigurationManagerImpl(Set<String>) - Constructor for class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
ConfigurationManagerImpl(Set<String>, boolean) - Constructor for class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
ConfigurationManagerImpl(ServletContext, Set<String>) - Constructor for class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
ConfigurationMarshallerUtil - Class in org.exoplatform.container.xml
This class is an utility class used to marshall the top level objects that compose the configuration Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 12 mai 2010
ConfigurationMarshallerUtil() - Constructor for class org.exoplatform.container.xml.ConfigurationMarshallerUtil
 
configurations_ - Variable in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
ConfigurationUnmarshaller - Class in org.exoplatform.container.configuration
Unmarshall a configuration.
ConfigurationUnmarshaller() - Constructor for class org.exoplatform.container.configuration.ConfigurationUnmarshaller
 
ConfigurationUnmarshaller(Set<String>) - Constructor for class org.exoplatform.container.configuration.ConfigurationUnmarshaller
 
Container - Interface in org.exoplatform.container.spi
This interface defines all the methods that we need to implement in order to allow eXo Kernel to delegate the whole life cycle of the components.
ContainerException - Exception in org.exoplatform.container.spi
Super class of any exception that could be thrown by a Container
ContainerException() - Constructor for exception org.exoplatform.container.spi.ContainerException
Construct a new exception with no cause and no detail message.
ContainerException(String) - Constructor for exception org.exoplatform.container.spi.ContainerException
Construct a new exception with no cause and the specified detail message.
ContainerException(String, Throwable) - Constructor for exception org.exoplatform.container.spi.ContainerException
Construct a new exception with the specified cause and the specified detail message.
ContainerException(Throwable) - Constructor for exception org.exoplatform.container.spi.ContainerException
Construct a new exception with the specified cause and no detail message.
ContainerLifecyclePlugin - Class in org.exoplatform.container.xml
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 8, 2005
ContainerLifecyclePlugin - Interface in org.exoplatform.container
 
ContainerLifecyclePlugin() - Constructor for class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
ContainerPermissions - Interface in org.exoplatform.container.security
This interface defines all the permissions used by the project kernel.container
ContainerUtil - Class in org.exoplatform.container.util
 
ContainerUtil() - Constructor for class org.exoplatform.container.util.ContainerUtil
 
ContainerVisitor - Interface in org.exoplatform.container.spi
Interface realizing a visitor pattern for Container as described in the GoF.
context - Variable in class org.exoplatform.container.ExoContainer
 
contextDestroyed(ServletContextEvent) - Method in class org.exoplatform.container.web.PortalContainerConfigOwner
 
contextDestroyed(ServletContextEvent) - Method in class org.exoplatform.container.web.PortalContainerCreator
contextInitialized(ServletContextEvent) - Method in class org.exoplatform.container.web.PortalContainerConfigOwner
 
contextInitialized(ServletContextEvent) - Method in class org.exoplatform.container.web.PortalContainerCreator
Initializes and creates all the portal container that have been registered previously
ContextManager - Interface in org.exoplatform.container.context
The entry point to a Context
ContextManagerImpl - Class in org.exoplatform.container.context
The basic implementation of a ContextManager based on a ConcurrentHashMap that is filled thanks to a component plugins.
ContextManagerImpl() - Constructor for class org.exoplatform.container.context.ContextManagerImpl
 
ContextManagerListener - Class in org.exoplatform.container.context
This listener is used to manage the components of scope SessionScoped and RequestScoped
ContextManagerListener() - Constructor for class org.exoplatform.container.context.ContextManagerListener
 
ContextPlugin - Class in org.exoplatform.container.context
This class allows you to dynamically register new context definitions
ContextPlugin(InitParams) - Constructor for class org.exoplatform.container.context.ContextPlugin
 
create() - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
Must be used to create Singleton or Prototype only
create(CreationalContext<T>) - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
create(CreationalContext<T>) - Method in class org.exoplatform.container.management.ManageableComponentAdapter
createArchiveURL(String) - Static method in class org.exoplatform.container.ar.Archive
Creates an archive URL from a String representation of that URL
createComponent(Class<T>) - Method in class org.exoplatform.container.ConcurrentContainer
 
createComponent(Class<T>) - Method in class org.exoplatform.container.ExoContainer
Creates a component corresponding to the given Class with no parameters This is equivalent to call AbstractContainer.createComponent(Class, InitParams) with null as InitParams
createComponent(Class<T>, InitParams) - Method in class org.exoplatform.container.AbstractContainer
Creates a component corresponding to the given Class with the given InitParams
createComponent(Class<T>, InitParams) - Method in class org.exoplatform.container.ConcurrentContainer
Creates a component corresponding to the given Class with the given InitParams
createComponent(Class<T>, InitParams) - Method in interface org.exoplatform.container.spi.Container
Creates a component corresponding to the given Class with the given InitParams
createComponentAdapter(Object, Class<T>) - Method in class org.exoplatform.container.management.ManageableComponentAdapterFactory
 
createComponentAdapter(Object, Class<T>) - Method in interface org.exoplatform.container.spi.ComponentAdapterFactory
Create a new component adapter based on the specified arguments.
createFilter(Class<T>) - Method in class org.exoplatform.test.MockServletContext
 
createInstance(Context) - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
 
createList() - Static method in class org.exoplatform.container.xml.ConfigurationMarshallerUtil
 
createListener(Class<T>) - Method in class org.exoplatform.test.MockServletContext
 
createObjectName(String, Map<String, String>) - Static method in class org.exoplatform.management.jmx.impl.JMX
This method create an object name from a generic map argument.
createPortalContainer(ServletContext) - Method in class org.exoplatform.container.RootContainer
Create the portal container
createPortalContainers() - Method in class org.exoplatform.container.RootContainer
Creates all the portal containers that have been registered thanks to the method registerPortalContainer
createProxy(Class<T>, Provider<T>) - Static method in class org.exoplatform.container.util.ContainerUtil
Creates a proxy of the given super class whose instance will be created accessed lazily thanks to a provider
createServlet(Class<T>) - Method in class org.exoplatform.test.MockServletContext
 
createStorage(HttpSession) - Method in class org.exoplatform.container.context.SessionContext
Creates a CreationContextStorage instance from the given key
createStorage(ServletRequest) - Method in class org.exoplatform.container.context.RequestContext
Creates a CreationContextStorage instance from the given key
createStorage(K) - Method in class org.exoplatform.container.context.AbstractContext
Creates a CreationContextStorage instance from the given key
createURL(String) - Method in interface org.exoplatform.container.monitor.jvm.OperatingSystemInfo
 
createURL(String) - Method in class org.exoplatform.container.monitor.jvm.OperatingSystemInfoImpl
 
CreationalContextComponentAdapter() - Constructor for class org.exoplatform.container.ConcurrentContainer.CreationalContextComponentAdapter
 
CreationContext<T> - Class in org.exoplatform.container.context
This class defined all the context needed while creation the object instance
CreationContext() - Constructor for class org.exoplatform.container.context.CreationContext
 
CreationContext(Contextual<T>, CreationalContext<T>, T) - Constructor for class org.exoplatform.container.context.CreationContext
 
CreationContextStorage - Interface in org.exoplatform.container.context
This class defined all the main methods needed to be able to store and/or access to a CreationalContext and its content
CURRENT_VERSION - Static variable in class org.exoplatform.xml.object.XMLObject
 

D

DATE - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 
deactivate(K) - Method in class org.exoplatform.container.context.AbstractContext
Deactivates the current context using the given key from the context of the thread
deactivate(K) - Method in interface org.exoplatform.container.context.AdvancedContext
Deactivates the current context using the given key from the context of the thread
deactivate(K) - Method in class org.exoplatform.container.context.UnSharedContext
Deactivates the current context using the given key from the context of the thread
declareRoles(String...) - Method in class org.exoplatform.test.MockServletContext
 
decodeDoubleArray(String) - Static method in class org.exoplatform.xml.object.XMLNativeArray
 
decodeIntArray(String) - Static method in class org.exoplatform.xml.object.XMLNativeArray
 
decodeLongArray(String) - Static method in class org.exoplatform.xml.object.XMLNativeArray
 
DEFAULT_PORTAL_CONTAINER_NAME - Static variable in class org.exoplatform.container.definition.PortalContainerConfig
The default name of a portal container
DEFAULT_PORTAL_CONTAINER_NAME - Static variable in class org.exoplatform.container.PortalContainer
The default name of the portal container
DEFAULT_REALM_NAME - Static variable in class org.exoplatform.container.definition.PortalContainerConfig
The default realm name
DEFAULT_REALM_NAME - Static variable in class org.exoplatform.container.PortalContainer
The default name of a the realm
DEFAULT_REST_CONTEXT_NAME - Static variable in class org.exoplatform.container.definition.PortalContainerConfig
The default name of a the ServletContext of the rest web application
DEFAULT_REST_CONTEXT_NAME - Static variable in class org.exoplatform.container.PortalContainer
The default name of a the ServletContext of the rest web application
DefaultInterceptorChainFactory - Class in org.exoplatform.container
The default implementation of a InterceptorChainFactory.
DefaultInterceptorChainFactory() - Constructor for class org.exoplatform.container.DefaultInterceptorChainFactory
 
DefinitionByName - Annotation Type in org.exoplatform.container.spi
This annotation can be used to provide a default definition of the component when we try to access it by name thanks to Named
DefinitionByQualifier - Annotation Type in org.exoplatform.container.spi
This annotation can be used to provide a default definition of the component when we try to access it thanks to a Qualifier.
DefinitionByType - Annotation Type in org.exoplatform.container.spi
This annotation can be used to provide a default definition of the component when we try to access it by type.
DefinitionException - Exception in org.exoplatform.container.context
Thrown when a definition error occurs.
DefinitionException(String) - Constructor for exception org.exoplatform.container.context.DefinitionException
 
DefinitionException(String, Throwable) - Constructor for exception org.exoplatform.container.context.DefinitionException
 
DefinitionException(Throwable) - Constructor for exception org.exoplatform.container.context.DefinitionException
 
delegate - Variable in class org.exoplatform.container.AbstractContainer
 
dependencies - Variable in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependencies
The list of name of the dependencies to add
dependencies - Variable in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesAfter
The list of name of the dependencies to add
dependencies - Variable in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesBefore
The list of name of the dependencies to add
DependentByDefault - Annotation Type in org.exoplatform.container.context.stereotype
This annotation can be used to set Dependent as default scope
desc - Variable in class org.exoplatform.container.component.BaseComponentPlugin
 
Deserializer - Class in org.exoplatform.container.xml
A deserializer used by JIBX that resolve system properties to allow runtime configuration.
Deserializer() - Constructor for class org.exoplatform.container.xml.Deserializer
 
destroy() - Method in class org.exoplatform.container.context.AbstractContext
Destroys all the CreationContext that has been stored in the current storage
destroy() - Method in class org.exoplatform.container.web.PortalContainerFilter
 
destroy(Contextual) - Method in class org.exoplatform.container.context.AbstractContext
Destroy the existing contextual instance.
destroy(Contextual<?>) - Method in interface org.exoplatform.container.context.AdvancedContext
Destroy the existing contextual instance.
destroy(CreationContextStorage) - Method in class org.exoplatform.container.context.AbstractContext
Destroys all the CreationContext that has been stored in the given storage
destroy(T, CreationalContext<T>) - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
destroy(T, CreationalContext<T>) - Method in class org.exoplatform.container.management.ManageableComponentAdapter
destroyComponent(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentLifecycle
 
destroyComponent(ExoContainer, Object) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
destroyComponent(ExoContainer, Object) - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
destroyContainer(ExoContainer) - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
destroyContainer(ExoContainer) - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
disablePortalContainer(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Disables a portal container if it has not yet been disabled.
Disposable - Interface in org.picocontainer
An interface which is implemented by components that need to dispose of resources during the shutdown of that component.
dispose() - Method in class org.exoplatform.container.AbstractContainer
Dispose this component.
dispose() - Method in class org.exoplatform.container.ConcurrentContainer
Dispose the components of this Container and all its logical child containers.
dispose() - Method in class org.exoplatform.container.ExoContainer
 
dispose() - Method in interface org.picocontainer.Disposable
Dispose this component.
dispose(Container) - Static method in class org.exoplatform.container.LifecycleVisitor
Invoke the standard Container lifecycle for Disposable.dispose().
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.exoplatform.container.web.PortalContainerFilter
 
DOUBLE - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 

E

EAR - Static variable in class org.exoplatform.container.ar.Archive
The most common description of a Enterprise Application ARchive
encodeDoubleArray(double[]) - Static method in class org.exoplatform.xml.object.XMLNativeArray
 
encodeIntArray(int[]) - Static method in class org.exoplatform.xml.object.XMLNativeArray
 
encodeLongArray(long[]) - Static method in class org.exoplatform.xml.object.XMLNativeArray
 
end() - Static method in class org.exoplatform.container.component.RequestLifeCycle
Ends the life cycle of the most recent container started.
endRequest(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentRequestLifecycle
 
equals(Object) - Method in class org.exoplatform.container.ar.Archive
 
equals(Object) - Method in class org.exoplatform.container.context.CreationContext
 
equals(Object) - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
equals(Object) - Method in class org.exoplatform.container.WebAppInitContext
 
execute() - Method in class org.exoplatform.container.component.ExecutionContext
 
execute(ServletContext, PortalContainer) - Method in class org.exoplatform.container.PortalContainer.RegisterTask
 
execute(ServletContext, PortalContainer) - Method in class org.exoplatform.container.PortalContainer.UnregisterTask
 
execute(ServletContext, PortalContainer) - Method in interface org.exoplatform.container.RootContainer.PortalContainerInitTask
Executes the task
execute(ExecutionContext) - Method in class org.exoplatform.container.component.ExecutionUnit
 
executeNextUnit() - Method in class org.exoplatform.container.component.ExecutionContext
 
ExecutionContext - Class in org.exoplatform.container.component
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 17, 2005
ExecutionContext() - Constructor for class org.exoplatform.container.component.ExecutionContext
 
ExecutionUnit - Class in org.exoplatform.container.component
Created by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 17, 2005
ExecutionUnit() - Constructor for class org.exoplatform.container.component.ExecutionUnit
 
EXO_ARCHIVE_DIRS_PARAM - Static variable in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
The name of the JVM parameter that allows us to change the default directories where the archives are deployed
EXO_CONF_DIR_NAME_PARAM - Static variable in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
The name of the JVM parameter that allows us to change the default name of the configuration directory which is "exo-conf"
EXO_CONF_PARAM - Static variable in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
The name of the JVM parameter that allows us to change the location of the configuration directory
EXO_CONTAINER_PROP_NAME - Static variable in class org.exoplatform.container.xml.Deserializer
The name of the variable to use to get the current container name as a suffix if the current container is a portal container, the value of the variable will be "-${portal-container-name}", it will be an empty String otherwise
exocontainer - Variable in class org.exoplatform.container.jmx.MX4JComponentAdapter
.
ExoContainer - Class in org.exoplatform.container
Created by The eXo Platform SAS
The Exo Container is an object responsible for loading services/components.
ExoContainer() - Constructor for class org.exoplatform.container.ExoContainer
 
ExoContainer(ExoContainer) - Constructor for class org.exoplatform.container.ExoContainer
 
ExoContainerContext - Class in org.exoplatform.container
The ExoContainerContext helper to invoke a service of a container from any location.
ExoContainerContext(ExoContainer) - Constructor for class org.exoplatform.container.ExoContainerContext
 
ExoContainerContext(ExoContainer, String) - Constructor for class org.exoplatform.container.ExoContainerContext
 
ExoMBeanInfoBuilder - Class in org.exoplatform.management.jmx.impl
A class that build mbean meta data
ExoMBeanInfoBuilder(Class) - Constructor for class org.exoplatform.management.jmx.impl.ExoMBeanInfoBuilder
Create a new builder.
ExoMBeanInfoBuilder(ManagedTypeMetaData) - Constructor for class org.exoplatform.management.jmx.impl.ExoMBeanInfoBuilder
 
ExoModelMBean - Class in org.exoplatform.management.jmx.impl
A convenient subclass of RequiredModelMBean that routes the invocation of the interface MBeanRegistration to the managed resource when it implements the method.
ExoModelMBean(ManagedResource, Object, ModelMBeanInfo) - Constructor for class org.exoplatform.management.jmx.impl.ExoModelMBean
 
ExoProfileExtension - Interface in org.exoplatform.container
An interface used to define services that can be loaded using ServiceLoader to inject profiles to eXo Kernel containers
ExoWurflSource - Class in org.exoplatform.container.util
 
ExoWurflSource() - Constructor for class org.exoplatform.container.util.ExoWurflSource
 
ExtendedPropertyConfigurator - Class in org.exoplatform.container
Allow set system properties.
ExtendedPropertyConfigurator(InitParams, ConfigurationManager) - Constructor for class org.exoplatform.container.ExtendedPropertyConfigurator
Constructor used by ExoContainer.
ExternalComponentPlugins - Class in org.exoplatform.container.xml
 
ExternalComponentPlugins() - Constructor for class org.exoplatform.container.xml.ExternalComponentPlugins
 

F

fillTemplate(InputStream, Map<String, String>) - Method in class org.exoplatform.container.util.TemplateConfigurationHelper
Reads configuration file from a stream and replaces all the occurrences of template-variables (like : "${parameter.name}") with values provided in the map.
fillTemplate(String, Map<String, String>) - Method in class org.exoplatform.container.util.TemplateConfigurationHelper
Reads configuration file from a stream and replaces all the occurrences of template-variables (like : "${parameter.name}") with values provided in the map.
findContainer() - Method in class org.exoplatform.container.management.ManagementContextImpl
 
FLOAT - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 

G

GARBAGE_COLLECTOR_MXBEANS - Static variable in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
get() - Method in class org.exoplatform.container.ConcurrentContainer.CreationalContextComponentAdapter
Gives the current value
get(Contextual<T>) - Method in class org.exoplatform.container.context.AbstractContext
get(Contextual<T>, CreationalContext<T>) - Method in class org.exoplatform.container.context.AbstractContext
getAllIds() - Method in interface org.exoplatform.container.context.CreationContextStorage
Gives all the Contextual ids that have been stored
getApplicationDeployArchives() - Method in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
 
getApplicationDeployDirectories() - Method in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
 
getArch() - Method in interface org.exoplatform.container.monitor.jvm.OperatingSystemInfo
 
getArch() - Method in class org.exoplatform.container.monitor.jvm.OperatingSystemInfoImpl
 
getArray() - Method in class org.exoplatform.xml.object.XMLNativeArray
 
getAttribute(String) - Method in class org.exoplatform.container.ExoContainerContext
 
getAttribute(String) - Method in class org.exoplatform.test.MockServletContext
 
getAttributeNames() - Method in class org.exoplatform.container.ExoContainerContext
 
getAttributeNames() - Method in class org.exoplatform.test.MockServletContext
 
getAvailableProcessors() - Method in interface org.exoplatform.container.monitor.jvm.OperatingSystemInfo
 
getAvailableProcessors() - Method in class org.exoplatform.container.monitor.jvm.OperatingSystemInfoImpl
 
getBindingFactoryInPriviledgedMode(Class<?>) - Static method in class org.exoplatform.xml.object.XMLObject
 
getBoolean() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getBootClassPath() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getBootClassPath() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getBootClassPathSupported() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getBootClassPathSupported() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getCache() - Method in class org.exoplatform.container.ConcurrentContainer
Gives the cache if already found otherwise it will get it from the interceptor chain
getChanges() - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChangePlugin
 
getClassLoader() - Method in class org.exoplatform.test.MockServletContext
 
getClassPath() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getClassPath() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getCollection() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getCollection() - Method in class org.exoplatform.xml.object.XMLCollection
 
getCollection(InputStream) - Static method in class org.exoplatform.xml.object.XMLCollection
 
getComponent(Class<?>) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Gives the component configuration of a given service
getComponent(Class<?>) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getComponent(Class<?>) - Static method in class org.exoplatform.container.PortalContainer
 
getComponent(Class<?>) - Static method in class org.exoplatform.container.RootContainer
 
getComponent(String) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Gives the component configuration of a given service
getComponent(String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getComponent(String) - Method in class org.exoplatform.container.xml.Configuration
 
getComponentAdapter(Object) - Method in class org.exoplatform.container.ExoContainer
Find a component adapter associated with the specified key.
getComponentAdapter(Object, Class<T>) - Method in class org.exoplatform.container.ExoContainer
This method is equivalent to ExoContainer.getComponentAdapter(Object, Class, boolean) with true for the parameter autoRegistration
getComponentAdapter(Object, Class<T>, boolean) - Method in class org.exoplatform.container.AbstractContainer
Find a component adapter associated with the specified key.
getComponentAdapter(Object, Class<T>, boolean) - Method in class org.exoplatform.container.ConcurrentContainer
 
getComponentAdapter(Object, Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
Find a component adapter associated with the specified key.
getComponentAdapter(Object, Class<T>, boolean) - Method in interface org.exoplatform.container.spi.Container
Find a component adapter associated with the specified key.
getComponentAdapterOfType(Class<T>) - Method in class org.exoplatform.container.ExoContainer
This method is equivalent to ExoContainer.getComponentAdapterOfType(Class, boolean) with true for the parameter autoRegistration
getComponentAdapterOfType(Class<T>, boolean) - Method in class org.exoplatform.container.AbstractContainer
Find a component adapter associated with the specified type.
getComponentAdapterOfType(Class<T>, boolean) - Method in class org.exoplatform.container.CachingContainer
 
getComponentAdapterOfType(Class<T>, boolean) - Method in class org.exoplatform.container.ConcurrentContainer
 
getComponentAdapterOfType(Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
Find a component adapter associated with the specified type.
getComponentAdapterOfType(Class<T>, boolean) - Method in interface org.exoplatform.container.spi.Container
Find a component adapter associated with the specified type.
getComponentAdapters() - Method in class org.exoplatform.container.AbstractContainer
Retrieve all the component adapters inside this container.
getComponentAdapters() - Method in class org.exoplatform.container.ConcurrentContainer
 
getComponentAdapters() - Method in interface org.exoplatform.container.spi.Container
Retrieve all the component adapters inside this container.
getComponentAdaptersOfType(Class<T>) - Method in class org.exoplatform.container.AbstractContainer
Retrieve all component adapters inside this container that are associated with the specified type.
getComponentAdaptersOfType(Class<T>) - Method in class org.exoplatform.container.CachingContainer
 
getComponentAdaptersOfType(Class<T>) - Method in class org.exoplatform.container.ConcurrentContainer
 
getComponentAdaptersOfType(Class<T>) - Method in interface org.exoplatform.container.spi.Container
Retrieve all component adapters inside this container that are associated with the specified type.
getComponentImplementation() - Method in class org.exoplatform.container.AbstractComponentAdapter
Retrieve the class of the component.
getComponentImplementation() - Method in interface org.exoplatform.container.spi.ComponentAdapter
Retrieve the class of the component.
getComponentImplementation() - Method in interface org.picocontainer.ComponentAdapter
Deprecated.
Retrieve the class of the component.
getComponentInstance() - Method in class org.exoplatform.container.InstanceComponentAdapter
Retrieve the component instance.
getComponentInstance() - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
 
getComponentInstance() - Method in interface org.exoplatform.container.spi.ComponentAdapter
Retrieve the component instance.
getComponentInstance(Object) - Method in class org.exoplatform.container.ExoContainer
Retrieve a component instance registered with a specific key.
getComponentInstance(Object) - Method in class org.exoplatform.container.RootContainer
Retrieve a component instance registered with a specific key.
getComponentInstance(Object, Class<T>) - Method in class org.exoplatform.container.ExoContainer
This method is equivalent to ExoContainer.getComponentInstance(Object, Class, boolean) with true for the parameter autoRegistration
getComponentInstance(Object, Class<T>, boolean) - Method in class org.exoplatform.container.AbstractContainer
Retrieve a component instance registered with a specific key.
getComponentInstance(Object, Class<T>, boolean) - Method in class org.exoplatform.container.CachingContainer
 
getComponentInstance(Object, Class<T>, boolean) - Method in class org.exoplatform.container.ConcurrentContainer
 
getComponentInstance(Object, Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
Retrieve a component instance registered with a specific key.
getComponentInstance(Object, Class<T>, boolean) - Method in interface org.exoplatform.container.spi.Container
Retrieve a component instance registered with a specific key.
getComponentInstanceFromContext(ComponentAdapter<T>, Class<T>) - Method in class org.exoplatform.container.ConcurrentContainer
Gets the component instance from the context
getComponentInstanceOfType(Class<T>) - Method in class org.exoplatform.container.ExoContainer
This method is equivalent to ExoContainer.getComponentInstanceOfType(Class, boolean) with true for the parameter autoRegistration
getComponentInstanceOfType(Class<T>, boolean) - Method in class org.exoplatform.container.AbstractContainer
Find a component instance matching the specified type.
getComponentInstanceOfType(Class<T>, boolean) - Method in class org.exoplatform.container.CachingContainer
 
getComponentInstanceOfType(Class<T>, boolean) - Method in class org.exoplatform.container.ConcurrentContainer
If no ComponentAdapter can be found it returns null otherwise it first try to get it from the dependency resolution context if it still cannot be found we get the instance from the ComponentAdapter.
getComponentInstanceOfType(Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
Find a component instance matching the specified type.
getComponentInstanceOfType(Class<T>, boolean) - Method in interface org.exoplatform.container.spi.Container
Find a component instance matching the specified type.
getComponentInstances() - Method in class org.exoplatform.container.ConcurrentContainer
 
getComponentInstancesOfType(Class<T>) - Method in class org.exoplatform.container.AbstractContainer
Returns a List of components of a certain componentType.
getComponentInstancesOfType(Class<T>) - Method in class org.exoplatform.container.CachingContainer
 
getComponentInstancesOfType(Class<T>) - Method in class org.exoplatform.container.ConcurrentContainer
 
getComponentInstancesOfType(Class<T>) - Method in interface org.exoplatform.container.spi.Container
Returns a List of components of a certain componentType.
getComponentIterator() - Method in class org.exoplatform.container.xml.Configuration
 
getComponentKey() - Method in class org.exoplatform.container.AbstractComponentAdapter
Retrieve the key associated with the component.
getComponentKey() - Method in interface org.exoplatform.container.spi.ComponentAdapter
Retrieve the key associated with the component.
getComponentKey() - Method in interface org.picocontainer.ComponentAdapter
Deprecated.
Retrieve the key associated with the component.
getComponentLifecyclePluginIterator() - Method in class org.exoplatform.container.xml.Configuration
 
getComponentLifecyclePlugins() - Method in class org.exoplatform.container.xml.Configuration
 
getComponentPlugins() - Method in class org.exoplatform.container.xml.Component
 
getComponentPlugins() - Method in class org.exoplatform.container.xml.ExternalComponentPlugins
 
getComponents() - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Gives the configuration of all the registered components
getComponents() - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getComponents() - Method in class org.exoplatform.container.xml.Configuration
 
getComponentsType() - Method in class org.exoplatform.container.xml.ManageableComponents
 
getConfiguration() - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Gives the entire configuration
getConfiguration() - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getConfiguration() - Method in class org.exoplatform.container.ExoContainer
Gets the ConfigurationManager from the given ExoContainer if it exists, then returns the nested Configuration otherwise it returns null
getConfigurationURL() - Method in class org.exoplatform.container.StandaloneContainer
Get configurationURL.
getConfigurationURL(String) - Static method in class org.exoplatform.container.util.ContainerUtil
 
getConfigurationURL(List<String>, Set<Archive>, String) - Static method in class org.exoplatform.container.ar.Archive
Gives a Collection of URL corresponding to the configuration files that could be found under the given directories inside archives with the given suffixes
getConfigurationXML() - Method in class org.exoplatform.container.PortalContainer
 
getConfigurationXML() - Method in class org.exoplatform.container.RootContainer
 
getConfigurationXML() - Method in class org.exoplatform.container.StandaloneContainer
 
getConfiguratorClass() - Method in class org.exoplatform.services.log.LogConfigurationInitializer
 
getContainer() - Method in class org.exoplatform.container.ExoContainerContext
 
getContainer() - Method in class org.exoplatform.container.web.AbstractFilter
 
getContainer() - Method in class org.exoplatform.container.web.AbstractHttpServlet
 
getContainer(HttpSessionEvent) - Method in class org.exoplatform.container.web.AbstractHttpSessionListener
 
getContainer(ServletRequestEvent) - Method in class org.exoplatform.container.context.ContextManagerListener
 
getContainerByName(String) - Static method in class org.exoplatform.container.ExoContainerContext
 
getContainerLifecyclePluginIterator() - Method in class org.exoplatform.container.xml.Configuration
 
getContainerLifecyclePlugins() - Method in class org.exoplatform.container.xml.Configuration
 
getContainerName() - Method in class org.exoplatform.container.xml.PortalContainerInfo
 
getContext() - Method in class org.exoplatform.container.ExoContainer
 
getContext(Class<? extends Annotation>) - Method in interface org.exoplatform.container.context.ContextManager
Gives the context corresponding to the given scope
getContext(Class<? extends Annotation>) - Method in class org.exoplatform.container.context.ContextManagerImpl
Gives the context corresponding to the given scope
getContext(String) - Method in class org.exoplatform.test.MockServletContext
 
getContextManager() - Method in class org.exoplatform.container.ExoContainer
Gives the ContextManager that has been registered
getContextPath() - Method in class org.exoplatform.test.MockServletContext
 
getContexts() - Method in class org.exoplatform.container.context.ContextPlugin
 
getContextual() - Method in class org.exoplatform.container.context.CreationContext
 
getCreationalContext() - Method in class org.exoplatform.container.context.CreationContext
 
getCreationContext(String) - Method in interface org.exoplatform.container.context.CreationContextStorage
Gives the CreationContext corresponding to the given Contextual id
getCurrentContainer() - Static method in class org.exoplatform.container.ExoContainerContext
 
getCurrentContainerIfPresent() - Static method in class org.exoplatform.container.ExoContainerContext
 
getCurrentHash() - Method in class org.exoplatform.container.xml.Configuration
 
getCurrentInstance(ServletContext) - Static method in class org.exoplatform.container.PortalContainer
We first try to get the ExoContainer that has been stored into the ThreadLocal if the value is of type PortalContainer, we return it otherwise we get the portal container corresponding the given servlet context
getCurrentPortalContainerName() - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the current portal container that has been stored into the ThreadLocal.
getCurrentRealmName() - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the current realm corresponding to the portal container that has been stored into the ThreadLocal.
getCurrentRestContextName() - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the current rest context corresponding to the portal container that has been stored into the ThreadLocal.
getCurrentSetting(String) - Static method in class org.exoplatform.container.PortalContainer
Returns the current value of the setting corresponding to the portal container that has been stored into the ThreadLocal.
getCurrentSize() - Method in class org.exoplatform.container.xml.Configuration
 
getCurrentURL() - Static method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
Returns the URL of the current document being unmarshalled or null.
getDate() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getDefaultComponentAdapterFactory() - Method in class org.exoplatform.container.ConcurrentContainer
 
getDefaultPortalContainer() - Method in class org.exoplatform.container.definition.PortalContainerConfig
 
getDefaultRealmName() - Method in class org.exoplatform.container.definition.PortalContainerConfig
 
getDefaultRestContext() - Method in class org.exoplatform.container.definition.PortalContainerConfig
 
getDefaultSessionTrackingModes() - Method in class org.exoplatform.test.MockServletContext
 
getDependencies() - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
getDependencies() - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
getDependencies(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Gives all the dependencies related to the given portal container
getDescription() - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
getDescription() - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
getDescription() - Method in class org.exoplatform.container.component.BaseComponentPlugin
 
getDescription() - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
getDescription() - Method in interface org.exoplatform.container.component.ComponentListener
 
getDescription() - Method in interface org.exoplatform.container.component.ComponentPlugin
 
getDescription() - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
getDescription() - Method in class org.exoplatform.container.xml.Component
 
getDescription() - Method in class org.exoplatform.container.xml.ComponentPlugin
 
getDescription() - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
getDescription() - Method in class org.exoplatform.container.xml.LifecyclePlugin
 
getDescription() - Method in class org.exoplatform.container.xml.Parameter
 
getDescription() - Method in class org.exoplatform.management.spi.ManagedMetaData
 
getDocumentURL() - Method in class org.exoplatform.container.xml.Component
 
getDouble() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getDynamicInterceptors(ExoContainer, ExoContainer) - Method in class org.exoplatform.container.DefaultInterceptorChainFactory
Gives the dynamic Interceptor from the last to the head
getEffectiveMajorVersion() - Method in class org.exoplatform.test.MockServletContext
 
getEffectiveMinorVersion() - Method in class org.exoplatform.test.MockServletContext
 
getEffectiveSessionTrackingModes() - Method in class org.exoplatform.test.MockServletContext
 
getEntryIterator() - Method in class org.exoplatform.xml.object.XMLMap
 
getExoConfigurationDirectory() - Method in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
 
getExternalComponentPlugins(String) - Method in class org.exoplatform.container.xml.Configuration
 
getExternalComponentPluginsIterator() - Method in class org.exoplatform.container.xml.Configuration
 
getExternalComponentPluginsUnused() - Method in class org.exoplatform.container.ExoContainer
Gives all the ExternalComponentPlugins that have not been used, null if there are all used.
getExternalSettingsPath() - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
getExternalSettingsPath() - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
getField(String) - Method in class org.exoplatform.xml.object.XMLObject
 
getFieldIterator() - Method in class org.exoplatform.xml.object.XMLObject
 
getFields() - Method in class org.exoplatform.xml.object.XMLObject
 
getFieldValue(String) - Method in class org.exoplatform.xml.object.XMLObject
 
getFilterRegistration(String) - Method in class org.exoplatform.test.MockServletContext
 
getFilterRegistrations() - Method in class org.exoplatform.test.MockServletContext
 
getFloat() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getFromCache(AbstractContext.ThreadLocalData, String) - Method in class org.exoplatform.container.context.AbstractContext
Gets the component from the cache if it has already been registered
getGetter() - Method in class org.exoplatform.management.spi.ManagedPropertyMetaData
 
getGetterDescription() - Method in class org.exoplatform.management.spi.ManagedPropertyMetaData
 
getHeapMemoryUsage() - Method in class org.exoplatform.container.monitor.jvm.MemoryInfo
 
getHolder() - Method in class org.exoplatform.container.ConcurrentContainer
 
getHolder() - Method in class org.exoplatform.container.management.ManageableContainer
 
getId() - Method in class org.exoplatform.container.AbstractInterceptor
Gives an identifier to the Container, allowing to inject an Interceptor into the Interceptor chain.
getId() - Method in class org.exoplatform.container.CachingContainer
Gives an identifier to the Container, allowing to inject an Interceptor into the Interceptor chain.
getId() - Method in interface org.exoplatform.container.context.CreationContextStorage
Gives the id of the storage.
getId() - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
getId() - Method in class org.exoplatform.container.management.ManageableContainer
Gives an identifier to the Container, allowing to inject an Interceptor into the Interceptor chain.
getId() - Method in interface org.exoplatform.container.spi.Interceptor
Gives an identifier to the Container, allowing to inject an Interceptor into the Interceptor chain.
getId(Contextual<T>) - Method in class org.exoplatform.container.context.AbstractContext
Gives an id for the given Contextual
getImpact() - Method in class org.exoplatform.management.spi.ManagedMethodMetaData
 
getImports() - Method in class org.exoplatform.container.xml.Configuration
 
getIndex() - Method in class org.exoplatform.management.spi.ManagedMethodParameterMetaData
 
getInitParameter(String) - Method in class org.exoplatform.test.MockServletContext
 
getInitParameterNames() - Method in class org.exoplatform.test.MockServletContext
 
getInitParams() - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
getInitParams() - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
getInitParams() - Method in class org.exoplatform.container.xml.Component
 
getInitParams() - Method in class org.exoplatform.container.xml.ComponentLifecyclePlugin
 
getInitParams() - Method in class org.exoplatform.container.xml.ComponentPlugin
 
getInitParams() - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
getInitParams() - Method in class org.exoplatform.container.xml.LifecyclePlugin
 
getInputArguments() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getInputArguments() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getInputStream(String) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Gives the InputStream of the resource file corresponding to the url provided in String format
getInputStream(String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getInputStream(String, String) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Gives the InputStream of the resource file corresponding to the url provided in String format
getInputStream(String, String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getInputStream(ConfigurationManager, String) - Static method in class org.exoplatform.container.util.TemplateConfigurationHelper
Tries first to get the file content using the configuration manager, if it cannot be found it will then try to get it from the context class loader of the current thread, if it cannot be found it will try to get it from the class loader of the current class and finally it still cannot be found it will try to use the file name as a file path.
getInstance() - Method in class org.exoplatform.container.context.CreationContext
 
getInstance() - Static method in class org.exoplatform.container.PortalContainer
 
getInstance() - Static method in class org.exoplatform.container.RootContainer
Get the unique instance of the root container per VM.
getInstance() - Static method in class org.exoplatform.container.StandaloneContainer
Shortcut for getInstance(null, null).
getInstance(ClassLoader) - Static method in class org.exoplatform.container.StandaloneContainer
Shortcut for getInstance(configClassLoader, null).
getInstance(ClassLoader, Object[][]) - Static method in class org.exoplatform.container.StandaloneContainer
A way to inject externally instantiated objects to container before it starts Object[][] components - an array of components in form: {{"name1", component1}, {"name2", component2}, ...}.
getInstance(Object[][]) - Static method in class org.exoplatform.container.StandaloneContainer
Shortcut for getInstance(null, components).
getInstance(ServletContext) - Static method in class org.exoplatform.container.PortalContainer
Gives the first portal container instance related to the given ServletContext
getInstance(CreationContextStorage, String) - Method in class org.exoplatform.container.context.AbstractContext
Gives the instance stored with the given Contextual id.
getInstance(ComponentAdapter<T>, Class<T>, boolean) - Method in class org.exoplatform.container.ConcurrentContainer
 
getInstanceIfPresent() - Static method in class org.exoplatform.container.PortalContainer
 
getInt() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getInterceptorChain(ExoContainer, ExoContainer) - Method in class org.exoplatform.container.DefaultInterceptorChainFactory
Creates a new Interceptor chain with the provided ExoContainer instance as parent container and with the provided ExoContainer as holder of the container.
getInterceptorChain(ExoContainer, ExoContainer) - Method in interface org.exoplatform.container.spi.InterceptorChainFactory
Creates a new Interceptor chain with the provided ExoContainer instance as parent container and with the provided ExoContainer as holder of the container.
getInterceptorChainFactory() - Static method in class org.exoplatform.container.spi.InterceptorChainFactoryProvider
Gives the InterceptorChainFactory that must be used to create all the Interceptor chains
getIterator() - Method in class org.exoplatform.xml.object.XMLCollection
 
getJMXName() - Method in class org.exoplatform.container.xml.Component
 
getJspConfigDescriptor() - Method in class org.exoplatform.test.MockServletContext
 
getKernelNamespaces() - Static method in class org.exoplatform.container.configuration.Namespaces
 
getKey() - Method in class org.exoplatform.container.xml.Component
 
getKey() - Method in class org.exoplatform.management.jmx.impl.PropertyInfo
 
getKey() - Method in class org.exoplatform.xml.object.XMLEntry
 
getLibraryPath() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getLibraryPath() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getLock(String) - Method in class org.exoplatform.container.context.AbstractContext
In case the context is sharable, we will need a lock to synchronize the accesses
getLock(String) - Method in class org.exoplatform.container.context.SharedContext
In case the context is sharable, we will need a lock to synchronize the accesses
getLock(String) - Method in class org.exoplatform.container.context.UnSharedContext
In case the context is sharable, we will need a lock to synchronize the accesses
getLogBuffer() - Method in class org.exoplatform.test.MockServletContext
 
getLoggerClass() - Method in class org.exoplatform.services.log.LogConfigurationInitializer
 
getLong() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getMajorVersion() - Method in class org.exoplatform.test.MockServletContext
 
getManageableComponents() - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
getManageableComponents() - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
getManageableComponents() - Method in class org.exoplatform.container.xml.ComponentLifecyclePlugin
 
getManagementContext() - Method in class org.exoplatform.container.AbstractContainer
Gives the corresponding ManagementContext
getManagementContext() - Method in class org.exoplatform.container.ConcurrentContainer
Gives the corresponding ManagementContext
getManagementContext() - Method in class org.exoplatform.container.management.ManageableContainer
Gives the corresponding ManagementContext
getManagementContext() - Method in interface org.exoplatform.container.spi.Container
Gives the corresponding ManagementContext
getManagementSpecVersion() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getManagementSpecVersion() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getMap() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getMap() - Method in class org.exoplatform.xml.object.XMLMap
 
getMBeanServer() - Method in class org.exoplatform.container.AbstractContainer
Provides the MBeanServer this method is needed for backward compatibility
getMBeanServer() - Method in class org.exoplatform.container.ConcurrentContainer
Provides the MBeanServer this method is needed for backward compatibility
getMBeanServer() - Method in class org.exoplatform.container.management.ManageableContainer
Provides the MBeanServer this method is needed for backward compatibility
getMBeanServer() - Method in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
Returns an mbean server setup by the application server environment or null if none cannot be located.
getMBeanServer() - Method in interface org.exoplatform.container.spi.Container
Provides the MBeanServer this method is needed for backward compatibility
getMetaData() - Method in class org.exoplatform.container.management.ManagementContextImpl
 
getMetaData() - Method in interface org.exoplatform.management.spi.ManagedResource
Returns the resource meta data.
getMethod() - Method in class org.exoplatform.management.spi.ManagedMethodMetaData
 
getMethods() - Method in class org.exoplatform.management.spi.ManagedTypeMetaData
 
getMimeType(String) - Method in class org.exoplatform.test.MockServletContext
 
getMinorVersion() - Method in class org.exoplatform.test.MockServletContext
 
getName() - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
getName() - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
getName() - Method in class org.exoplatform.container.component.BaseComponentPlugin
 
getName() - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
getName() - Method in interface org.exoplatform.container.component.ComponentListener
 
getName() - Method in interface org.exoplatform.container.component.ComponentPlugin
 
getName() - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
getName() - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
getName() - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
getName() - Method in class org.exoplatform.container.ExoContainerContext
 
getName() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getName() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getName() - Method in interface org.exoplatform.container.monitor.jvm.OperatingSystemInfo
 
getName() - Method in class org.exoplatform.container.monitor.jvm.OperatingSystemInfoImpl
 
getName() - Method in class org.exoplatform.container.PortalContainer
 
getName() - Method in class org.exoplatform.container.xml.ComponentPlugin
 
getName() - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
getName() - Method in class org.exoplatform.container.xml.LifecyclePlugin
 
getName() - Method in class org.exoplatform.container.xml.Parameter
 
getName() - Method in class org.exoplatform.container.xml.Property
 
getName() - Method in class org.exoplatform.management.spi.ManagedMethodMetaData
 
getName() - Method in class org.exoplatform.management.spi.ManagedParameterMetaData
 
getName() - Method in class org.exoplatform.management.spi.ManagedPropertyMetaData
 
getName() - Method in class org.exoplatform.xml.object.XMLField
 
getNamedDispatcher(String) - Method in class org.exoplatform.test.MockServletContext
 
getNames() - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChangePlugin
 
getNames() - Method in class org.exoplatform.container.definition.PortalContainerDefinitionDisablePlugin
 
getNativeArray() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getNextUnit() - Method in class org.exoplatform.container.component.ExecutionUnit
 
getNonHeapMemoryUsage() - Method in class org.exoplatform.container.monitor.jvm.MemoryInfo
 
getObject() - Method in class org.exoplatform.container.xml.ObjectParam
 
getObject() - Method in class org.exoplatform.container.xml.ObjectParameter
 
getObject() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getObject(InputStream) - Static method in class org.exoplatform.xml.object.XMLObject
 
getObjectParam(String) - Method in class org.exoplatform.container.xml.InitParams
 
getObjectParamIterator() - Method in class org.exoplatform.container.xml.InitParams
 
getObjectParamValues(Class<T>) - Method in class org.exoplatform.container.xml.InitParams
 
getObjectPendingFinalizationCount() - Method in class org.exoplatform.container.monitor.jvm.MemoryInfo
 
getObjectValue() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getOSEnvironment() - Method in class org.exoplatform.container.RootContainer
 
getParameter(String) - Method in class org.exoplatform.container.xml.InitParams
 
getParameters() - Method in class org.exoplatform.management.spi.ManagedMethodMetaData
 
getParent() - Method in class org.exoplatform.container.ExoContainer
Gives the parent container of this container.
getParent() - Method in class org.exoplatform.container.management.ManagementContextImpl
 
getPathOnly(String) - Static method in class org.exoplatform.container.util.Utils
Extracts the path section of the given full path which syntax is [path][?query][#fragment]
getPortalClassLoader() - Method in class org.exoplatform.container.PortalContainer
 
getPortalContainer(String) - Method in class org.exoplatform.container.RootContainer
 
getPortalContainerDefinitions() - Method in class org.exoplatform.container.definition.PortalContainerDefinitionPlugin
 
getPortalContainerInfo() - Method in class org.exoplatform.container.PortalContainer
 
getPortalContainerName() - Method in class org.exoplatform.container.ExoContainerContext
 
getPortalContainerName(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Gives the portal container names for which the web application is available if several portal container are available only the fist one will be returned
getPortalContainerNames(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Gives the list of all the portal container names for which the web application is available
getPortalContext() - Method in class org.exoplatform.container.PortalContainer
 
getPriority() - Method in class org.exoplatform.container.xml.ComponentPlugin
 
getPriority() - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
getProfiles() - Method in interface org.exoplatform.container.configuration.ConfigurationManager
 
getProfiles() - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getProfiles() - Static method in class org.exoplatform.container.ExoContainer
 
getProfiles() - Method in interface org.exoplatform.container.ExoProfileExtension
 
getProfilesFromProperty() - Static method in class org.exoplatform.container.ExoContainer
Returns an unmodifiable set of profiles defined by the value returned by invoking PropertyManager.getProperty(String) with the PropertyManager.RUNTIME_PROFILES property.
getProperties() - Method in class org.exoplatform.container.xml.PropertiesParam
 
getProperties() - Method in class org.exoplatform.management.jmx.impl.PropertiesInfo
 
getProperties() - Method in class org.exoplatform.management.spi.ManagedTypeMetaData
 
getProperties() - Method in class org.exoplatform.services.log.LogConfigurationInitializer
 
getPropertiesParam(String) - Method in class org.exoplatform.container.xml.InitParams
 
getPropertiesParamIterator() - Method in class org.exoplatform.container.xml.InitParams
 
getProperty(String) - Method in class org.exoplatform.container.PropertyManagerManaged
 
getProperty(String) - Method in class org.exoplatform.container.xml.PropertiesParam
 
getProperty(String) - Method in class org.exoplatform.management.spi.ManagedTypeMetaData
 
getPropertyIterator() - Method in class org.exoplatform.container.xml.ObjectParam
 
getPropertyIterator() - Method in class org.exoplatform.container.xml.PropertiesParam
 
getRealmName() - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
getRealmName() - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
getRealmName() - Method in class org.exoplatform.container.ExoContainerContext
 
getRealmName() - Method in class org.exoplatform.container.PortalContainer
Returns the name of the realm corresponding to the current portal container
getRealmName(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Gives the name of the realm related to the given portal container
getRealmName(String) - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the realm corresponding to the given portal container name
getRealPath(String) - Method in class org.exoplatform.test.MockServletContext
 
getRegisteredComponentNames() - Method in class org.exoplatform.container.ExoContainer
 
getRemoveConfiguration() - Method in class org.exoplatform.container.xml.Configuration
 
getRequestCharacterEncoding() - Method in class org.exoplatform.test.MockServletContext
 
getRequestDispatcher(String) - Method in class org.exoplatform.test.MockServletContext
 
getResource() - Method in class org.exoplatform.container.management.ManagementContextImpl
 
getResource() - Method in interface org.exoplatform.management.spi.ManagedResource
The resource implementation.
getResource(String) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Gives the URL of the resource file corresponding to the url provided in String format
getResource(String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getResource(String) - Method in class org.exoplatform.test.MockServletContext
 
getResource(String, String) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
Gives the URL of the resource file corresponding to the url provided in String format
getResource(String, String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getResourceAsStream(String) - Method in class org.exoplatform.test.MockServletContext
 
getResourcePaths(String) - Method in class org.exoplatform.test.MockServletContext
 
getResponseCharacterEncoding() - Method in class org.exoplatform.test.MockServletContext
 
getRestContextName() - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
getRestContextName() - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
getRestContextName() - Method in class org.exoplatform.container.ExoContainerContext
 
getRestContextName() - Method in class org.exoplatform.container.PortalContainer
Returns the name of the rest context corresponding to the current portal container
getRestContextName(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Gives the name of the rest ServletContext related to the given portal container
getRestContextName(String) - Static method in class org.exoplatform.container.PortalContainer
Returns the name of the rest context corresponding to the given portal container name
getScope() - Method in class org.exoplatform.container.context.RequestContext
getScope() - Method in class org.exoplatform.container.context.SessionContext
getScope() - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
Gives the scope of the adapter
getScope(Class<?>) - Static method in class org.exoplatform.container.util.ContainerUtil
Gives the scope defined for the given class
getScope(Class<?>, boolean) - Static method in class org.exoplatform.container.util.ContainerUtil
Gives the scope defined for the given class
getScopingData(Class<S>) - Method in class org.exoplatform.container.management.ManagementContextImpl
 
getScopingData(Class<S>) - Method in interface org.exoplatform.management.spi.ManagedResource
Returns the scoping data of the context.
getScopingObjectName() - Method in class org.exoplatform.container.AbstractContainer
Gives the ObjectName of the container build from the scoping data
getScopingObjectName() - Method in class org.exoplatform.container.ConcurrentContainer
Gives the ObjectName of the container build from the scoping data
getScopingObjectName() - Method in class org.exoplatform.container.management.ManageableContainer
Gives the ObjectName of the container build from the scoping data
getScopingObjectName() - Method in interface org.exoplatform.container.spi.Container
Gives the ObjectName of the container build from the scoping data
getServerEnvironment() - Method in class org.exoplatform.container.RootContainer
 
getServerHome() - Method in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
 
getServerInfo() - Method in class org.exoplatform.test.MockServletContext
 
getServerName() - Method in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
 
getService(Class<T>) - Static method in class org.exoplatform.container.ExoContainerContext
Gets a service from current container.
getService(Class<T>, String) - Static method in class org.exoplatform.container.ExoContainerContext
Gets the service.
getServlet(String) - Method in class org.exoplatform.test.MockServletContext
 
getServletContext() - Method in class org.exoplatform.container.web.AbstractFilter
 
getServletContext() - Method in class org.exoplatform.container.web.AbstractHttpServlet
 
getServletContext() - Method in class org.exoplatform.container.WebAppInitContext
 
getServletContextName() - Method in class org.exoplatform.container.WebAppInitContext
 
getServletContextName() - Method in class org.exoplatform.test.MockServletContext
 
getServletContextName(ServletContext) - Static method in class org.exoplatform.container.util.ContainerUtil
Gives the context name thanks to the method ServletContext.getServletContextName() if not null otherwise it will extract the value from the value of ServletContext.getContextPath()
getServletNames() - Method in class org.exoplatform.test.MockServletContext
 
getServletRegistration(String) - Method in class org.exoplatform.test.MockServletContext
 
getServletRegistrations() - Method in class org.exoplatform.test.MockServletContext
 
getServlets() - Method in class org.exoplatform.test.MockServletContext
 
getSessionCookieConfig() - Method in class org.exoplatform.test.MockServletContext
 
getSessionTimeout() - Method in class org.exoplatform.test.MockServletContext
 
getSetMethod() - Method in class org.exoplatform.container.xml.ComponentPlugin
 
getSetMethod(Class<?>, String, Class<?>) - Static method in class org.exoplatform.container.jmx.MX4JComponentAdapter
Finds the best "set method" according to the given method name and type of plugin
getSetter() - Method in class org.exoplatform.management.spi.ManagedPropertyMetaData
 
getSetterDescription() - Method in class org.exoplatform.management.spi.ManagedPropertyMetaData
 
getSetterParameter() - Method in class org.exoplatform.management.spi.ManagedPropertyMetaData
 
getSetting(String) - Method in class org.exoplatform.container.ExoContainerContext
 
getSetting(String) - Method in class org.exoplatform.container.PortalContainer
Returns the value of the setting corresponding to the current portal container
getSetting(String, String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Give the value of a given setting for a given portal container name
getSetting(String, String) - Static method in class org.exoplatform.container.PortalContainer
Returns the value of the setting corresponding to the given portal container name and the given setting name
getSettings() - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
getSettings() - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
getShowDeployInfo() - Method in class org.exoplatform.container.xml.Component
 
getSortedConstructors(Class<?>) - Static method in class org.exoplatform.container.util.ContainerUtil
 
getSpecName() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getSpecName() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getSpecVendor() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getSpecVendor() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getSpecVersion() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getSpecVersion() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getStartTime() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getStartTime() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getStaticInterceptors(ExoContainer, ExoContainer) - Method in class org.exoplatform.container.DefaultInterceptorChainFactory
Gives the static Interceptor from the last to the head
getStorage() - Method in class org.exoplatform.container.context.AbstractContext
Gives the storage to use to store and access to the CreationContext
getString() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getSubArchives() - Method in class org.exoplatform.container.ar.Archive
 
getSuccessor() - Method in class org.exoplatform.container.AbstractContainer
Retrieve the successor of this container in the chain of Interceptor.
getSuccessor() - Method in interface org.exoplatform.container.spi.Container
Retrieve the successor of this container in the chain of Interceptor.
getSystemProperties() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getSystemProperties() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getSystemPropertiesAsText() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getSystemPropertiesAsText() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getTargetComponent() - Method in class org.exoplatform.container.xml.ExternalComponentPlugins
 
getThreadContext() - Method in interface org.exoplatform.container.component.ThreadContextHolder
Gives the value corresponding to the context of the thread
getThreadContext() - Method in class org.exoplatform.container.context.AbstractContext
Gives the value corresponding to the context of the thread
getThreadContext() - Method in class org.exoplatform.container.context.ContextManagerImpl
Gives the value corresponding to the context of the thread
getTopContainer() - Static method in class org.exoplatform.container.ExoContainerContext
 
getType() - Method in class org.exoplatform.container.ar.Archive
 
getType() - Method in interface org.exoplatform.container.RootContainer.PortalContainerInitTask
 
getType() - Method in class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
getType() - Method in class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
getType() - Method in class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
getType() - Method in class org.exoplatform.container.xml.Component
 
getType() - Method in class org.exoplatform.container.xml.ComponentLifecyclePlugin
 
getType() - Method in class org.exoplatform.container.xml.ComponentPlugin
 
getType() - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
getType() - Method in class org.exoplatform.container.xml.LifecyclePlugin
 
getType() - Method in class org.exoplatform.container.xml.ObjectParam
 
getType() - Method in class org.exoplatform.management.spi.ManagedTypeMetaData
 
getType() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getType() - Method in class org.exoplatform.xml.object.XMLCollection
 
getType() - Method in class org.exoplatform.xml.object.XMLMap
 
getType() - Method in class org.exoplatform.xml.object.XMLNativeArray
 
getType() - Method in class org.exoplatform.xml.object.XMLObject
 
getUptime() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getUptime() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getURL(String) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
This method is equivalent to ConfigurationManager.getResource(String)
getURL(String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
getURL(String) - Method in class org.exoplatform.test.MockConfigurationManagerImpl
 
getUseCache() - Static method in class org.exoplatform.container.PropertyManagerManaged
 
getValue() - Method in class org.exoplatform.container.xml.Property
 
getValue() - Method in class org.exoplatform.container.xml.ValueParam
 
getValue() - Method in class org.exoplatform.container.xml.ValuesParam
 
getValue() - Method in class org.exoplatform.xml.object.XMLBaseObject
 
getValue() - Method in class org.exoplatform.xml.object.XMLEntry
 
getValue() - Method in class org.exoplatform.xml.object.XMLNativeArray
 
getValueParam(String) - Method in class org.exoplatform.container.xml.InitParams
 
getValueParamIterator() - Method in class org.exoplatform.container.xml.InitParams
 
getValues() - Method in class org.exoplatform.container.xml.ValuesParam
 
getValuesParam(String) - Method in class org.exoplatform.container.xml.InitParams
 
getValuesParamIterator() - Method in class org.exoplatform.container.xml.InitParams
 
getVersion() - Method in interface org.exoplatform.container.monitor.jvm.OperatingSystemInfo
 
getVersion() - Method in class org.exoplatform.container.monitor.jvm.OperatingSystemInfoImpl
 
getVirtualServerName() - Method in class org.exoplatform.test.MockServletContext
 
getVmName() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getVmName() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getVmVendor() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getVmVendor() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getVmVersion() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
getVmVersion() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
getWebappClassLoader() - Method in class org.exoplatform.container.WebAppInitContext
 
getWebAppClassLoader(ServletContext) - Method in class org.exoplatform.container.PortalContainer
This gives the merged ClassLoader between the PortalContainerClassLoader and the ClassLoader of the web application.
getWurflInputStream() - Method in class org.exoplatform.container.util.ExoWurflSource
 
getWurflPatchInputStream() - Method in class org.exoplatform.container.util.ExoWurflSource
 
getXMLCollection(InputStream) - Static method in class org.exoplatform.xml.object.XMLCollection
 
getXMLObject() - Method in class org.exoplatform.container.xml.ObjectParameter
 
getXMLObject(InputStream) - Static method in class org.exoplatform.xml.object.XMLObject
 

H

hasComponent() - Method in class org.exoplatform.container.xml.Configuration
 
hasComponent(String) - Static method in class org.exoplatform.container.xml.Configuration
Indicates whether or not the given key has been registered has a component within the current configuration if and only if we have a configuration currently defined.
hasComponentLifecyclePlugin() - Method in class org.exoplatform.container.xml.Configuration
 
hasContainerLifecyclePlugin() - Method in class org.exoplatform.container.xml.Configuration
 
hasContext(Class<? extends Annotation>) - Method in interface org.exoplatform.container.context.ContextManager
Indicates whether or not a context has a been registered for the given scope
hasContext(Class<? extends Annotation>) - Method in class org.exoplatform.container.context.ContextManagerImpl
Indicates whether or not a context has a been registered for the given scope
hasDefinition() - Method in class org.exoplatform.container.definition.PortalContainerConfig
Indicates if at least one portal container definition has been defined.
hasExternalComponentPlugins() - Method in class org.exoplatform.container.xml.Configuration
 
hasFieldOrMethodWithInject(Class<?>) - Static method in class org.exoplatform.container.util.ContainerUtil
Indicates whether or not this class or one of its super class has at least one Inject annotation on a field or a method
hashCode() - Method in class org.exoplatform.container.ar.Archive
 
hashCode() - Method in class org.exoplatform.container.context.CreationContext
 
hashCode() - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
hashCode() - Method in class org.exoplatform.container.WebAppInitContext
 
hasInjectableConstructor(Class<?>) - Static method in class org.exoplatform.container.util.ContainerUtil
Indicates whether or not the given Class has a constructor annotated with Inject
hasOnlyEmptyPublicConstructor(Class<?>) - Static method in class org.exoplatform.container.util.ContainerUtil
Indicates whether or not the given Class has only a public non argument constructor
hasProfile(String) - Static method in class org.exoplatform.container.ExoContainer
Indicates whether the current container has a given profile.
hasProfileInProperty(String) - Static method in class org.exoplatform.container.ExoContainer
Indicates whether or not a given profile exists
holder - Variable in class org.exoplatform.container.AbstractInterceptor
The holder of the Interceptor chain

I

IDEMPOTENT_WRITE - org.exoplatform.management.annotations.ImpactType
Write operation, changes the state of the managed resource in an idempotent manner.
Impact - Annotation Type in org.exoplatform.management.annotations
The impact annotates a managed method to describe how it affects the state of the managed resource.
ImpactType - Enum in org.exoplatform.management.annotations
The type of the impact of a managed method.
init(FilterConfig) - Method in class org.exoplatform.container.web.AbstractFilter
init(ServletConfig) - Method in class org.exoplatform.container.web.AbstractHttpServlet
initComponent(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentLifecycle
 
initComponent(ExoContainer, Object) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
initComponent(ExoContainer, Object) - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
initContainer(ExoContainer) - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
initContainer(ExoContainer) - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
initContainer(ExoContainer) - Method in class org.exoplatform.container.monitor.jvm.AddJVMComponentsToRootContainer
 
initContainerInternal() - Method in class org.exoplatform.container.ExoContainer
 
initContainerInternal() - Method in class org.exoplatform.container.StandaloneContainer
initialize() - Method in class org.exoplatform.container.AbstractContainer
Initializes the container
initialize() - Method in class org.exoplatform.container.ConcurrentContainer
Initializes the container
initialize() - Method in class org.exoplatform.container.ExoContainer
 
initialize() - Method in interface org.exoplatform.container.spi.Container
Initializes the container
initializeComponent(T) - Method in class org.exoplatform.container.ConcurrentContainer
Initializes the instance by injecting objects into fields and the methods with the annotation Inject
InitParams - Class in org.exoplatform.container.xml
Jul 19, 2004
InitParams() - Constructor for class org.exoplatform.container.xml.InitParams
 
instance_ - Variable in class org.exoplatform.container.jmx.MX4JComponentAdapter
 
InstanceComponentAdapter<T> - Class in org.exoplatform.container
 
InstanceComponentAdapter(Object, T) - Constructor for class org.exoplatform.container.InstanceComponentAdapter
 
INT - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 
Interceptor - Interface in org.exoplatform.container.spi
This interface describes an Interceptor which can be injected into the chain of Interceptor Dynamic Interceptor will be created thanks to the ServiceLoader so it must provide a constructor with no parameter.
InterceptorChainFactory - Interface in org.exoplatform.container.spi
This interface is used to create a new Interceptor chain
InterceptorChainFactoryProvider - Class in org.exoplatform.container.spi
This class will provide the InterceptorChainFactory to use.
invoke(String, Object[], String[]) - Method in class org.exoplatform.management.jmx.impl.ExoModelMBean
 
isActive() - Method in class org.exoplatform.container.context.AbstractContext
isAll() - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChangePlugin
 
isAllowsDir() - Method in class org.exoplatform.container.ar.Archive
Indicates whether the archive can be a directory
isArchiveURL(String) - Static method in class org.exoplatform.container.ar.Archive
Indicates whether or not the provided URL is an archive URL
isBuildable() - Method in class org.exoplatform.container.management.MetaDataBuilder
 
isContextManagerLoaded() - Method in class org.exoplatform.container.ExoContainer
Indicates whether or not the ContextManager has already been loaded
isDefault() - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChangePlugin
 
isDevelopping() - Method in class org.exoplatform.container.PropertyManagerManaged
 
isInitialized - Variable in class org.exoplatform.container.jmx.MX4JComponentAdapter
 
isJBoss() - Method in class org.exoplatform.container.monitor.jvm.J2EEServerInfo
 
isKernelNamespace(String) - Static method in class org.exoplatform.container.configuration.Namespaces
Indicates whether the given uri is a kernel namespace or not
isManagementSupported() - Method in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
isManagementSupported() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
isMultiInstance() - Method in class org.exoplatform.container.xml.Component
 
isNativeArray(Class<?>) - Static method in class org.exoplatform.xml.object.XMLNativeArray
 
isNativeArray(Object) - Static method in class org.exoplatform.xml.object.XMLNativeArray
 
isPortalContainerConfigAware() - Method in class org.exoplatform.container.RootContainer
Indicates if the current instance is aware of the PortalContainerConfig
isPortalContainerName(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Indicates if the given name is the name of a registered portal container
isPortalContainerName(String) - Static method in class org.exoplatform.container.PortalContainer
 
isPortalContainerNameDisabled(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Indicates if the given name is the name of a portal container that has been registered as disabled
isPortalContainerNameDisabled(String) - Static method in class org.exoplatform.container.PortalContainer
 
isScopeValid(String, String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Indicates if the given servlet context is a dependency of the given portal container
isScopeValid(PortalContainer, ServletContext) - Static method in class org.exoplatform.container.PortalContainer
Indicates if the given servlet context is a dependency of the given portal container
isSharable() - Method in class org.exoplatform.container.context.AbstractContext
Indicates whether the objects of the context that can shared or not.
isSharable() - Method in class org.exoplatform.container.context.SharedContext
Indicates whether the objects of the context that can shared or not.
isSharable() - Method in class org.exoplatform.container.context.UnSharedContext
Indicates whether the objects of the context that can shared or not.
isSingleton - Variable in class org.exoplatform.container.jmx.MX4JComponentAdapter
Indicates whether or not it should be managed as a singleton
isSingleton() - Method in class org.exoplatform.container.InstanceComponentAdapter
Indicates whether or not this adapter is a singleton
isSingleton() - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
Indicates whether or not this adapter is a singleton
isSingleton() - Method in interface org.exoplatform.container.spi.ComponentAdapter
Indicates whether or not this adapter is a singleton
isSingleton(Class<?>) - Static method in class org.exoplatform.container.util.ContainerUtil
Indicates whether or not the given Class is a singleton or as the scope set to ApplicationScoped
isStarted() - Method in class org.exoplatform.container.PortalContainer
 
isStarted(ComponentRequestLifecycle) - Static method in class org.exoplatform.container.component.RequestLifeCycle
Check Component Request Lifecycle status
isStarted(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentRequestLifecycle
Check component Lifecycle status
isStarted(ExoContainer, boolean) - Static method in class org.exoplatform.container.component.RequestLifeCycle
Check all Components Request Lifecycle status
isUseDirWoExt() - Method in class org.exoplatform.container.ar.Archive
Indicates whether the archive is replaceable with a directory without extension
isValid(URL) - Method in class org.exoplatform.container.configuration.ConfigurationUnmarshaller
Returns true if the configuration file is valid according to its schema declaration.
isValidateSchema() - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
isVerbose() - Method in class org.exoplatform.container.monitor.jvm.MemoryInfo
 

J

J2EEServerInfo - Class in org.exoplatform.container.monitor.jvm
 
J2EEServerInfo() - Constructor for class org.exoplatform.container.monitor.jvm.J2EEServerInfo
 
J2EEServerInfo(boolean) - Constructor for class org.exoplatform.container.monitor.jvm.J2EEServerInfo
 
JMX - Class in org.exoplatform.management.jmx.impl
Various JMX utilities.
JMXManagementProvider - Class in org.exoplatform.management.jmx.impl
 
JMXManagementProvider() - Constructor for class org.exoplatform.management.jmx.impl.JMXManagementProvider
 
JMXManagementProvider(MBeanServer) - Constructor for class org.exoplatform.management.jmx.impl.JMXManagementProvider
 
JVMRuntimeInfo - Interface in org.exoplatform.container.monitor.jvm
 
JVMRuntimeInfoImpl - Class in org.exoplatform.container.monitor.jvm
 
JVMRuntimeInfoImpl(InitParams) - Constructor for class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 

K

keepCurrentState() - Method in class org.exoplatform.container.xml.Configuration
This will keep the current state of the configuration like its size and hash
KERNEL_1_0_URI - Static variable in class org.exoplatform.container.configuration.Namespaces
.
KERNEL_1_0_URI_OLD - Static variable in class org.exoplatform.container.configuration.Namespaces
 
KERNEL_1_1_URI - Static variable in class org.exoplatform.container.configuration.Namespaces
.
KERNEL_1_1_URI_OLD - Static variable in class org.exoplatform.container.configuration.Namespaces
 
KERNEL_1_2_URI - Static variable in class org.exoplatform.container.configuration.Namespaces
.
KERNEL_1_2_URI_OLD - Static variable in class org.exoplatform.container.configuration.Namespaces
 
KERNEL_1_3_URI - Static variable in class org.exoplatform.container.configuration.Namespaces
.
KERNEL_CONFIGURATION_1_0_URI - Static variable in class org.exoplatform.container.xml.Configuration
 
KERNEL_NAMESPACES_SET - Static variable in class org.exoplatform.container.configuration.Namespaces
All the namespaces related to the kernel
key() - Method in annotation type org.exoplatform.management.jmx.annotations.Property
 

L

LifecyclePlugin - Class in org.exoplatform.container.xml
 
LifecyclePlugin() - Constructor for class org.exoplatform.container.xml.LifecyclePlugin
 
LifecycleVisitor - Class in org.exoplatform.container
 
LifecycleVisitor(Method, Class<?>, boolean, boolean) - Constructor for class org.exoplatform.container.LifecycleVisitor
 
loadProperties(URL) - Static method in class org.exoplatform.container.util.ContainerUtil
Loads the properties file corresponding to the given url
loadProperties(URL, boolean) - Static method in class org.exoplatform.container.util.ContainerUtil
Loads the properties file corresponding to the given url
lock - Variable in class org.exoplatform.container.jmx.MX4JComponentAdapter
 
log(Exception, String) - Method in class org.exoplatform.test.MockServletContext
 
log(String) - Method in class org.exoplatform.test.MockServletContext
 
log(String, Throwable) - Method in class org.exoplatform.test.MockServletContext
 
LOG - Static variable in class org.exoplatform.container.ExoContainer
 
LOG_DEBUG - Static variable in interface org.exoplatform.container.configuration.ConfigurationManager
Constant that indicates whether the logger of the configuration must be in debug more or not.
LOG_DEBUG_PROPERTY - Static variable in interface org.exoplatform.container.configuration.ConfigurationManager
The name of the system property that indicates whether the logger of the configuration must be in debug more or not.
LogConfigurationInitializer - Class in org.exoplatform.services.log
Created by The eXo Platform SAS.
LogConfigurationInitializer(String, String, Properties) - Constructor for class org.exoplatform.services.log.LogConfigurationInitializer
Simple constructor, not for use in container
LogConfigurationInitializer(InitParams) - Constructor for class org.exoplatform.services.log.LogConfigurationInitializer
Constructor for in-container using
LONG - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 

M

manage(ManagedResource) - Method in class org.exoplatform.management.jmx.impl.JMXManagementProvider
 
manage(ManagedResource) - Method in interface org.exoplatform.management.spi.ManagementProvider
Instruct the management provider to manage the provided managed resource.
MANAGE_COMPONENT_PERMISSION - Static variable in interface org.exoplatform.container.security.ContainerPermissions
Any component modifications have to be protected with this permission
MANAGE_CONTAINER_PERMISSION - Static variable in interface org.exoplatform.container.security.ContainerPermissions
Any operations applied on a container have to be protected with this permission
MANAGE_THREAD_LOCAL - Static variable in interface org.exoplatform.container.component.ThreadContextHolder
 
ManageableComponentAdapter<T> - Class in org.exoplatform.container.management
 
ManageableComponentAdapter(ExoContainer, ConcurrentContainer, Object, Class<T>) - Constructor for class org.exoplatform.container.management.ManageableComponentAdapter
 
ManageableComponentAdapterFactory - Class in org.exoplatform.container.management
 
ManageableComponentAdapterFactory(ExoContainer, ConcurrentContainer) - Constructor for class org.exoplatform.container.management.ManageableComponentAdapterFactory
 
ManageableComponents - Class in org.exoplatform.container.xml
Jul 19, 2004
ManageableComponents() - Constructor for class org.exoplatform.container.xml.ManageableComponents
 
ManageableContainer - Class in org.exoplatform.container.management
 
ManageableContainer() - Constructor for class org.exoplatform.container.management.ManageableContainer
 
ManageableContainer(ExoContainer, ExoContainer) - Constructor for class org.exoplatform.container.management.ManageableContainer
 
Managed - Annotation Type in org.exoplatform.management.annotations
Annotates a class or a method.
ManagedBy - Annotation Type in org.exoplatform.management.annotations
Class annotated by this annotation defines an alternative class for a managed object.
ManagedDescription - Annotation Type in org.exoplatform.management.annotations
 
ManagedMetaData - Class in org.exoplatform.management.spi
Generic base meta data class.
ManagedMetaData() - Constructor for class org.exoplatform.management.spi.ManagedMetaData
 
ManagedMethodMetaData - Class in org.exoplatform.management.spi
Meta data that describes a managed method.
ManagedMethodMetaData(Method, ImpactType) - Constructor for class org.exoplatform.management.spi.ManagedMethodMetaData
Build a new instance.
ManagedMethodParameterMetaData - Class in org.exoplatform.management.spi
Meta data that describes the parameter of a managed method.
ManagedMethodParameterMetaData(int) - Constructor for class org.exoplatform.management.spi.ManagedMethodParameterMetaData
Build a managed method parameter meta data.
ManagedName - Annotation Type in org.exoplatform.management.annotations
Annotates a method parameter or a getter/setter method.
ManagedParameterMetaData - Class in org.exoplatform.management.spi
Meta data that describes a managed parameter.
ManagedParameterMetaData() - Constructor for class org.exoplatform.management.spi.ManagedParameterMetaData
 
ManagedPropertyMetaData - Class in org.exoplatform.management.spi
Meta data that describes a managed property.
ManagedPropertyMetaData(String, Method, String, Method, String, ManagedParameterMetaData) - Constructor for class org.exoplatform.management.spi.ManagedPropertyMetaData
 
ManagedResource - Interface in org.exoplatform.management.spi
The managed resource provided by the kernel to a management provider.
ManagedTypeMetaData - Class in org.exoplatform.management.spi
Meta data that describes a managed type.
ManagedTypeMetaData(Class) - Constructor for class org.exoplatform.management.spi.ManagedTypeMetaData
 
ManagementAware - Interface in org.exoplatform.management
Defines the contract for managed object that wants to access a management context.
ManagementContext - Interface in org.exoplatform.management
A context for managed objects that wants to do more.
ManagementContextImpl - Class in org.exoplatform.container.management
 
ManagementContextImpl(ManageableContainer) - Constructor for class org.exoplatform.container.management.ManagementContextImpl
 
ManagementContextImpl(ManagementContextImpl, Object, ManagedTypeMetaData) - Constructor for class org.exoplatform.container.management.ManagementContextImpl
 
ManagementContextImpl(ManagementContextImpl, ManageableContainer) - Constructor for class org.exoplatform.container.management.ManagementContextImpl
 
ManagementProvider - Interface in org.exoplatform.management.spi
This interface is implemented by a management provider such a JMX.
manageScope(boolean, boolean, boolean, boolean) - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
Defines the scope of the component
MAP - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 
MBeanScopingData - Class in org.exoplatform.management.jmx.impl
 
MBeanScopingData() - Constructor for class org.exoplatform.management.jmx.impl.MBeanScopingData
 
MBeanScopingData(int) - Constructor for class org.exoplatform.management.jmx.impl.MBeanScopingData
 
MBeanScopingData(int, float) - Constructor for class org.exoplatform.management.jmx.impl.MBeanScopingData
 
MBeanScopingData(Map<? extends String, ? extends String>) - Constructor for class org.exoplatform.management.jmx.impl.MBeanScopingData
 
MEMORY_MANAGER_MXBEANS - Static variable in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
MEMORY_POOL_MXBEANS - Static variable in interface org.exoplatform.container.monitor.jvm.JVMRuntimeInfo
 
MemoryInfo - Class in org.exoplatform.container.monitor.jvm
 
MemoryInfo() - Constructor for class org.exoplatform.container.monitor.jvm.MemoryInfo
 
merge(List<ThreadContext>) - Static method in class org.exoplatform.container.component.ThreadContext
Merges all the provided ThreadContext into one
merge(Configuration...) - Static method in class org.exoplatform.container.xml.Configuration
Merge all the given configurations and return a safe copy of the result
merge(ExternalComponentPlugins) - Method in class org.exoplatform.container.xml.ExternalComponentPlugins
 
mergeConfiguration(Configuration) - Method in class org.exoplatform.container.xml.Configuration
 
MetaDataBuilder - Class in org.exoplatform.container.management
A class that build the management view meta data of a specified class.
MetaDataBuilder(Class) - Constructor for class org.exoplatform.container.management.MetaDataBuilder
Create a new builder.
MockConfigurationManagerImpl - Class in org.exoplatform.test
Jul 19, 2004
MockConfigurationManagerImpl(ServletContext) - Constructor for class org.exoplatform.test.MockConfigurationManagerImpl
 
MockServletContext - Class in org.exoplatform.test
Created by The eXo Platform SARL .
MockServletContext() - Constructor for class org.exoplatform.test.MockServletContext
 
MockServletContext(String) - Constructor for class org.exoplatform.test.MockServletContext
 
MockServletContext(String, String) - Constructor for class org.exoplatform.test.MockServletContext
 
MX4JComponentAdapter<T> - Class in org.exoplatform.container.jmx
 
MX4JComponentAdapter(ExoContainer, ConcurrentContainer, Object, Class<T>) - Constructor for class org.exoplatform.container.jmx.MX4JComponentAdapter
 
MX4JComponentAdapter(ExoContainer, ConcurrentContainer, Object, Class<T>, Lock) - Constructor for class org.exoplatform.container.jmx.MX4JComponentAdapter
 

N

name - Variable in class org.exoplatform.container.component.BaseComponentPlugin
 
named() - Method in annotation type org.exoplatform.container.spi.DefinitionByName
The key to use for the auto registration of a component that we would like to be able to retrieve thanks to Named.
Namespaces - Class in org.exoplatform.container.configuration
 
Namespaces() - Constructor for class org.exoplatform.container.configuration.Namespaces
 
NameTemplate - Annotation Type in org.exoplatform.management.jmx.annotations
Annotates a class to define a template for creating object name values.
NamingContext - Annotation Type in org.exoplatform.management.jmx.annotations
Annotates a class to define a naming context.
NATIVE_ARRAY - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 

O

OBJECT - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 
ObjectNameBuilder<T> - Class in org.exoplatform.management.jmx.impl
A builder for object name templates.
ObjectNameBuilder(String, Class<? extends T>) - Constructor for class org.exoplatform.management.jmx.impl.ObjectNameBuilder
Create a new builder.
ObjectParam - Class in org.exoplatform.container.xml
Jul 19, 2004
ObjectParam() - Constructor for class org.exoplatform.container.xml.ObjectParam
 
ObjectParameter - Class in org.exoplatform.container.xml
Jul 19, 2004
ObjectParameter() - Constructor for class org.exoplatform.container.xml.ObjectParameter
 
onAlreadyExists(ServletContext, PortalContainer) - Method in interface org.exoplatform.container.RootContainer.PortalContainerInitTask
This method is called if the related portal container has already been registered
onAlreadyExists(ServletContext, PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
This method is called if the related portal container has already been registered
onAlreadyExists(ServletContext, PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
This method is called if the related portal container has already been registered
onAlreadyExists(ServletContext, PortalContainer) - Method in class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
This method is called if the related portal container has already been registered
onEvent(AuthenticationEvent) - Method in class org.exoplatform.container.RootContainer
onEvent(WebAppEvent) - Method in class org.exoplatform.container.RootContainer
onPortalContainerDisabled(ServletRequest, ServletResponse, FilterChain) - Method in class org.exoplatform.container.web.PortalContainerFilter
Allow the sub classed to execute a task when a user try to access to a web application corresponding to a PortalContainer that has been disabled.
onPortalEnvironmentError(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.container.web.AbstractHttpServlet
Allow the sub classed to execute a task when the portal environment could not be set because no related portal container could be found
onRequestDestroyed(ExoContainer, ServletRequestEvent) - Method in class org.exoplatform.container.context.ContextManagerListener
Called when a request is destroyed
onRequestInitialized(ExoContainer, ServletRequestEvent) - Method in class org.exoplatform.container.context.ContextManagerListener
Called when a request is created
onService(ExoContainer, HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.container.web.AbstractHttpServlet
Allow the sub classes to execute a task when the method service is called
onSessionCreated(ExoContainer, HttpSessionEvent) - Method in class org.exoplatform.container.context.ContextManagerListener
Allow sub-classes to execute an action when a session is created
onSessionCreated(ExoContainer, HttpSessionEvent) - Method in class org.exoplatform.container.web.AbstractHttpSessionListener
Allow sub-classes to execute an action when a session is created
onSessionDestroyed(ExoContainer, HttpSessionEvent) - Method in class org.exoplatform.container.context.ContextManagerListener
Allow sub-classes to execute an action when a session is destroyed
onSessionDestroyed(ExoContainer, HttpSessionEvent) - Method in class org.exoplatform.container.web.AbstractHttpSessionListener
Allow sub-classes to execute an action when a session is destroyed
OperatingSystemInfo - Interface in org.exoplatform.container.monitor.jvm
 
OperatingSystemInfoImpl - Class in org.exoplatform.container.monitor.jvm
 
OperatingSystemInfoImpl() - Constructor for class org.exoplatform.container.monitor.jvm.OperatingSystemInfoImpl
 
orderedComponentAdapters - Variable in class org.exoplatform.container.ConcurrentContainer
 
org.exoplatform.container - package org.exoplatform.container
This package provides container API.
org.exoplatform.container.ar - package org.exoplatform.container.ar
This package provides all the tools needed to access to a file within an archive.
org.exoplatform.container.component - package org.exoplatform.container.component
 
org.exoplatform.container.configuration - package org.exoplatform.container.configuration
 
org.exoplatform.container.context - package org.exoplatform.container.context
This package contains all the classes that are related to the Scope Management
org.exoplatform.container.context.stereotype - package org.exoplatform.container.context.stereotype
This package defines all the main Stereotype
org.exoplatform.container.definition - package org.exoplatform.container.definition
 
org.exoplatform.container.jmx - package org.exoplatform.container.jmx
 
org.exoplatform.container.management - package org.exoplatform.container.management
 
org.exoplatform.container.monitor.jvm - package org.exoplatform.container.monitor.jvm
 
org.exoplatform.container.security - package org.exoplatform.container.security
 
org.exoplatform.container.spi - package org.exoplatform.container.spi
This package defines most important classes and interfaces, that should be used in case you would like to implement a new Container.
org.exoplatform.container.util - package org.exoplatform.container.util
 
org.exoplatform.container.web - package org.exoplatform.container.web
 
org.exoplatform.container.xml - package org.exoplatform.container.xml
 
org.exoplatform.management - package org.exoplatform.management
 
org.exoplatform.management.annotations - package org.exoplatform.management.annotations
This package defines the annotations the defines the management interface of a service.
org.exoplatform.management.jmx.annotations - package org.exoplatform.management.jmx.annotations
This package defines additional meta data for the JMX management layer.
org.exoplatform.management.jmx.impl - package org.exoplatform.management.jmx.impl
The implementation of the management SPI (@link org.exoplatform.management.spi} for the JMX management system.
org.exoplatform.management.rest.annotations - package org.exoplatform.management.rest.annotations
 
org.exoplatform.management.spi - package org.exoplatform.management.spi
The Service Provider Interface for the eXo management framework.
org.exoplatform.services.log - package org.exoplatform.services.log
 
org.exoplatform.test - package org.exoplatform.test
 
org.exoplatform.xml.object - package org.exoplatform.xml.object
 
org.picocontainer - package org.picocontainer
 

P

Parameter - Class in org.exoplatform.container.xml
 
Parameter() - Constructor for class org.exoplatform.container.xml.Parameter
 
parent - Variable in class org.exoplatform.container.AbstractInterceptor
The parent container
parent - Variable in class org.exoplatform.container.ExoContainer
 
path() - Method in annotation type org.exoplatform.management.rest.annotations.RESTEndpoint
Returns the rest path of the managed object.
PORTAL_CONTAINER_SETTING_NAME - Static variable in class org.exoplatform.container.definition.PortalContainerConfig
The name of the setting corresponding to the portal container name
PORTAL_CONTAINER_VARIABLE_PREFIX - Static variable in class org.exoplatform.container.xml.Deserializer
The prefix of the name of all the variables tied to the current portal container
PortalContainer - Class in org.exoplatform.container
Created by The eXo Platform SAS
The Portal Container is an object responsible for loading services/components.
PortalContainer(RootContainer, ServletContext) - Constructor for class org.exoplatform.container.PortalContainer
 
PortalContainer.RegisterTask - Class in org.exoplatform.container
This class is used to register a portal container
PortalContainer.UnregisterTask - Class in org.exoplatform.container
This class is used to unregister a portal container
PortalContainerConfig - Class in org.exoplatform.container.definition
This class is used to define the configuration related to the portal containers themselves.
PortalContainerConfig(ConfigurationManager) - Constructor for class org.exoplatform.container.definition.PortalContainerConfig
 
PortalContainerConfig(ConfigurationManager, J2EEServerInfo) - Constructor for class org.exoplatform.container.definition.PortalContainerConfig
 
PortalContainerConfig(ConfigurationManager, J2EEServerInfo, PropertyConfigurator) - Constructor for class org.exoplatform.container.definition.PortalContainerConfig
 
PortalContainerConfig(ConfigurationManager, PropertyConfigurator) - Constructor for class org.exoplatform.container.definition.PortalContainerConfig
 
PortalContainerConfig(InitParams, ConfigurationManager) - Constructor for class org.exoplatform.container.definition.PortalContainerConfig
 
PortalContainerConfig(InitParams, ConfigurationManager, J2EEServerInfo) - Constructor for class org.exoplatform.container.definition.PortalContainerConfig
 
PortalContainerConfig(InitParams, ConfigurationManager, J2EEServerInfo, PropertyConfigurator) - Constructor for class org.exoplatform.container.definition.PortalContainerConfig
We add the PropertyConfigurator in the constructor, in order to make sure that it is created before since it could define some JVM parameters that could be used internally by the PortalContainerConfig
PortalContainerConfig(InitParams, ConfigurationManager, PropertyConfigurator) - Constructor for class org.exoplatform.container.definition.PortalContainerConfig
 
PortalContainerConfigOwner - Class in org.exoplatform.container.web
This class is used to indicated that this servlet context provides resources and/or configuration files to the associated portal containers Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 14 sept.
PortalContainerConfigOwner() - Constructor for class org.exoplatform.container.web.PortalContainerConfigOwner
 
PortalContainerCreator - Class in org.exoplatform.container.web
This class is used to create and initialize all the portal containers that have been registered previously Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 9 sept.
PortalContainerCreator() - Constructor for class org.exoplatform.container.web.PortalContainerCreator
 
PortalContainerDefinition - Class in org.exoplatform.container.definition
This class is used to define a PortalContainer and its dependencies.
PortalContainerDefinition() - Constructor for class org.exoplatform.container.definition.PortalContainerDefinition
 
PortalContainerDefinitionChange - Interface in org.exoplatform.container.definition
This interface describes the change that cans be applied on a given PortalContainerDefinition Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 11 juin 2010
PortalContainerDefinitionChange.AddDependencies - Class in org.exoplatform.container.definition
This class is an PortalContainerDefinitionChange that will add the nested dependencies at the end of the dependency list of the PortalContainerDefinition.
PortalContainerDefinitionChange.AddDependenciesAfter - Class in org.exoplatform.container.definition
This class is an PortalContainerDefinitionChange that will add the nested dependencies after a target dependency to the dependency list of the PortalContainerDefinition.
PortalContainerDefinitionChange.AddDependenciesBefore - Class in org.exoplatform.container.definition
This class is an PortalContainerDefinitionChange that will add the nested dependencies before a target dependency to the dependency list of the PortalContainerDefinition.
PortalContainerDefinitionChange.AddSettings - Class in org.exoplatform.container.definition
This class is an PortalContainerDefinitionChange that will add new internal settings to the PortalContainerDefinition.
PortalContainerDefinitionChangePlugin - Class in org.exoplatform.container.definition
This class allows you to dynamically apply a list of changes to one or several portal containers.
PortalContainerDefinitionChangePlugin(InitParams) - Constructor for class org.exoplatform.container.definition.PortalContainerDefinitionChangePlugin
 
PortalContainerDefinitionDisablePlugin - Class in org.exoplatform.container.definition
This class allows you to dynamically disable one or several portal containers.
PortalContainerDefinitionDisablePlugin(InitParams) - Constructor for class org.exoplatform.container.definition.PortalContainerDefinitionDisablePlugin
 
PortalContainerDefinitionPlugin - Class in org.exoplatform.container.definition
This class allows you to dynamically define a new portal container with all its dependencies Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 8 sept.
PortalContainerDefinitionPlugin(InitParams) - Constructor for class org.exoplatform.container.definition.PortalContainerDefinitionPlugin
 
PortalContainerFilter - Class in org.exoplatform.container.web
This filter will allow to prevent to any accesses to a web application corresponding to a PortalContainer that has been disabled.
PortalContainerFilter() - Constructor for class org.exoplatform.container.web.PortalContainerFilter
 
PortalContainerInfo - Class in org.exoplatform.container.xml
 
PortalContainerInfo() - Constructor for class org.exoplatform.container.xml.PortalContainerInfo
 
PortalContainerInfo(ServletContext) - Constructor for class org.exoplatform.container.xml.PortalContainerInfo
 
PortalContainerPostCreateTask() - Constructor for class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
 
PortalContainerPostInitTask() - Constructor for class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
 
PortalContainerPreInitTask() - Constructor for class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
 
postDeregister() - Method in class org.exoplatform.management.jmx.impl.ExoModelMBean
 
postRegister(Boolean) - Method in class org.exoplatform.management.jmx.impl.ExoModelMBean
 
preDeregister() - Method in class org.exoplatform.management.jmx.impl.ExoModelMBean
 
preGet(IMarshallingContext) - Method in class org.exoplatform.container.xml.Component
 
preGet(IMarshallingContext) - Method in class org.exoplatform.container.xml.ComponentLifecyclePlugin
 
preGet(IMarshallingContext) - Method in class org.exoplatform.container.xml.ComponentPlugin
 
preGet(IMarshallingContext) - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
prepareParameters(Map<String, String>) - Method in class org.exoplatform.container.util.TemplateConfigurationHelper
Filters the map of parameters, leaving only those than matches filtering regular expressions.
preRegister(MBeanServer, ObjectName) - Method in class org.exoplatform.management.jmx.impl.ExoModelMBean
 
printMemoryInfo() - Method in class org.exoplatform.container.monitor.jvm.MemoryInfo
 
processRemoveConfiguration() - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
PropertiesInfo - Class in org.exoplatform.management.jmx.impl
 
PropertiesInfo(Map<String, PropertyInfo>) - Constructor for class org.exoplatform.management.jmx.impl.PropertiesInfo
 
PropertiesParam - Class in org.exoplatform.container.xml
Jul 19, 2004
PropertiesParam() - Constructor for class org.exoplatform.container.xml.PropertiesParam
 
Property - Class in org.exoplatform.container.xml
 
Property - Annotation Type in org.exoplatform.management.jmx.annotations
A property is made of a key and a value.
Property() - Constructor for class org.exoplatform.container.xml.Property
 
Property(String, String) - Constructor for class org.exoplatform.container.xml.Property
 
PropertyConfigurator - Class in org.exoplatform.container
The property configurator configures a set of system properties via the PropertyManager static methods.
PropertyConfigurator(ConfigurationManager) - Constructor for class org.exoplatform.container.PropertyConfigurator
 
PropertyConfigurator(InitParams, ConfigurationManager) - Constructor for class org.exoplatform.container.PropertyConfigurator
 
PropertyInfo - Class in org.exoplatform.management.jmx.impl
 
PropertyInfo(Class, Property) - Constructor for class org.exoplatform.management.jmx.impl.PropertyInfo
 
PropertyManagerManaged - Class in org.exoplatform.container
A management facade for the PropertyManager static methods.
PropertyManagerManaged() - Constructor for class org.exoplatform.container.PropertyManagerManaged
 
PROTOCOL - Static variable in class org.exoplatform.container.ar.Archive
The protocol used to define an URL that defines a resource into an archive
push() - Method in class org.exoplatform.container.component.ThreadContext
Pushes values stored into memory into all the Thread Local variables and keeps previous values to be able to restore old state
push() - Method in class org.exoplatform.container.component.ThreadContextHandler
Pushes values stored into memory into all the Thread Local variables of all the registered ThreadContextHolder of the ExoContainer
push(T) - Method in class org.exoplatform.container.ConcurrentContainer.CreationalContextComponentAdapter
putInCache(AbstractContext.ThreadLocalData, String, Object) - Method in class org.exoplatform.container.context.AbstractContext
Puts in the cache a given object instance corresponding to the given id

Q

qualifier() - Method in annotation type org.exoplatform.container.spi.DefinitionByQualifier
The key to use for the auto registration of a component that we would like to be able to retrieve thanks to a Qualifier

R

READ - org.exoplatform.management.annotations.ImpactType
Read operation, does not affect state of the managed resource.
readStream(InputStream) - Static method in class org.exoplatform.container.util.Utils
Loads the given stream into memory, returns its content as String and finally close the stream.
REALM_SETTING_NAME - Static variable in class org.exoplatform.container.definition.PortalContainerConfig
The name of the setting corresponding to the relam name
refresh() - Static method in class org.exoplatform.container.PropertyManagerManaged
 
register(Object) - Method in class org.exoplatform.container.management.ManagementContextImpl
 
register(Object) - Method in interface org.exoplatform.management.ManagementContext
Register an object as a managed object.
register(K) - Method in class org.exoplatform.container.context.AbstractContext
Registers a new key to the context
register(K) - Method in interface org.exoplatform.container.context.AdvancedContext
Registers a new key to the context
register(Container, Object) - Method in class org.exoplatform.container.management.ManageableComponentAdapter
 
registerArray(Object[][]) - Method in class org.exoplatform.container.StandaloneContainer
 
registerChangePlugin(PortalContainerDefinitionChangePlugin) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Allow to define a set of changes to apply to the registered PortalContainerDefinition
registerComponent(ComponentAdapter<?>) - Method in class org.exoplatform.container.ConcurrentContainer
Register a component via a ComponentAdapter.
registerComponentImplementation(Class<T>) - Method in class org.exoplatform.container.ExoContainer
Register a component using the componentImplementation as key.
registerComponentImplementation(Object, Class<T>) - Method in class org.exoplatform.container.AbstractContainer
Register a component.
registerComponentImplementation(Object, Class<T>) - Method in class org.exoplatform.container.CachingContainer
 
registerComponentImplementation(Object, Class<T>) - Method in class org.exoplatform.container.ConcurrentContainer
Register a component.
registerComponentImplementation(Object, Class<T>) - Method in interface org.exoplatform.container.spi.Container
Register a component.
registerComponentInstance(Object, T) - Method in class org.exoplatform.container.AbstractContainer
Register an arbitrary object as a component in the container.
registerComponentInstance(Object, T) - Method in class org.exoplatform.container.CachingContainer
 
registerComponentInstance(Object, T) - Method in class org.exoplatform.container.ConcurrentContainer
Register an arbitrary object as a component in the container.
registerComponentInstance(Object, T) - Method in class org.exoplatform.container.management.ManageableContainer
Register an arbitrary object as a component in the container.
registerComponentInstance(Object, T) - Method in interface org.exoplatform.container.spi.Container
Register an arbitrary object as a component in the container.
registerComponentInstance(T) - Method in class org.exoplatform.container.ExoContainer
Register an arbitrary object.
registerContext(ServletContext) - Method in class org.exoplatform.container.PortalContainer
Register a new servlet context that contains configuration files and potentially resource files We assume that this method is called within the initialization context of the related web application
registerDisablePlugin(PortalContainerDefinitionDisablePlugin) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Allow to disable a set of portal containers
registerIfNeeded(ExoContainer, ServletContext) - Static method in class org.exoplatform.container.context.ContextManagerListener
Registers dynamically the listener if a ContextManager has been defined and a context for SessionScoped and/or RequestScoped has been configured.
registerPlugin(PortalContainerDefinitionPlugin) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Allow to define a set of PortalContainerDefinition
registerPortalContainer(ServletContext) - Method in class org.exoplatform.container.RootContainer
Register a new portal container.
registerPortalContainerName(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Registers a name of a portal container if it has not yet been registered
RegisterTask() - Constructor for class org.exoplatform.container.PortalContainer.RegisterTask
 
release() - Method in class org.exoplatform.container.ConcurrentContainer.CreationalContextComponentAdapter
reload() - Method in class org.exoplatform.container.RootContainer
Makes the RootContainer reloads itself and all the portal containers
reload(String) - Method in class org.exoplatform.container.RootContainer
Makes the RootContainer reloads only a given portal container
removeAttribute(String) - Method in class org.exoplatform.test.MockServletContext
 
removeComponentFromCtx(Object) - Method in class org.exoplatform.container.ConcurrentContainer
Remove the component corresponding to the given key, from the dependency resolution context
removeConfiguration(String) - Method in class org.exoplatform.container.xml.Configuration
 
removeField(String) - Method in class org.exoplatform.xml.object.XMLObject
 
removeInstance(String) - Method in interface org.exoplatform.container.context.CreationContextStorage
Removes from the storage the instance corresponding to the given Contextual id
removeParameter(String) - Method in class org.exoplatform.container.xml.InitParams
 
removePortalContainer(ServletContext) - Method in class org.exoplatform.container.RootContainer
Removes the portal container
removePrefix(String, String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
removeProperty(String) - Method in class org.exoplatform.services.log.LogConfigurationInitializer
Removes property
renameField(String, String) - Method in class org.exoplatform.xml.object.XMLObject
 
RequestContext - Class in org.exoplatform.container.context
The context that represents the request scope.
RequestContext() - Constructor for class org.exoplatform.container.context.RequestContext
 
requestDestroyed(ServletRequestEvent) - Method in class org.exoplatform.container.context.ContextManagerListener
requestInitialized(ServletRequestEvent) - Method in class org.exoplatform.container.context.ContextManagerListener
RequestLifeCycle - Class in org.exoplatform.container.component
The request life cycle object allows a client to demarcate the life cycle of the various components associated with containers.
RequestLifeCycle(ExoContainer, List<ComponentRequestLifecycle>) - Constructor for class org.exoplatform.container.component.RequestLifeCycle
 
RequestScopedByDefault - Annotation Type in org.exoplatform.container.context.stereotype
This annotation can be used to set RequestScoped as default scope
requirePortalEnvironment() - Method in class org.exoplatform.container.context.ContextManagerListener
Indicates if it requires that a full portal environment must be set
requirePortalEnvironment() - Method in class org.exoplatform.container.web.AbstractFilter
Indicates if it requires that a full portal environment must be set
requirePortalEnvironment() - Method in class org.exoplatform.container.web.AbstractHttpServlet
Indicates if it requires that a full portal environment must be set
requirePortalEnvironment() - Method in class org.exoplatform.container.web.AbstractHttpSessionListener
Indicates if it requires that a full portal environment must be set
resolve(Class, Class<? extends Annotation>) - Static method in class org.exoplatform.management.jmx.impl.PropertiesInfo
 
resolve(Object) - Method in class org.exoplatform.management.jmx.impl.PropertiesInfo
 
resolve(List<Interceptor>, List<Interceptor>) - Method in class org.exoplatform.container.DefaultInterceptorChainFactory
Resolves all the dynamic Interceptor and inject them into a list of Interceptor according to the annotation Before and After
resolveBoolean(String) - Static method in class org.exoplatform.container.xml.Deserializer
Resolve a boolean value with the following algorithm: Resolve any system property in the input value If the input value is null then the returned value is null If the value is equals to the string litteral true ignoring the case then true is returned If the value is equals to the string litteral false ignoring the case then false is returned Otherwise an IllegalArgumentException is thrown
resolveDouble(String) - Static method in class org.exoplatform.container.xml.Deserializer
Resolve a double value with the following algorithm: Resolve any system property in the input value Attempt to parse the value using the Double.parseDouble(String) method and returns its value. If the parsing fails then throws an IllegalArgumentException
resolveInteger(String) - Static method in class org.exoplatform.container.xml.Deserializer
Resolve an integer value with the following algorithm: Resolve any system property in the input value Attempt to parse the value using the Integer.parseInt(String) method and returns its value. If the parsing fails then throws an IllegalArgumentException
resolveLong(String) - Static method in class org.exoplatform.container.xml.Deserializer
Resolve a long value with the following algorithm: Resolve any system property in the input value Attempt to parse the value using the Long.parseLong(String) method and returns its value. If the parsing fails then throws an IllegalArgumentException
resolveNClean(String) - Static method in class org.exoplatform.container.xml.Deserializer
This method will first resolves the variables then it will clean the results
resolveNext(List<Interceptor>, Iterator<Interceptor>, boolean) - Method in class org.exoplatform.container.DefaultInterceptorChainFactory
Resolves the next dynamic Interceptor using the annotation Before and After
resolveString(String) - Static method in class org.exoplatform.container.xml.Deserializer
Resolve a string value.
resolveValue(Object) - Method in class org.exoplatform.management.jmx.impl.PropertyInfo
 
resolveVariables(String) - Static method in class org.exoplatform.container.xml.Deserializer
Resolve the variables of type ${my.var} for the current context which is composed of the system properties and the portal container settings
resolveVariables(String, Map<String, Object>) - Static method in class org.exoplatform.container.xml.Deserializer
Resolve the variables of type ${my.var} for the current context which is composed of the system properties, the portal container settings and the given settings
REST_CONTEXT_SETTING_NAME - Static variable in class org.exoplatform.container.definition.PortalContainerConfig
The name of the setting corresponding to the rest context name
RESTEndpoint - Annotation Type in org.exoplatform.management.rest.annotations
Annotates a managed service to define its exposure as a rest endpoint.
restore() - Method in class org.exoplatform.container.component.ThreadContext
Restores the old values of all the Thread Local variables
restore() - Method in class org.exoplatform.container.component.ThreadContextHandler
Restores all the Thread Local variables of all the registered ThreadContextHolder of the ExoContainer
RootContainer - Class in org.exoplatform.container
Created by The eXo Platform SAS
A base container which plays an important role during the startup.
RootContainer() - Constructor for class org.exoplatform.container.RootContainer
 
RootContainer.PortalContainerInitTask - Interface in org.exoplatform.container
This interface is used to define a task that needs to be launched at a given state during the initialization of a portal container
RootContainer.PortalContainerPostCreateTask - Class in org.exoplatform.container
This class is used to define a task that needs to be launched after creating a portal container Those type of tasks must be launched after all the "post-init" tasks.
RootContainer.PortalContainerPostInitTask - Class in org.exoplatform.container
This class is used to define a task that needs to be launched after the initialization of a portal container
RootContainer.PortalContainerPreInitTask - Class in org.exoplatform.container
This class is used to define a task that needs to be launched before the initialization of a portal container

S

SafePortalContainerDefinition - Class in org.exoplatform.container.definition
This class is a decorator used to protect the nested PortalContainerDefinition.
SafePortalContainerDefinition(PortalContainerDefinition, PortalContainerDefinition) - Constructor for class org.exoplatform.container.definition.SafePortalContainerDefinition
Default constructor
scope - Variable in class org.exoplatform.container.jmx.MX4JComponentAdapter
The scope of the adapter
service(HttpServletRequest, HttpServletResponse) - Method in class org.exoplatform.container.web.AbstractHttpServlet
 
servletContextName - Variable in class org.exoplatform.container.web.AbstractFilter
The Servlet context name
servletContextName - Variable in class org.exoplatform.container.web.AbstractHttpServlet
The Servlet context name
SESSION_TO_BE_INVALIDATED_ATTRIBUTE_NAME - Static variable in class org.exoplatform.container.RootContainer
The name of the attribute used to mark a session as to be invalidated
SessionContext - Class in org.exoplatform.container.context
The context that represents the SessionScoped.
SessionContext() - Constructor for class org.exoplatform.container.context.SessionContext
 
sessionCreated(HttpSessionEvent) - Method in class org.exoplatform.container.web.AbstractHttpSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.exoplatform.container.web.AbstractHttpSessionListener
 
SessionScopedByDefault - Annotation Type in org.exoplatform.container.context.stereotype
This annotation can be used to set SessionScoped as default scope
setArray(String) - Method in class org.exoplatform.xml.object.XMLNativeArray
 
setAttribute(String, Object) - Method in class org.exoplatform.container.ExoContainerContext
 
setAttribute(String, Object) - Method in class org.exoplatform.test.MockServletContext
 
setBoolean(Boolean) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setCollection(XMLCollection) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setCollectiontValue(Collection<?>) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setComponentPlugins(List<ComponentPlugin>) - Method in class org.exoplatform.container.xml.Component
 
setComponentPlugins(List<ComponentPlugin>) - Method in class org.exoplatform.container.xml.ExternalComponentPlugins
 
setComponentsType(List<String>) - Method in class org.exoplatform.container.xml.ManageableComponents
 
setConfigurationPath(String) - Static method in class org.exoplatform.container.StandaloneContainer
Set configuration path.
setConfigurationURL(String) - Static method in class org.exoplatform.container.StandaloneContainer
Set configuration URL.
setContainerName(String) - Method in class org.exoplatform.container.xml.PortalContainerInfo
 
setContext(ManagementContext) - Method in interface org.exoplatform.management.ManagementAware
Sets the management context on the management aware object.
setContextPath(String) - Method in class org.exoplatform.test.MockServletContext
 
setCurrentContainer(ExoContainer) - Static method in class org.exoplatform.container.ExoContainerContext
Sets the current container
setCurrentExecutionUnit(ExecutionUnit) - Method in class org.exoplatform.container.component.ExecutionContext
 
setDate(Date) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setDependencies(List<String>) - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
setDependencies(List<String>) - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
setDescription(String) - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
setDescription(String) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
setDescription(String) - Method in class org.exoplatform.container.component.BaseComponentPlugin
 
setDescription(String) - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
setDescription(String) - Method in interface org.exoplatform.container.component.ComponentListener
 
setDescription(String) - Method in interface org.exoplatform.container.component.ComponentPlugin
 
setDescription(String) - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
setDescription(String) - Method in class org.exoplatform.container.xml.Component
 
setDescription(String) - Method in class org.exoplatform.container.xml.ComponentPlugin
 
setDescription(String) - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
setDescription(String) - Method in class org.exoplatform.container.xml.LifecyclePlugin
 
setDescription(String) - Method in class org.exoplatform.container.xml.Parameter
 
setDescription(String) - Method in class org.exoplatform.management.spi.ManagedMetaData
 
setDouble(Double) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setExternalSettingsPath(String) - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
setExternalSettingsPath(String) - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
setFields(Collection<XMLField>) - Method in class org.exoplatform.xml.object.XMLObject
 
setFields(Map<String, XMLField>) - Method in class org.exoplatform.xml.object.XMLObject
 
setFloat(Float) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setHolder(ExoContainer) - Method in class org.exoplatform.container.AbstractInterceptor
Sets the holder which is mostly used when it is required to be able to go through the chain of Interceptor
setHolder(ExoContainer) - Method in class org.exoplatform.container.ConcurrentContainer
 
setHolder(ExoContainer) - Method in interface org.exoplatform.container.spi.Interceptor
Sets the holder which is mostly used when it is required to be able to go through the chain of Interceptor
setInitParameter(String, String) - Method in class org.exoplatform.test.MockServletContext
 
setInitParams(InitParams) - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
setInitParams(InitParams) - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
setInitParams(InitParams) - Method in class org.exoplatform.container.xml.Component
 
setInitParams(InitParams) - Method in class org.exoplatform.container.xml.ComponentLifecyclePlugin
 
setInitParams(InitParams) - Method in class org.exoplatform.container.xml.ComponentPlugin
 
setInitParams(InitParams) - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
setInitParams(InitParams) - Method in class org.exoplatform.container.xml.LifecyclePlugin
 
setInstance(String, CreationContext<T>) - Method in interface org.exoplatform.container.context.CreationContextStorage
Stores an instance for the given Contextual id
setInstance(PortalContainer) - Static method in class org.exoplatform.container.PortalContainer
 
setInstance(RootContainer) - Static method in class org.exoplatform.container.RootContainer
Set the unique instance of the root container
setInt(Integer) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setJMXName(String) - Method in class org.exoplatform.container.xml.Component
 
setKey(String) - Method in class org.exoplatform.container.xml.Component
 
setKey(XMLBaseObject) - Method in class org.exoplatform.xml.object.XMLEntry
 
setLong(Long) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setManageableComponents(List<String>) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
setManageableComponents(List<String>) - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
setManageableComponents(ManageableComponents) - Method in class org.exoplatform.container.xml.ComponentLifecyclePlugin
 
setMap(XMLMap) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setMapValue(Map<?, ?>) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setMultiInstance(boolean) - Method in class org.exoplatform.container.xml.Component
 
setName(String) - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
setName(String) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
setName(String) - Method in class org.exoplatform.container.component.BaseComponentPlugin
 
setName(String) - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
setName(String) - Method in interface org.exoplatform.container.component.ComponentListener
 
setName(String) - Method in interface org.exoplatform.container.component.ComponentPlugin
 
setName(String) - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
setName(String) - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
setName(String) - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
setName(String) - Method in class org.exoplatform.container.ExoContainerContext
sets the name of the container name
setName(String) - Method in class org.exoplatform.container.xml.ComponentPlugin
 
setName(String) - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
setName(String) - Method in class org.exoplatform.container.xml.LifecyclePlugin
 
setName(String) - Method in class org.exoplatform.container.xml.Parameter
 
setName(String) - Method in class org.exoplatform.container.xml.Property
 
setName(String) - Method in class org.exoplatform.management.spi.ManagedParameterMetaData
 
setName(String) - Method in class org.exoplatform.test.MockServletContext
 
setName(String) - Method in class org.exoplatform.xml.object.XMLField
 
setNativeArray(XMLNativeArray) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setNativeArrayValue(Object) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setObject(Object) - Method in class org.exoplatform.container.xml.ObjectParameter
 
setObject(XMLObject) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setObjectValue(Object) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setParent(ExoContainer) - Method in class org.exoplatform.container.AbstractInterceptor
Sets the parent container
setParent(ExoContainer) - Method in class org.exoplatform.container.management.ManageableContainer
Sets the parent container
setParent(ExoContainer) - Method in interface org.exoplatform.container.spi.Interceptor
Sets the parent container
setPriority(int) - Method in class org.exoplatform.container.xml.ComponentPlugin
 
setPriority(int) - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
setProperty(String, String) - Static method in class org.exoplatform.container.PropertyManagerManaged
 
setProperty(String, String) - Method in class org.exoplatform.container.xml.PropertiesParam
 
setProperty(String, String) - Method in class org.exoplatform.services.log.LogConfigurationInitializer
Updates or adds property
setRealmName(String) - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
setRealmName(String) - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
setRequestCharacterEncoding(String) - Method in class org.exoplatform.test.MockServletContext
 
setResponseCharacterEncoding(String) - Method in class org.exoplatform.test.MockServletContext
 
setRestContextName(String) - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
setRestContextName(String) - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
setScopingData(Class<S>, S) - Method in class org.exoplatform.container.management.ManagementContextImpl
 
setScopingData(Class<S>, S) - Method in interface org.exoplatform.management.spi.ManagedResource
Callback made by the provider to the resource to signal that scoping data that is used for the managed resource.
setSessionTimeout(int) - Method in class org.exoplatform.test.MockServletContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.exoplatform.test.MockServletContext
 
setSetMethod(String) - Method in class org.exoplatform.container.xml.ComponentPlugin
 
setSettings(Map<String, Object>) - Method in class org.exoplatform.container.definition.PortalContainerDefinition
 
setSettings(Map<String, Object>) - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
 
setShowDeployInfo(boolean) - Method in class org.exoplatform.container.xml.Component
 
setStorage(CreationContextStorage) - Method in class org.exoplatform.container.context.AbstractContext
Sets the current storage
setString(String) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setSuccessor(Interceptor) - Method in class org.exoplatform.container.AbstractInterceptor
Sets the successor of the Interceptor in the chain of Interceptor
setSuccessor(Interceptor) - Method in interface org.exoplatform.container.spi.Interceptor
Sets the successor of the Interceptor in the chain of Interceptor
setTargetComponent(String) - Method in class org.exoplatform.container.xml.ExternalComponentPlugins
 
settings - Variable in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddSettings
The settings to add to the internal settings
setType(Class<?>) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setType(Object) - Method in class org.exoplatform.xml.object.XMLNativeArray
 
setType(String) - Method in class org.exoplatform.container.xml.Component
 
setType(String) - Method in class org.exoplatform.container.xml.ComponentLifecyclePlugin
 
setType(String) - Method in class org.exoplatform.container.xml.ComponentPlugin
 
setType(String) - Method in class org.exoplatform.container.xml.ContainerLifecyclePlugin
 
setType(String) - Method in class org.exoplatform.container.xml.LifecyclePlugin
 
setType(String) - Method in class org.exoplatform.container.xml.ObjectParam
 
setType(String) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setType(String) - Method in class org.exoplatform.xml.object.XMLCollection
 
setType(String) - Method in class org.exoplatform.xml.object.XMLMap
 
setType(String) - Method in class org.exoplatform.xml.object.XMLNativeArray
 
setType(String) - Method in class org.exoplatform.xml.object.XMLObject
 
setValidateSchema(boolean) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
setValue(Object) - Method in class org.exoplatform.xml.object.XMLBaseObject
 
setValue(String) - Method in class org.exoplatform.container.xml.Property
 
setValue(String) - Method in class org.exoplatform.container.xml.ValueParam
 
setValue(XMLBaseObject) - Method in class org.exoplatform.xml.object.XMLEntry
 
setValues(List<String>) - Method in class org.exoplatform.container.xml.ValuesParam
 
setXMLObject(XMLObject) - Method in class org.exoplatform.container.xml.ObjectParameter
 
SharedContext<K> - Class in org.exoplatform.container.context
This is the root class of all the shared contexts, it relies on a ConcurrentMap
SharedContext() - Constructor for class org.exoplatform.container.context.SharedContext
 
SingletonByDefault - Annotation Type in org.exoplatform.container.context.stereotype
This annotation can be used to set Singleton as default scope
StandaloneContainer - Class in org.exoplatform.container
Created by The eXo Platform SAS
Singleton, context independent Exo Container with one configuration entry point.
start() - Method in class org.exoplatform.container.AbstractContainer
Start this component.
start() - Method in class org.exoplatform.container.ConcurrentContainer
Start the components of this Container and all its logical child containers.
start() - Method in class org.exoplatform.container.definition.PortalContainerConfig
Start this component.
start() - Method in class org.exoplatform.container.ExoContainer
 
start() - Method in class org.exoplatform.container.ExtendedPropertyConfigurator
Start this component.
start() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
start() - Method in class org.exoplatform.container.PortalContainer
 
start() - Method in class org.exoplatform.container.PropertyConfigurator
 
start() - Method in class org.exoplatform.container.PropertyManagerManaged
 
start() - Method in class org.exoplatform.services.log.LogConfigurationInitializer
 
start() - Method in interface org.picocontainer.Startable
Start this component.
start(boolean) - Method in class org.exoplatform.container.ExoContainer
Starts the container
start(Container) - Static method in class org.exoplatform.container.LifecycleVisitor
Invoke the standard Container lifecycle for Startable.start().
Startable - Interface in org.picocontainer
An interface which is implemented by components that can be started and stopped.
startComponent(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentLifecycle
 
startComponent(ExoContainer, Object) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
startComponent(ExoContainer, Object) - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
startContainer(ExoContainer) - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
startContainer(ExoContainer) - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
startRequest(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentRequestLifecycle
 
stop() - Method in class org.exoplatform.container.AbstractContainer
Stop this component.
stop() - Method in class org.exoplatform.container.ConcurrentContainer
Stop the components of this Container and all its logical child containers.
stop() - Method in class org.exoplatform.container.definition.PortalContainerConfig
Stop this component.
stop() - Method in class org.exoplatform.container.ExoContainer
 
stop() - Method in class org.exoplatform.container.ExtendedPropertyConfigurator
Stop this component.
stop() - Method in class org.exoplatform.container.management.ManageableContainer
Stop this component.
stop() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
stop() - Method in class org.exoplatform.container.PortalContainer
 
stop() - Method in class org.exoplatform.container.PropertyConfigurator
 
stop() - Method in class org.exoplatform.container.PropertyManagerManaged
 
stop() - Method in class org.exoplatform.container.RootContainer
 
stop() - Method in class org.exoplatform.container.StandaloneContainer
Stop this component.
stop() - Method in class org.exoplatform.services.log.LogConfigurationInitializer
 
stop() - Method in interface org.picocontainer.Startable
Stop this component.
stop(Container) - Static method in class org.exoplatform.container.LifecycleVisitor
Invoke the standard Container lifecycle for Startable.stop().
stopComponent(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentLifecycle
 
stopComponent(ExoContainer, Object) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
 
stopComponent(ExoContainer, Object) - Method in interface org.exoplatform.container.component.ComponentLifecyclePlugin
 
stopContainer(ExoContainer) - Method in class org.exoplatform.container.BaseContainerLifecyclePlugin
 
stopContainer(ExoContainer) - Method in interface org.exoplatform.container.ContainerLifecyclePlugin
 
stopping - Variable in class org.exoplatform.container.ExoContainer
 
storage - Variable in class org.exoplatform.container.context.AbstractContext.ThreadLocalData
The storage
store() - Method in class org.exoplatform.container.component.ThreadContext
Stores into memory the current values of all the Thread Local variables
store() - Method in class org.exoplatform.container.component.ThreadContextHandler
Stores into memory the current values of all the Thread Local variables of all the registered ThreadContextHolder of the ExoContainer
STRING - Static variable in class org.exoplatform.xml.object.XMLBaseObject
 

T

target - Variable in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesAfter
The name of the target dependency
target - Variable in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesBefore
The name of the target dependency
target() - Method in annotation type org.exoplatform.container.spi.DefinitionByName
The list of target ExoContainer on which we allow the component to be automatically registered.
target() - Method in annotation type org.exoplatform.container.spi.DefinitionByQualifier
The list of target ExoContainer on which we allow the component to be automatically registered.
target() - Method in annotation type org.exoplatform.container.spi.DefinitionByType
The list of target ExoContainer on which we allow the component to be automatically registered.
TemplateConfigurationHelper - Class in org.exoplatform.container.util
Builds configuration from template using map of template-variables -- value.
TemplateConfigurationHelper(String[], String[], ConfigurationManager) - Constructor for class org.exoplatform.container.util.TemplateConfigurationHelper
Creates instance of template configuration helper with given lists of filtering patterns.
ThreadContext - Class in org.exoplatform.container.component
This component contains all the variables of type ThreadLocal hold by a ThreadContextHolder This component has not been designed to be thread safe so ensure that you create a new instance each time you use it.
ThreadContext(ThreadLocal<?>...) - Constructor for class org.exoplatform.container.component.ThreadContext
Default constructor
ThreadContextHandler - Class in org.exoplatform.container.component
This class is used to propagate Thread Local values from one thread to another
ThreadContextHandler(ExoContainer) - Constructor for class org.exoplatform.container.component.ThreadContextHandler
 
ThreadContextHolder - Interface in org.exoplatform.container.component
Defines a component that holds variables of type ThreadLocal whose value is required by the component to work normally and cannot be recovered.
toByteArray() - Method in class org.exoplatform.xml.object.XMLObject
 
toByteArray(String) - Method in class org.exoplatform.xml.object.XMLCollection
 
toByteArray(String) - Method in class org.exoplatform.xml.object.XMLObject
 
toObject() - Method in class org.exoplatform.xml.object.XMLObject
 
toString() - Method in class org.exoplatform.container.AbstractComponentAdapter
 
toString() - Method in class org.exoplatform.container.ar.Archive
 
toString() - Method in class org.exoplatform.container.management.ManagementContextImpl
 
toString() - Method in class org.exoplatform.container.monitor.jvm.JVMRuntimeInfoImpl
 
toString() - Method in class org.exoplatform.container.monitor.jvm.OperatingSystemInfoImpl
 
toString() - Method in class org.exoplatform.container.xml.ObjectParameter
 
toString() - Method in class org.exoplatform.container.xml.PropertiesParam
 
toString() - Method in class org.exoplatform.container.xml.ValueParam
 
toString() - Method in class org.exoplatform.container.xml.ValuesParam
 
toString() - Method in class org.exoplatform.management.spi.ManagedPropertyMetaData
 
toString() - Method in class org.exoplatform.xml.object.XMLField
 
toString() - Method in class org.exoplatform.xml.object.XMLObject
 
toXML() - Method in class org.exoplatform.container.xml.Configuration
Dumps the configuration in XML format into a StringWriter and returns the content
toXML() - Method in class org.exoplatform.xml.object.XMLObject
 
toXML(Writer) - Method in class org.exoplatform.container.xml.Configuration
Dumps the configuration in XML format into the given Writer
toXML(String) - Method in class org.exoplatform.xml.object.XMLCollection
 
toXML(String) - Method in class org.exoplatform.xml.object.XMLObject
 
type - Variable in class org.exoplatform.xml.object.XMLBaseObject
 
type() - Method in annotation type org.exoplatform.container.spi.DefinitionByName
The default implementation to use in case the annotation has not been added on a concrete class.
type() - Method in annotation type org.exoplatform.container.spi.DefinitionByQualifier
The default implementation to use in case the annotation has not been added on a concrete class.
type() - Method in annotation type org.exoplatform.container.spi.DefinitionByType
The default implementation to use in case the annotation has not been added on a concrete class.
TYPE - Static variable in class org.exoplatform.container.RootContainer.PortalContainerPostCreateTask
The name of the type of task
TYPE - Static variable in class org.exoplatform.container.RootContainer.PortalContainerPostInitTask
The name of the type of task
TYPE - Static variable in class org.exoplatform.container.RootContainer.PortalContainerPreInitTask
The name of the type of task

U

unmanage(Object) - Method in class org.exoplatform.management.jmx.impl.JMXManagementProvider
 
unmanage(Object) - Method in interface org.exoplatform.management.spi.ManagementProvider
Instruct the management provider to remove the specifed resource from management.
unmarshall(URL) - Method in class org.exoplatform.container.configuration.ConfigurationUnmarshaller
 
unregister(Object) - Method in class org.exoplatform.container.management.ManagementContextImpl
Unregisters an object from its managed life cycle.
unregister(Object) - Method in interface org.exoplatform.management.ManagementContext
Unregisters an object from its managed life cycle.
unregister(K) - Method in class org.exoplatform.container.context.AbstractContext
Unregisters a given key from the context
unregister(K) - Method in interface org.exoplatform.container.context.AdvancedContext
Unregisters a given key from the context
unregister(K) - Method in class org.exoplatform.container.context.UnSharedContext
Unregisters a given key from the context
unregisterAll() - Method in class org.exoplatform.container.management.ManagementContextImpl
Unmanages (unregisters) all early registered MBeans in ManagementProviders
unregisterAllComponents() - Method in class org.exoplatform.container.ExoContainer
Unregister all components from container to avoid keeping instances in memory.
unregisterComponent(Object) - Method in class org.exoplatform.container.AbstractContainer
Unregister a component by key.
unregisterComponent(Object) - Method in class org.exoplatform.container.CachingContainer
 
unregisterComponent(Object) - Method in class org.exoplatform.container.ConcurrentContainer
 
unregisterComponent(Object) - Method in class org.exoplatform.container.management.ManageableContainer
Unregister a component by key.
unregisterComponent(Object) - Method in interface org.exoplatform.container.spi.Container
Unregister a component by key.
unregisterContext(ServletContext) - Method in class org.exoplatform.container.PortalContainer
Unregister a servlet context that contains configuration files and potentially resource files
unregisterPortalContainerName(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
Unregisters a name of a portal container if it has not yet been unregistered
UnregisterTask() - Constructor for class org.exoplatform.container.PortalContainer.UnregisterTask
 
UnSharedContext<K> - Class in org.exoplatform.container.context
This is the root class of all the unshared contexts, it relies on a thread local
UnSharedContext() - Constructor for class org.exoplatform.container.context.UnSharedContext
 
Utils - Class in org.exoplatform.container.util
 

V

value - Variable in class org.exoplatform.xml.object.XMLBaseObject
 
value() - Method in annotation type org.exoplatform.container.spi.After
Gives the id of the Interceptor after which the related Interceptor should be injected.
value() - Method in annotation type org.exoplatform.container.spi.Before
Gives the id of the Interceptor before which the related Interceptor should be injected.
value() - Method in annotation type org.exoplatform.management.annotations.Impact
 
value() - Method in annotation type org.exoplatform.management.annotations.ManagedBy
Returns a class that instantiated is able to manage the class annotated by this class.
value() - Method in annotation type org.exoplatform.management.annotations.ManagedDescription
 
value() - Method in annotation type org.exoplatform.management.annotations.ManagedName
 
value() - Method in annotation type org.exoplatform.management.jmx.annotations.NameTemplate
 
value() - Method in annotation type org.exoplatform.management.jmx.annotations.NamingContext
 
value() - Method in annotation type org.exoplatform.management.jmx.annotations.Property
 
valueOf(String) - Static method in enum org.exoplatform.management.annotations.ImpactType
Returns the enum constant of this type with the specified name.
ValueParam - Class in org.exoplatform.container.xml
Jul 19, 2004
ValueParam() - Constructor for class org.exoplatform.container.xml.ValueParam
 
values() - Static method in enum org.exoplatform.management.annotations.ImpactType
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesParam - Class in org.exoplatform.container.xml
Jul 19, 2004
ValuesParam() - Constructor for class org.exoplatform.container.xml.ValuesParam
 
visitContainer(Container) - Method in class org.exoplatform.container.LifecycleVisitor
 
visitContainer(Container) - Method in interface org.exoplatform.container.spi.ContainerVisitor
Visit a Container that has to accept the visitor.

W

WAR - Static variable in class org.exoplatform.container.ar.Archive
The most common description of a Web Application ARchive
WAR_CONF_LOCATION - Static variable in class org.exoplatform.container.configuration.ConfigurationManagerImpl
 
WebAppInitContext - Class in org.exoplatform.container
This class is used to define the initialization context of a web application Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 11 sept.
WebAppInitContext(ServletContext) - Constructor for class org.exoplatform.container.WebAppInitContext
 
WRITE - org.exoplatform.management.annotations.ImpactType
Write operation, changes the state of the managed resource.

X

XMLBaseObject - Class in org.exoplatform.xml.object
 
XMLBaseObject() - Constructor for class org.exoplatform.xml.object.XMLBaseObject
 
XMLBaseObject(Class<?>, Object) - Constructor for class org.exoplatform.xml.object.XMLBaseObject
 
XMLCollection - Class in org.exoplatform.xml.object
 
XMLCollection() - Constructor for class org.exoplatform.xml.object.XMLCollection
 
XMLCollection(Collection<?>) - Constructor for class org.exoplatform.xml.object.XMLCollection
 
XMLEntry - Class in org.exoplatform.xml.object
 
XMLEntry() - Constructor for class org.exoplatform.xml.object.XMLEntry
 
XMLEntry(Object, Object) - Constructor for class org.exoplatform.xml.object.XMLEntry
 
XMLField - Class in org.exoplatform.xml.object
 
XMLField() - Constructor for class org.exoplatform.xml.object.XMLField
 
XMLField(String, Class<?>, Object) - Constructor for class org.exoplatform.xml.object.XMLField
 
XMLKey - Class in org.exoplatform.xml.object
 
XMLKey() - Constructor for class org.exoplatform.xml.object.XMLKey
 
XMLKey(Class<?>, Object) - Constructor for class org.exoplatform.xml.object.XMLKey
 
XMLMap - Class in org.exoplatform.xml.object
 
XMLMap() - Constructor for class org.exoplatform.xml.object.XMLMap
 
XMLMap(Map<?, ?>) - Constructor for class org.exoplatform.xml.object.XMLMap
 
XMLNativeArray - Class in org.exoplatform.xml.object
 
XMLNativeArray() - Constructor for class org.exoplatform.xml.object.XMLNativeArray
 
XMLNativeArray(Object) - Constructor for class org.exoplatform.xml.object.XMLNativeArray
 
XMLObject - Class in org.exoplatform.xml.object
 
XMLObject() - Constructor for class org.exoplatform.xml.object.XMLObject
 
XMLObject(Object) - Constructor for class org.exoplatform.xml.object.XMLObject
 
XMLValue - Class in org.exoplatform.xml.object
 
XMLValue() - Constructor for class org.exoplatform.xml.object.XMLValue
 
XMLValue(Class<?>, Object) - Constructor for class org.exoplatform.xml.object.XMLValue
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages