All Classes and Interfaces

Class
Description
 
 
 
 
May 13, 2004
 
 
The state of an application which can be either transient of persistent.
 
Used for deserializing from pages.xml using JibX
Used for deserializing from pages.xml using JibX
 
 
 
 
 
Used for deserializing from pages.xml using JibX
 
 
Used for deserializing from pages.xml using JibX
 
 
 
 
Saves some settings linked to a Context.
Interface for data initialization
 
 
All possible value types of an event.
Group various event types.
Deprecated.
At compile time, every time a Maven module that uses @ExoEntity is compiled, the ExoEntityProcessor is invoked.
 
May 7, 2004
Describe a method as transactional.
 
ExoFeatureService plugin that allows to manage enablement of feature by plugin instead of managing it in Service so that each addon can manage the feature enablement by user
Used for deserializing from pages.xml using JibX
 
Flexible scope implementations.
 
 
 
Used for deserializing from pages.xml using JibX
 
 
 
 
 
 
 
 
 
A resource bundle that returns the queried key.
 
The import mode.
This code should be moved in the core, for now it is here as it is needed here.
An URLConnection extension that use a local InputStream object.
An URLStreamHandler extension that use a local InputStream object.
Created by The eXo Platform SARL Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jun 2, 2007
Created by The eXo Platform SARL Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jun 2, 2007
Created by The eXo Platform SAS Author : Vu Viet Phuong phuong_vu@exoplatform.com Sep 29, 2010
 
An adapter for a list of elements.
Iterates over a list of ListChangeType computed from two list of objects.
 
 
A tree structure where the children in which the children are organized as a linked list.
May 3, 2004
 
Data structure that holds the inputs for LocalePolicy pluggable policies mechanism.
This class is used to ease LocaleContextInfo object build
This interface represents a pluggable mechanism for different locale determining algorithms
 
 
 
 
A class to hold the various attributes mapped between the model and the mop layer.
 
 
 
 
 
 
 
 
 
 
 
 
 
An immutable navigation data class.
 
 
 
 
An immutable navigation state class.
 
Describe a change applied to a node.
 
 
 
 
 
 
 
A listener for node changes.
A base implementation that can be subclassed.
 
A queuing implementation of the NodeChangeListener interface.
The context of a node.
 
An immutable node data class.
A filter for nodes, filtering occurs after node retrieval and is applied once nodes are loaded.
 
 
An immutable node state class.
Builder class.
 
 
An orientation.
 
May 13, 2004
 
Created by The eXo Platform SAS Apr 25, 2007
 
An immutable page data class.
 
Error codes for page service.
The immutable key for a page.
 
 
 
 
 
 
 
 
 
 
 
A plugin to generate and parse permanent link for one or multiple given object type(s)
A service to get permanent link to an object in order to reference it
Represents the state of the application when it is bound to the database.
 
 
 
 
We keep that subclass here to please JiBX crap.
 
 
Created by The eXo Platform SARL Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: Jul 27, 2003 Time: 9:21:41 PM
 
Created by The eXo Platform SARL Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Jun 2, 2007
A ClassLoader extension that will retrieve resources from the parent classloader.
Created by The eXo Platform SARL .
Created by The eXo Platform SAS .
A query result.
Created by The eXo Platform SAS .
Created by The eXo Platform SAS .
May 7, 2004
A class that contains utility method that make the caller not worry much about the unexpectable expected such as argument nullity or the control flow due to exceptions.
Saves some settings linked to a scope.
The scope describes a set of nodes, the scope implementation should be stateless and should be shared between many threads.
A scope visitor responsible for determining the loading of a node.
Associates setting properties with a specified context (GLOBAL/USER).
Supports the setting event management that contains all information of event.
Associates setting properties with a specified key.
This class is registered with the SettingsService and is invoked when an event with the same name is broadcasted.
Associates setting properties with a specified scope (for example, GLOBAL/PORTAL/APPLICATION).
Stores and removes a value associated with a key.
 
Used for deserializing from pages.xml using JibX
 
 
 
 
Used for deserializing from pages.xml using JibX
 
 
 
Used for deserializing from pages.xml using JibX
Used for deserializing from pages.xml using JibX
Used for deserializing from pages.xml using JibX
 
 
 
 
This class is useful to build the object path of SettingValue with Context and Scope.
 
 
 
The transient state of an application when it has not yet been stored in the database.
 
 
 
 
 
Describes how a node should be loaded by a loading operation.
A parser for XML resource bundle having the following rules: The root document element is named "bundle" Any non root element can have any name Any non root element content must not have mixed content (i.e text and children elements) Any element having textual content is considered as a bundle entry with they key formed by the dot concatenation of its parent element name except the root element and the value is the text content For instance the following document: <bundle> <foo> <A>1<A> <B>2<B> </foo> <C>3<C> </bundle> will give the bundle with entries: foo.A=1 foo.B=2 C=3