- 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
-
- 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(ExoContainer, ConfigurationManager) - Static method in class org.exoplatform.container.util.ContainerUtil
-
- addComponentLifecyclePlugin(Object) - Method in class org.exoplatform.container.xml.Configuration
-
- 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(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(URL) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
-
Adds a new location of a configuration file
- addConfiguration(ServletContext, String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
-
- addConfiguration(String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
-
- addConfiguration(Collection<URL>) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
-
- addConfiguration(URL) - 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(XMLField) - Method in class org.exoplatform.xml.object.XMLObject
-
- addField(String, Class<?>, Object) - Method in class org.exoplatform.xml.object.XMLObject
-
- addFilter(String, String) - Method in class org.exoplatform.test.MockServletContext
-
- addFilter(String, Filter) - Method in class org.exoplatform.test.MockServletContext
-
- addFilter(String, Class<? extends 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, 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) - Method in class org.exoplatform.container.RootContainer
-
Calls the other method addInitTask with ServletContext.getServletContextName()
as portal container name
- addInitTask(ServletContext, RootContainer.PortalContainerInitTask, String) - Method in class org.exoplatform.container.RootContainer
-
First check if the related portal container has already been initialized.
- AddJVMComponentsToRootContainer - Class in org.exoplatform.container.monitor.jvm
-
- AddJVMComponentsToRootContainer() - Constructor for class org.exoplatform.container.monitor.jvm.AddJVMComponentsToRootContainer
-
- addListener(TopExoContainerListener) - Method in class org.exoplatform.container.RootContainer
-
Adds a new listener
- addListener(TopExoContainerListener) - Method in class org.exoplatform.container.StandaloneContainer
-
Adds a new listener
- addListener(String) - Method in class org.exoplatform.test.MockServletContext
-
- addListener(T) - Method in class org.exoplatform.test.MockServletContext
-
- addListener(Class<? extends EventListener>) - 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(String, String) - Method in class org.exoplatform.container.xml.ObjectParam
-
- addProperty(Object) - Method in class org.exoplatform.container.xml.ObjectParam
-
- addProperty(Object) - Method in class org.exoplatform.container.xml.PropertiesParam
-
- addProperty(ManagedPropertyMetaData) - Method in class org.exoplatform.management.spi.ManagedTypeMetaData
-
- addRemoveConfiguration(String) - Method in class org.exoplatform.container.xml.Configuration
-
- addServlet(String, String) - Method in class org.exoplatform.test.MockServletContext
-
- addServlet(String, Servlet) - Method in class org.exoplatform.test.MockServletContext
-
- addServlet(String, Class<? extends 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(PortalContainerDefinition) - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesAfter
-
- apply(PortalContainerDefinition) - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddDependenciesBefore
-
- apply(PortalContainerDefinition) - Method in class org.exoplatform.container.definition.PortalContainerDefinitionChange.AddSettings
-
- apply(PortalContainerDefinition) - Method in interface org.exoplatform.container.definition.PortalContainerDefinitionChange
-
- 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
-
- 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
-
- ComponentAdapterFactory - Interface in org.exoplatform.container.spi
-
- componentAdapters - Variable in class org.exoplatform.container.ConcurrentContainer
-
- componentKeyToAdapterCache - Variable in class org.exoplatform.container.ConcurrentContainer
-
- ComponentLifecycle - Interface in org.exoplatform.container.component
-
- ComponentLifecyclePlugin - 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() - Constructor for class org.exoplatform.container.xml.ComponentLifecyclePlugin
-
- ComponentListener - Interface in org.exoplatform.container.component
-
- ComponentPlugin - Interface in org.exoplatform.container.component
-
- ComponentPlugin - Class in org.exoplatform.container.xml
-
- 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
-
- ConcurrentContainer(ExoContainer, ExoContainer) - Constructor for class org.exoplatform.container.ConcurrentContainer
-
- 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(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
-
- ConfigurationManagerImpl(ClassLoader, 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(Set<String>) - Constructor for class org.exoplatform.container.configuration.ConfigurationUnmarshaller
-
- ConfigurationUnmarshaller() - 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(Throwable) - Constructor for exception org.exoplatform.container.spi.ContainerException
-
Construct a new exception with the specified cause and no 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.
- ContainerLifecyclePlugin - Interface in org.exoplatform.container
-
- ContainerLifecyclePlugin - Class in org.exoplatform.container.xml
-
Created by The eXo Platform SAS Author : Tuan Nguyen
tuan08@users.sourceforge.net Sep 8, 2005
- 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
-
- 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>, InitParams) - Method in class org.exoplatform.container.AbstractContainer
-
Creates a component corresponding to the given
Class with the
given
InitParams
- createComponent(Class<T>) - Method in class org.exoplatform.container.ConcurrentContainer
-
- 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>) - Method in class org.exoplatform.container.ExoContainer
-
- 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(K) - Method in class org.exoplatform.container.context.AbstractContext
-
- createStorage(ServletRequest) - Method in class org.exoplatform.container.context.RequestContext
-
- createStorage(HttpSession) - Method in class org.exoplatform.container.context.SessionContext
-
- 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
-
- 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
-
- 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, Throwable) - Constructor for exception org.exoplatform.container.context.DefinitionException
-
- DefinitionException(String) - 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(Contextual) - Method in class org.exoplatform.container.context.AbstractContext
-
Destroy the existing contextual instance.
- destroy() - Method in class org.exoplatform.container.context.AbstractContext
-
Destroys all the
CreationContext that has been stored in the current storage
- destroy(CreationContextStorage) - Method in class org.exoplatform.container.context.AbstractContext
-
- destroy(Contextual<?>) - Method in interface org.exoplatform.container.context.AdvancedContext
-
Destroy the existing contextual instance.
- destroy(T, CreationalContext<T>) - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
- destroy(T, CreationalContext<T>) - Method in class org.exoplatform.container.management.ManageableComponentAdapter
- destroy() - Method in class org.exoplatform.container.web.PortalContainerFilter
-
- destroyComponent(ExoContainer, Object) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
-
- destroyComponent(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentLifecycle
-
- 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(Container) - Static method in class org.exoplatform.container.LifecycleVisitor
-
- dispose() - Method in interface org.picocontainer.Disposable
-
Dispose this component.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.exoplatform.container.web.PortalContainerFilter
-
- DOUBLE - Static variable in class org.exoplatform.xml.object.XMLBaseObject
-
- 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>, CreationalContext<T>) - Method in class org.exoplatform.container.context.AbstractContext
- get(Contextual<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(String) - Method in interface org.exoplatform.container.configuration.ConfigurationManager
-
Gives the component configuration of a given service
- getComponent(Class<?>) - 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(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 class org.exoplatform.container.xml.Configuration
-
- 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) - 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
-
- 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>, 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>) - Method in class org.exoplatform.container.ExoContainer
-
- 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(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) - Method in class org.exoplatform.container.ExoContainer
-
Retrieve a component instance registered with a specific key.
- getComponentInstance(Object, Class<T>) - Method in class org.exoplatform.container.ExoContainer
-
- getComponentInstance(Object, Class<T>, boolean) - Method in class org.exoplatform.container.ExoContainer
-
Retrieve a component instance registered with a specific key.
- getComponentInstance() - Method in class org.exoplatform.container.InstanceComponentAdapter
-
Retrieve the component instance.
- getComponentInstance() - Method in class org.exoplatform.container.jmx.MX4JComponentAdapter
-
- getComponentInstance(Object) - Method in class org.exoplatform.container.RootContainer
-
Retrieve a component instance registered with a specific key.
- getComponentInstance() - Method in interface org.exoplatform.container.spi.ComponentAdapter
-
Retrieve the component instance.
- 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>, 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>) - Method in class org.exoplatform.container.ExoContainer
-
- 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
-
- 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
- getConfigurationURL() - Method in class org.exoplatform.container.StandaloneContainer
-
Get configurationURL.
- getConfigurationURL(String) - Static method in class org.exoplatform.container.util.ContainerUtil
-
- 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(ServletRequestEvent) - Method in class org.exoplatform.container.context.ContextManagerListener
-
- 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
-
- 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(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() - Method in class org.exoplatform.container.ExoContainer
-
- getContext(String) - Method in class org.exoplatform.test.MockServletContext
-
- getContextManager() - Method in class org.exoplatform.container.ExoContainer
-
- 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
-
- 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(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
-
Gives all the dependencies related to the given portal container
- getDependencies() - Method in class org.exoplatform.container.definition.PortalContainerDefinition
-
- getDependencies() - Method in class org.exoplatform.container.definition.SafePortalContainerDefinition
-
- 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
-
- 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
-
- getId() - Method in class org.exoplatform.container.CachingContainer
-
- getId(Contextual<T>) - Method in class org.exoplatform.container.context.AbstractContext
-
Gives an id for the given Contextual
- 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
-
- getId() - Method in interface org.exoplatform.container.spi.Interceptor
-
- 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, 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 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(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(ComponentAdapter<T>, Class<T>, boolean) - Method in class org.exoplatform.container.ConcurrentContainer
-
- getInstance(CreationContextStorage, String) - Method in class org.exoplatform.container.context.AbstractContext
-
Gives the instance stored with the given Contextual id.
- getInstance() - Method in class org.exoplatform.container.context.CreationContext
-
- getInstance() - Static method in class org.exoplatform.container.PortalContainer
-
- getInstance(ServletContext) - Static method in class org.exoplatform.container.PortalContainer
-
Gives the first portal container instance related to the given ServletContext
- 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(Object[][]) - Static method in class org.exoplatform.container.StandaloneContainer
-
Shortcut for getInstance(null, components).
- 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}, ...}.
- 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
-
- getInterceptorChain(ExoContainer, ExoContainer) - Method in interface org.exoplatform.container.spi.InterceptorChainFactory
-
- getInterceptorChainFactory() - Static method in class org.exoplatform.container.spi.InterceptorChainFactoryProvider
-
- 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
-
- getManagementContext() - Method in class org.exoplatform.container.ConcurrentContainer
-
- getManagementContext() - Method in class org.exoplatform.container.management.ManageableContainer
-
- getManagementContext() - Method in interface org.exoplatform.container.spi.Container
-
- 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(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
- getPortalContainerName() - Method in class org.exoplatform.container.ExoContainerContext
-
- 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
-
- 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(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
-
Gives the name of the realm related to the given portal container
- 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(String) - Static method in class org.exoplatform.container.PortalContainer
-
Returns the name of the realm corresponding to the given portal container name
- getRealmName() - Method in class org.exoplatform.container.PortalContainer
-
Returns the name of the realm corresponding to the current portal container
- 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
-
- getRequestDispatcher(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) - 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
-
- getResource(String) - Method in class org.exoplatform.container.configuration.ConfigurationManagerImpl
-
- 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 class org.exoplatform.test.MockServletContext
-
- getResourceAsStream(String) - Method in class org.exoplatform.test.MockServletContext
-
- getResourcePaths(String) - Method in class org.exoplatform.test.MockServletContext
-
- getRestContextName(String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
-
Gives the name of the rest ServletContext related to the given portal container
- 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(String) - Static method in class org.exoplatform.container.PortalContainer
-
Returns the name of the rest context corresponding to the given portal container name
- getRestContextName() - Method in class org.exoplatform.container.PortalContainer
-
Returns the name of the rest context corresponding to the current portal container
- 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(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()
- getServletContextName() - Method in class org.exoplatform.container.WebAppInitContext
-
- getServletContextName() - Method in class org.exoplatform.test.MockServletContext
-
- 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
-
- 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
- getSetMethod() - Method in class org.exoplatform.container.xml.ComponentPlugin
-
- 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, String) - Method in class org.exoplatform.container.definition.PortalContainerConfig
-
Give the value of a given setting for a given portal container name
- getSetting(String) - Method in class org.exoplatform.container.ExoContainerContext
-
- 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
- getSetting(String) - Method in class org.exoplatform.container.PortalContainer
-
Returns the value of the setting corresponding to the current portal container
- 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
-
- 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
-
- 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
-
- 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(ServletContext) - Method in class org.exoplatform.container.PortalContainer
-
- getWebappClassLoader() - Method in class org.exoplatform.container.WebAppInitContext
-
- 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
-
- 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, Object) - Method in class org.exoplatform.container.component.BaseComponentLifecyclePlugin
-
- initComponent(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentLifecycle
-
- 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
-
- InterceptorChainFactory - Interface in org.exoplatform.container.spi
-
This interface is used to create a new
Interceptor chain
- InterceptorChainFactoryProvider - Class in org.exoplatform.container.spi
-
- 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
-
- 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(Object) - Static method in class org.exoplatform.xml.object.XMLNativeArray
-
- isNativeArray(Class<?>) - Static method in class org.exoplatform.xml.object.XMLNativeArray
-
- isPortalContainerConfigAware() - Method in class org.exoplatform.container.RootContainer
-
- 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() - Method in class org.exoplatform.container.InstanceComponentAdapter
-
Indicates whether or not this adapter is a singleton
- 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.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(ExoContainer) - Method in interface org.exoplatform.container.component.ComponentRequestLifecycle
-
Check component Lifecycle status
- isStarted(ComponentRequestLifecycle) - Static method in class org.exoplatform.container.component.RequestLifeCycle
-
Check Component Request Lifecycle status
- isStarted(ExoContainer, boolean) - Static method in class org.exoplatform.container.component.RequestLifeCycle
-
Check all Components Request Lifecycle status
- isStarted() - Method in class org.exoplatform.container.PortalContainer
-
- 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
-
- 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(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
-
- 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.
- registerArray(Object[][]) - Method in class org.exoplatform.container.StandaloneContainer
-
- registerChangePlugin(PortalContainerDefinitionChangePlugin) - Method in class org.exoplatform.container.definition.PortalContainerConfig
-
- registerComponent(ComponentAdapter<?>) - Method in class org.exoplatform.container.ConcurrentContainer
-
Register a component via a ComponentAdapter.
- 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(Class<T>) - Method in class org.exoplatform.container.ExoContainer
-
Register a component using the componentImplementation as key.
- 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(T) - Method in class org.exoplatform.container.ExoContainer
-
Register an arbitrary object.
- 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.
- 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
-
- 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(List<Interceptor>, List<Interceptor>) - Method in class org.exoplatform.container.DefaultInterceptorChainFactory
-
- 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
-
- 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
-
- 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
-
- 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