Skip navigation links
GateIn Portal Component Common 4.4.2-PLF
A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractScopedKey - Class in org.exoplatform.commons.scope
The abstract scoped key should be subclasses to create scoped key.
AbstractScopedKey() - Constructor for class org.exoplatform.commons.scope.AbstractScopedKey
 
AbstractScopedKey(String) - Constructor for class org.exoplatform.commons.scope.AbstractScopedKey
 
AbstractSerializablePageList<E> - Class in org.exoplatform.commons.utils
This class defines the common functionalities for the serializable subclasses of PageList.
AbstractSerializablePageList(int) - Constructor for class org.exoplatform.commons.utils.AbstractSerializablePageList
Builds a page list.
AbstractSerializablePageList() - Constructor for class org.exoplatform.commons.utils.AbstractSerializablePageList
This constructor should not be used by subclasses, it is only for serialization needs.
addClassType(Class<?>, boolean) - Method in class org.exoplatform.commons.serialization.model.metadata.DomainMetaData
 
addClassType(String, boolean) - Method in class org.exoplatform.commons.serialization.model.metadata.DomainMetaData
 
addConvertedType(Class<?>, Class<? extends TypeConverter<?, ?>>) - Method in class org.exoplatform.commons.serialization.model.metadata.DomainMetaData
 
addConvertedType(String, Class<? extends TypeConverter<?, ?>>) - Method in class org.exoplatform.commons.serialization.model.metadata.DomainMetaData
 
addFactory(ObjectFactory<O>) - Method in class org.exoplatform.commons.serialization.SerializationContext
 
addLifeCycle(ComponentPlugin) - Method in class org.exoplatform.commons.chromattic.ChromatticManager
 
addPlugin(ComponentPlugin) - Method in class org.exoplatform.commons.InitialContextInitializer2
 
addResourceResolver(ResourceResolver) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
addSynchronizationListener(SynchronizationListener) - Method in interface org.exoplatform.commons.chromattic.SessionContext
Registers a synchronization listener.
addTypeModel(Class<O>) - Method in class org.exoplatform.commons.serialization.model.TypeDomain
 
after(XMLStreamWriter, int) - Method in class org.gatein.common.xml.stax.writer.formatting.NoOpFormatter
 
after(XMLStreamWriter, int) - Method in class org.gatein.common.xml.stax.writer.formatting.SimpleFormatter
 
after(XMLStreamWriter, int) - Method in interface org.gatein.common.xml.stax.writer.formatting.XmlStreamingFormatter
 
afterBegin() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleListener
Callback method to be executed after start of JTA transaction
afterSynchronization(SynchronizationStatus) - Method in interface org.exoplatform.commons.chromattic.SynchronizationListener
Once synchronization occured.
APOS - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
ApplicationResourceResolver - Class in org.exoplatform.resolver
This class is an aggregation of ResourceResolver object and extends itself the ResourceResover class.
ApplicationResourceResolver() - Constructor for class org.exoplatform.resolver.ApplicationResourceResolver
There are by default 2 resolvers already aggregated: 1) FileResourceResolver 2) ClasspathResourceResolver

B

before(XMLStreamWriter, int) - Method in class org.gatein.common.xml.stax.writer.formatting.NoOpFormatter
 
before(XMLStreamWriter, int) - Method in class org.gatein.common.xml.stax.writer.formatting.SimpleFormatter
 
before(XMLStreamWriter, int) - Method in interface org.gatein.common.xml.stax.writer.formatting.XmlStreamingFormatter
 
beforeBegin() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleListener
Callback method to be executed before start of JTA transaction
beforeSynchronization() - Method in interface org.exoplatform.commons.chromattic.SynchronizationListener
Before synchronization occurs.
beginJTATransaction() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleService
Starts JTA transaction if not already started
beginJTATransaction() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
Starts JTA transaction if not already started
beginRequest() - Method in class org.exoplatform.commons.chromattic.ChromatticManager
Begins the demarcation of a request and associates the current thread of execution with a context that will provides access to the correct persistence context.
BinaryOutput - Interface in org.exoplatform.commons.utils
 
BOOLEAN - Static variable in class org.gatein.common.xml.stax.writer.WritableValueTypes
 
BufferingOutputStream - Class in org.exoplatform.commons.utils
A stream that maintains a buffer and flush it on a delegate output stream when it is filled.
BufferingOutputStream(OutputStream, int) - Constructor for class org.exoplatform.commons.utils.BufferingOutputStream
 
build(Naming<N>) - Method in interface org.gatein.common.xml.stax.navigator.builder.StaxNavBuilder
 
build(Naming<N>) - Method in class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
build() - Method in interface org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilder
 
build() - Method in class org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilderImpl
 
build(Naming<N>) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
build(Class<E>) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
build(Class<E>) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
build(Naming<N>) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
buildDefaultWriter() - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
buildDefaultWriter(OutputStream) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
buildFormatter() - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
buildWriter() - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
ByteArrayOutput - Class in org.exoplatform.commons.utils
 
ByteArrayOutput() - Constructor for class org.exoplatform.commons.utils.ByteArrayOutput
 

C

castAndSet(Object, Object) - Method in class org.exoplatform.commons.serialization.model.FieldModel
 
CharEncoder - Interface in org.exoplatform.commons.utils
A char encoder that encodes chars to a suite of bytes.
CharsetCharEncoder - Class in org.exoplatform.commons.utils
An implementation of a char encoder that is stateless and is based on a specified charset.
CharsetCharEncoder(Charset) - Constructor for class org.exoplatform.commons.utils.CharsetCharEncoder
 
CharsetTextEncoder - Class in org.exoplatform.commons.utils
A stateless encoder that use a char encoder for performing the encoding task.
CharsetTextEncoder(CharEncoder) - Constructor for class org.exoplatform.commons.utils.CharsetTextEncoder
 
CharsetTextEncoder(String) - Constructor for class org.exoplatform.commons.utils.CharsetTextEncoder
 
checkAndSetPage(int) - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
child(StaxNavigator<N>, N) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
ChromatticLifeCycle - Class in org.exoplatform.commons.chromattic
The chromattic life cycle objets is a plugin that allow to bootstrap a chromattic builder and make it managed either locally or globally.
ChromatticLifeCycle(InitParams) - Constructor for class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
ChromatticManager - Class in org.exoplatform.commons.chromattic
 
ChromatticManager(RepositoryService) - Constructor for class org.exoplatform.commons.chromattic.ChromatticManager
 
ClasspathResourceResolver - Class in org.exoplatform.resolver
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Mar 15, 2006
ClasspathResourceResolver() - Constructor for class org.exoplatform.resolver.ClasspathResourceResolver
 
ClassTypeMetaData - Class in org.exoplatform.commons.serialization.model.metadata
 
ClassTypeMetaData(String, boolean) - Constructor for class org.exoplatform.commons.serialization.model.metadata.ClassTypeMetaData
 
ClassTypeModel<O> - Class in org.exoplatform.commons.serialization.model
 
clear() - Method in class org.exoplatform.commons.cache.future.FutureExoCache
 
clear() - Method in class org.exoplatform.commons.cache.future.FutureMap
 
clone(O) - Method in class org.exoplatform.commons.serialization.SerializationContext
 
close(Session) - Method in class org.exoplatform.commons.chromattic.PortalSessionLifeCycle
 
close(ChromatticLifeCycle, boolean) - Method in class org.exoplatform.commons.chromattic.Synchronization
 
close(boolean) - Method in class org.exoplatform.commons.chromattic.Synchronization
 
close() - Method in class org.exoplatform.commons.utils.BufferingOutputStream
 
close() - Method in class org.exoplatform.commons.utils.CompositeReader
 
close() - Method in class org.exoplatform.commons.utils.GrowingOutputStream
 
close() - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
close() - Method in class org.exoplatform.commons.utils.PropertyResolverReader
 
close(Closeable) - Static method in class org.exoplatform.commons.utils.Safe
Close a closable object.
close() - Method in class org.exoplatform.commons.utils.WriterPrinter
 
closeContext(boolean) - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
CollectionXmlHandler<T,N> - Class in org.gatein.common.xml.stax
 
CollectionXmlHandler(N, N) - Constructor for class org.gatein.common.xml.stax.CollectionXmlHandler
 
CompositeReader - Class in org.exoplatform.commons.utils
 
CompositeReader(Reader...) - Constructor for class org.exoplatform.commons.utils.CompositeReader
 
CompositeReader(Iterable<Reader>) - Constructor for class org.exoplatform.commons.utils.CompositeReader
 
CompositeReader(Iterator<Reader>) - Constructor for class org.exoplatform.commons.utils.CompositeReader
 
connect() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
connect() - Method in class org.exoplatform.commons.utils.EmptySerializablePageList
 
connect() - Method in class org.exoplatform.commons.utils.PageListAccess
 
connect() - Method in class org.exoplatform.commons.utils.SerializablePageList
 
connect() - Method in class org.exoplatform.commons.utils.StatelessPageList
 
contentRequired(StaxNavigator) - Static method in class org.gatein.common.xml.stax.navigator.Exceptions
 
ContextualTask<V> - Class in org.exoplatform.commons.chromattic
 
ContextualTask() - Constructor for class org.exoplatform.commons.chromattic.ContextualTask
 
Converted - Annotation Type in org.exoplatform.commons.serialization.api.annotations
Declares a type to be converted.
ConvertedTypeMetaData - Class in org.exoplatform.commons.serialization.model.metadata
 
ConvertedTypeMetaData(String, Class<? extends TypeConverter<?, ?>>) - Constructor for class org.exoplatform.commons.serialization.model.metadata.ConvertedTypeMetaData
 
ConvertedTypeModel<O,T> - Class in org.exoplatform.commons.serialization.model
 
CR - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
create(ExoCacheConfig, ConfigurationBuilder, Callable<Cache<Serializable, Object>>) - Method in class org.exoplatform.commons.cache.SimpleExoCacheCreator
 
create(S) - Static method in class org.exoplatform.commons.scope.ScopedKey
Create a scoped key from a key, the scope value is obtained from the ScopeManager.getCurrentScope() method.
create(String, S) - Static method in class org.exoplatform.commons.scope.ScopedKey
Creates a new scoped key with an explicit scope value.
create(Class<S>, Map<FieldModel<? super S, ?>, ?>) - Method in class org.exoplatform.commons.serialization.api.factory.DefaultObjectFactory
 
create(Class<S>, Map<FieldModel<? super S, ?>, ?>) - Method in class org.exoplatform.commons.serialization.api.factory.ObjectFactory
Instantiate an object based on the provided type.
create(S) - Method in class org.exoplatform.commons.utils.PageListAccess
 
create(byte[], Charset) - Static method in class org.exoplatform.commons.utils.Text
Create a text object from the provided byte array.
create(char[]) - Static method in class org.exoplatform.commons.utils.Text
Create a text object from the provided char array.
create(String) - Static method in class org.exoplatform.commons.utils.Text
Create a text object from the provided char array.
create(String, InputStream) - Static method in class org.exoplatform.commons.xml.DocumentSource
 
create(URL) - Static method in class org.exoplatform.commons.xml.DocumentSource
 
createCollection() - Method in class org.gatein.common.xml.stax.CollectionXmlHandler
 
CreateException - Exception in org.exoplatform.commons.serialization.api.factory
 
CreateException() - Constructor for exception org.exoplatform.commons.serialization.api.factory.CreateException
 
CreateException(String) - Constructor for exception org.exoplatform.commons.serialization.api.factory.CreateException
 
CreateException(String, Throwable) - Constructor for exception org.exoplatform.commons.serialization.api.factory.CreateException
 
CreateException(Throwable) - Constructor for exception org.exoplatform.commons.serialization.api.factory.CreateException
 
createFormatter() - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createFormatter(int) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createNavigator(Naming<N>, InputStream) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
createNavigator(InputStream) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
createNavigator(Class<E>, E, InputStream) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
createNavigator(Naming<N>, Reader) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
createNavigator(Reader) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
createNavigator(Class<E>, E, Reader) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
createQualifiedNavigator(InputStream) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
createQualifiedNavigator(Reader) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
createQualifiedWriter(OutputStream) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createQualifiedWriter(Writer) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createResourceId(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
createResourceId(String) - Method in class org.exoplatform.resolver.ResourceResolver
Return resource id
createResourceKey(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
createResourceKey(String) - Method in class org.exoplatform.resolver.ClasspathResourceResolver
 
createResourceKey(String) - Method in class org.exoplatform.resolver.FileResourceResolver
 
createResourceKey(String) - Method in class org.exoplatform.resolver.PortletResourceResolver
 
createResourceKey(String) - Method in class org.exoplatform.resolver.ResourceResolver
Return ResourceKey object

Default implementation will return difference ResourceKey instance
if we call that method on difference ResourceResolver instances (even with the same resource url)

If you create new ResourceResolver each time you need access to a resource, please overidde this method
and return the same ResourceKey for the same url
createResourceKey(String) - Method in class org.exoplatform.resolver.ServletResourceResolver
 
createWriter(Naming<N>, OutputStream) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createWriter(OutputStream) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createWriter(Class<E>, OutputStream) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createWriter(Naming<N>, Writer) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createWriter(Writer) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
createWriter(Class<E>, Writer) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
currentPage() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 

D

DataContainer - Class in org.exoplatform.commons.serialization.serial
 
DataContainer() - Constructor for class org.exoplatform.commons.serialization.serial.DataContainer
 
DATE - Static variable in class org.gatein.common.xml.stax.writer.WritableValueTypes
 
DATE_TIME - Static variable in class org.gatein.common.xml.stax.writer.WritableValueTypes
 
DEFAULT_INDENT_CHAR - Static variable in class org.gatein.common.xml.stax.writer.formatting.SimpleFormatter
 
DEFAULT_INDENT_SIZE - Static variable in class org.gatein.common.xml.stax.writer.formatting.SimpleFormatter
 
DEFAULT_NEWLINE - Static variable in class org.gatein.common.xml.stax.writer.formatting.SimpleFormatter
 
DefaultObjectFactory - Class in org.exoplatform.commons.serialization.api.factory
 
DefaultObjectFactory() - Constructor for class org.exoplatform.commons.serialization.api.factory.DefaultObjectFactory
 
DefaultTypeConverter<O> - Class in org.exoplatform.commons.serialization.api
 
DefaultTypeConverter() - Constructor for class org.exoplatform.commons.serialization.api.DefaultTypeConverter
 
DelegatingClassLoader - Class in org.gatein.common.classloader
ClassLoader, which delegates work to list of delegates (Delegating classloaders), which are provided from constructor.
DelegatingClassLoader(ClassLoader...) - Constructor for class org.gatein.common.classloader.DelegatingClassLoader
 
DocumentSource - Class in org.exoplatform.commons.xml
 
doLogin(SynchronizedContext) - Method in class org.exoplatform.commons.chromattic.Synchronization
 
DomainMetaData - Class in org.exoplatform.commons.serialization.model.metadata
 
DomainMetaData(DomainMetaData) - Constructor for class org.exoplatform.commons.serialization.model.metadata.DomainMetaData
 
DomainMetaData() - Constructor for class org.exoplatform.commons.serialization.model.metadata.DomainMetaData
 
DOMSerializer - Class in org.exoplatform.commons.xml
An high performance and custom DOM serializer based on stax XMLStreamWriter.
DOMSerializer() - Constructor for class org.exoplatform.commons.xml.DOMSerializer
 

E

empty() - Static method in class org.exoplatform.commons.utils.Queues
 
EMPTY_ARGS - Static variable in class org.exoplatform.util.ReflectionUtil
 
EmptySerializablePageList<E> - Class in org.exoplatform.commons.utils
 
EmptySerializablePageList() - Constructor for class org.exoplatform.commons.utils.EmptySerializablePageList
 
encode(char) - Method in interface org.exoplatform.commons.utils.CharEncoder
Encodes a single char into an array of bytes.
encode(char) - Method in class org.exoplatform.commons.utils.CharsetCharEncoder
 
encode(char, OutputStream) - Method in class org.exoplatform.commons.utils.CharsetTextEncoder
 
encode(char[], int, int, OutputStream) - Method in class org.exoplatform.commons.utils.CharsetTextEncoder
 
encode(String, int, int, OutputStream) - Method in class org.exoplatform.commons.utils.CharsetTextEncoder
 
encode(char) - Method in class org.exoplatform.commons.utils.TableCharEncoder
 
encode(char, OutputStream) - Method in interface org.exoplatform.commons.utils.TextEncoder
 
encode(char[], int, int, OutputStream) - Method in interface org.exoplatform.commons.utils.TextEncoder
 
encode(String, int, int, OutputStream) - Method in interface org.exoplatform.commons.utils.TextEncoder
 
encodeHTML(String) - Method in class org.exoplatform.commons.utils.HTMLEntityEncoder
Encode data for use in HTML
encodeHTMLAttribute(String) - Method in class org.exoplatform.commons.utils.HTMLEntityEncoder
Encode data for use in HTML attributes.
ENCODING - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
endRequest(boolean) - Method in class org.exoplatform.commons.chromattic.ChromatticManager
Ends the demarcation of a request.
endRequest(ExoContainer) - Method in class org.exoplatform.commons.chromattic.ChromatticManager
 
endRequest(ExoContainer) - Method in class org.exoplatform.commons.scope.ScopeManager
 
EnumType() - Constructor for class org.gatein.common.xml.stax.writer.WritableValueTypes.EnumType
 
EQ - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
equals(Object) - Method in class org.exoplatform.commons.scope.AbstractScopedKey
Returns true when: the obj argument has the same reference than this object or the obj has class equality (getClass().equals(obj.getClass())) and scope equality Subclasses should override this method and call the super method to ensure that the objects are of the same class and have the same scope.
equals(Object) - Method in class org.exoplatform.commons.scope.ScopedKey
 
equals(Object) - Method in class org.exoplatform.commons.serialization.MarshalledObject
 
equals(Object, Object) - Static method in class org.exoplatform.commons.utils.Safe
Return true if both objects are null or both are non null and the equals method of one object returns true when it is invoked with the other object as argument.
equals(Object) - Method in class org.exoplatform.resolver.ResourceKey
 
error(SAXParseException) - Method in class org.exoplatform.commons.xml.ValidationReporter
 
Exceptions - Class in org.gatein.common.xml.stax.navigator
 
Exceptions() - Constructor for class org.gatein.common.xml.stax.navigator.Exceptions
 
execute(SessionContext) - Method in class org.exoplatform.commons.chromattic.ContextualTask
Implementor must provide the task logic here.
executeListenersAfterBegin() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
 
executeListenersBeforeBegin() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
 
executeWith(ChromatticLifeCycle) - Method in class org.exoplatform.commons.chromattic.ContextualTask
Executes a task within a context from the specified life cycle.
expectedElement(StaxNavigator<N>, N) - Static method in class org.gatein.common.xml.stax.navigator.Exceptions
 
expectedElement(StaxNavigator, String) - Static method in class org.gatein.common.xml.stax.navigator.Exceptions
 

F

fatalError(SAXParseException) - Method in class org.exoplatform.commons.xml.ValidationReporter
 
FieldModel<O,V> - Class in org.exoplatform.commons.serialization.model
 
FileResourceResolver - Class in org.exoplatform.resolver
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Mar 15, 2006
FileResourceResolver() - Constructor for class org.exoplatform.resolver.FileResourceResolver
 
finish() - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Calling finish will flush and close the underlying stream.
finish() - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
finishJTATransaction() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleService
Commit or Rollback JTA transaction according to it's current status
finishJTATransaction() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
Commit or Rollback JTA transaction according to it's current status
flush() - Method in class org.exoplatform.commons.utils.BufferingOutputStream
 
flush() - Method in class org.exoplatform.commons.utils.GrowingOutputStream
 
flush() - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
flush() - Method in class org.exoplatform.commons.utils.WriterPrinter
 
flushOutputStream() - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
Flush the output stream.
format(V) - Method in interface org.gatein.common.xml.stax.writer.WritableValueType
 
format(E) - Method in class org.gatein.common.xml.stax.writer.WritableValueTypes.EnumType
 
forNames(N...) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
FutureCache<K,V,C> - Class in org.exoplatform.commons.cache.future
A future cache that prevents the loading of the same resource twice.
FutureCache(Loader<K, V, C>) - Constructor for class org.exoplatform.commons.cache.future.FutureCache
 
FutureExoCache<K extends Serializable,V,C> - Class in org.exoplatform.commons.cache.future
 
FutureExoCache(Loader<K, V, C>, ExoCache<K, V>) - Constructor for class org.exoplatform.commons.cache.future.FutureExoCache
 
FutureMap<K extends Serializable,V,C> - Class in org.exoplatform.commons.cache.future
 
FutureMap(Loader<K, V, C>) - Constructor for class org.exoplatform.commons.cache.future.FutureMap
 

G

get(K) - Method in class org.exoplatform.commons.cache.future.FutureCache
Retrieves the cached value corresponding to the specified key from the cache, it must returns null when the key does not exist.
get(C, K) - Method in class org.exoplatform.commons.cache.future.FutureCache
Perform a cache lookup for the specified key within the specified context.
get(K) - Method in class org.exoplatform.commons.cache.future.FutureExoCache
 
get(K) - Method in class org.exoplatform.commons.cache.future.FutureMap
 
get(Object) - Method in class org.exoplatform.commons.serialization.model.FieldModel
 
get() - Static method in class org.exoplatform.commons.utils.EmptySerializablePageList
 
getAll() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
getAttachment(String) - Method in interface org.exoplatform.commons.chromattic.SessionContext
Returns an attachment of this context.
getAvailable() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
getAvailablePage() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
getBuildIfAbsent() - Method in class org.exoplatform.commons.serialization.model.TypeDomain
 
getBytes() - Method in class org.exoplatform.commons.utils.ByteArrayOutput
 
getBytes(InputStream) - Static method in class org.exoplatform.commons.utils.Safe
 
getCharset() - Method in interface org.exoplatform.commons.utils.BinaryOutput
 
getCharset() - Method in class org.exoplatform.commons.utils.ByteArrayOutput
 
getCharset() - Method in interface org.exoplatform.commons.utils.CharEncoder
Returns the charset that will perform the encoding.
getCharset() - Method in class org.exoplatform.commons.utils.CharsetCharEncoder
 
getCharset() - Method in class org.exoplatform.commons.utils.CharsetTextEncoder
 
getCharset() - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
getCharset() - Method in class org.exoplatform.commons.utils.TableCharEncoder
 
getCharset() - Method in interface org.exoplatform.commons.utils.TextEncoder
Returns the charset that will perform the encoding.
getChromattic() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
getContent(StaxNavigator<N>, boolean) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
getContext() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
Returns #getContext(false).
getContext(boolean) - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
A best effort to return a session context whether it's local or global.
getContext(String) - Method in class org.exoplatform.commons.chromattic.Synchronization
Returns a specified global context by its name.
getConverterClass() - Method in class org.exoplatform.commons.serialization.model.metadata.ConvertedTypeMetaData
 
getConverterJavaType() - Method in class org.exoplatform.commons.serialization.model.ConvertedTypeModel
 
getCurrentPage() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
getCurrentScope() - Static method in class org.exoplatform.commons.scope.ScopeManager
Returns the current scope value or null if no value is associated with the current thread.
getDomainName() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
getEnumType() - Static method in class org.gatein.common.xml.stax.writer.WritableValueTypes
Returns a value type for an enum class.
getExpectedConfigType() - Method in class org.exoplatform.commons.cache.SimpleExoCacheCreator
 
getExpectedImplementations() - Method in class org.exoplatform.commons.cache.SimpleExoCacheCreator
 
getFactory(Class<O>) - Method in class org.exoplatform.commons.serialization.SerializationContext
 
getFailureFlow() - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
Returns the failure flow.
getFieldMap() - Method in class org.exoplatform.commons.serialization.model.ClassTypeModel
 
getFields() - Method in class org.exoplatform.commons.serialization.model.ClassTypeModel
 
getFrom() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
getGetBindingMethod(Object, String) - Static method in class org.exoplatform.util.ReflectionUtil
 
getIdentifier() - Method in class org.exoplatform.commons.xml.DocumentSource
 
getIgnoreOnFailure() - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
Returns the ignore on failure property.
getInputStream(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
getInputStream(String) - Method in class org.exoplatform.resolver.ClasspathResourceResolver
 
getInputStream(String) - Method in class org.exoplatform.resolver.FileResourceResolver
 
getInputStream(String) - Method in class org.exoplatform.resolver.MockResourceResolver
 
getInputStream(String) - Method in class org.exoplatform.resolver.PortletResourceResolver
 
getInputStream(String) - Method in class org.exoplatform.resolver.ResourceResolver
Return InputStream object to resource
getInputStream(String) - Method in class org.exoplatform.resolver.ServletResourceResolver
 
getInputStreams(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
getInputStreams(String) - Method in class org.exoplatform.resolver.ClasspathResourceResolver
 
getInputStreams(String) - Method in class org.exoplatform.resolver.FileResourceResolver
 
getInputStreams(String) - Method in class org.exoplatform.resolver.MockResourceResolver
 
getInputStreams(String) - Method in class org.exoplatform.resolver.PortletResourceResolver
 
getInputStreams(String) - Method in class org.exoplatform.resolver.ResourceResolver
Return List of InputStream object to resource
getInputStreams(String) - Method in class org.exoplatform.resolver.ServletResourceResolver
 
getInstance() - Static method in class org.exoplatform.commons.utils.HTMLEntityEncoder
 
getJavaType() - Method in class org.exoplatform.commons.serialization.model.TypeModel
 
getKey() - Method in class org.exoplatform.commons.scope.ScopedKey
 
getLifeCycle(String) - Method in class org.exoplatform.commons.chromattic.ChromatticManager
 
getManager() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
getName() - Method in class org.exoplatform.commons.serialization.model.FieldModel
 
getName() - Method in class org.exoplatform.commons.serialization.model.metadata.TypeMetaData
 
getName() - Method in class org.exoplatform.commons.serialization.model.TypeModel
 
getOwner() - Method in class org.exoplatform.commons.serialization.model.FieldModel
 
getPage(int) - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
getPageSize() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
getParent(Locale) - Static method in class org.exoplatform.commons.utils.I18N
Returns the parent locale of a locale or null when it does not have one.
getRealPath(String) - Method in class org.exoplatform.resolver.FileResourceResolver
 
getRealPath(String) - Method in class org.exoplatform.resolver.PortletResourceResolver
 
getRealPath(String) - Method in class org.exoplatform.resolver.ResourceResolver
 
getRealPath(String) - Method in class org.exoplatform.resolver.ServletResourceResolver
 
getRepositoryName() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
getRequiredAttribute(StaxNavigator, String) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
getRequiredContent(StaxNavigator<N>, boolean) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
getResource(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
getResource(String) - Method in class org.exoplatform.resolver.ClasspathResourceResolver
 
getResource(String) - Method in class org.exoplatform.resolver.FileResourceResolver
 
getResource(String) - Method in class org.exoplatform.resolver.MockResourceResolver
 
getResource(String) - Method in class org.exoplatform.resolver.PortletResourceResolver
 
getResource(String) - Method in class org.exoplatform.resolver.ResourceResolver
Return URL object to resource
getResource(String) - Method in class org.exoplatform.resolver.ServletResourceResolver
 
getResource(String) - Method in class org.gatein.common.classloader.DelegatingClassLoader
 
getResourceAsStream(String) - Method in class org.gatein.common.classloader.DelegatingClassLoader
 
getResourceContentAsBytes(String) - Method in class org.exoplatform.resolver.ResourceResolver
Return resource as array of bytes
getResourceIdPrefix() - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
getResourceResolver(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
getResourceResolverByScheme(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
getResources(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
getResources(String) - Method in class org.exoplatform.resolver.ClasspathResourceResolver
 
getResources(String) - Method in class org.exoplatform.resolver.FileResourceResolver
 
getResources(String) - Method in class org.exoplatform.resolver.MockResourceResolver
 
getResources(String) - Method in class org.exoplatform.resolver.PortletResourceResolver
 
getResources(String) - Method in class org.exoplatform.resolver.ResourceResolver
Return List of URL object to resource
getResources(String) - Method in class org.exoplatform.resolver.ServletResourceResolver
 
getResources(String) - Method in class org.gatein.common.classloader.DelegatingClassLoader
 
getResourceScheme() - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
getResourceScheme() - Method in class org.exoplatform.resolver.ClasspathResourceResolver
 
getResourceScheme() - Method in class org.exoplatform.resolver.FileResourceResolver
 
getResourceScheme() - Method in class org.exoplatform.resolver.MockResourceResolver
 
getResourceScheme() - Method in class org.exoplatform.resolver.PortletResourceResolver
 
getResourceScheme() - Method in class org.exoplatform.resolver.ResourceResolver
 
getResourceScheme() - Method in class org.exoplatform.resolver.ServletResourceResolver
 
getSaveOnClose() - Method in class org.exoplatform.commons.chromattic.Synchronization
 
getScope() - Method in class org.exoplatform.commons.scope.AbstractScopedKey
 
getSerializationMode() - Method in class org.exoplatform.commons.serialization.model.ClassTypeModel
 
getSession() - Method in interface org.exoplatform.commons.chromattic.SessionContext
Returns the managed chromattic session.
getSetBindingMethod(Object, String, Class[]) - Static method in class org.exoplatform.util.ReflectionUtil
 
getSize() - Method in class org.exoplatform.commons.serialization.model.TypeDomain
 
getSize() - Method in class org.exoplatform.commons.utils.ListAccessImpl
 
getStream() - Method in class org.exoplatform.commons.xml.DocumentSource
 
getString() - Method in class org.exoplatform.commons.utils.ByteArrayOutput
 
getSuperType() - Method in class org.exoplatform.commons.serialization.model.ClassTypeModel
 
getSuperType() - Method in class org.exoplatform.commons.serialization.model.TypeModel
 
getSynchronization() - Method in class org.exoplatform.commons.chromattic.ChromatticManager
 
getTargetType() - Method in class org.exoplatform.commons.serialization.model.ConvertedTypeModel
 
getTo() - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
getType() - Method in class org.exoplatform.commons.serialization.model.FieldModel
 
getTypeDomain() - Method in class org.exoplatform.commons.serialization.SerializationContext
 
getTypeMetaData(Class) - Method in class org.exoplatform.commons.serialization.model.metadata.DomainMetaData
 
getTypeMetaData(String) - Method in class org.exoplatform.commons.serialization.model.metadata.DomainMetaData
 
getTypeModel(String) - Method in class org.exoplatform.commons.serialization.model.TypeDomain
 
getTypeModel(Class<O>) - Method in class org.exoplatform.commons.serialization.model.TypeDomain
 
getTypeModelMap() - Method in class org.exoplatform.commons.serialization.model.TypeDomain
 
getTypeModels() - Method in class org.exoplatform.commons.serialization.model.TypeDomain
 
getURL() - Method in class org.exoplatform.resolver.ResourceKey
 
getUserTransaction() - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleService
 
getUserTransaction() - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
Obtain UserTransaction via JNDI call or via TransactionService if that fails
getUTF8() - Static method in class org.exoplatform.commons.utils.CharsetCharEncoder
 
getUTF8() - Static method in class org.exoplatform.commons.utils.CharsetTextEncoder
 
getWebAccessPath(String) - Method in class org.exoplatform.resolver.PortletResourceResolver
 
getWebAccessPath(String) - Method in class org.exoplatform.resolver.ResourceResolver
 
getWebAccessPath(String) - Method in class org.exoplatform.resolver.ServletResourceResolver
 
getWorkspaceName() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
GrowingOutputStream - Class in org.exoplatform.commons.utils
 
GrowingOutputStream(OutputStream, int) - Constructor for class org.exoplatform.commons.utils.GrowingOutputStream
 
GT - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 

H

hashCode() - Method in class org.exoplatform.commons.scope.AbstractScopedKey
Returns the scope value hashCode.
hashCode() - Method in class org.exoplatform.commons.scope.ScopedKey
 
hashCode() - Method in class org.exoplatform.commons.serialization.MarshalledObject
 
hashCode() - Method in class org.exoplatform.resolver.ResourceKey
 
hasNext() - Method in class org.exoplatform.commons.utils.Spliterator
 
HTMLEntityEncoder - Class in org.exoplatform.commons.utils
This encoder provides a few methods to encode the String to its HTML entity representation.
HTMLEntityEncoder() - Constructor for class org.exoplatform.commons.utils.HTMLEntityEncoder
 

I

I18N - Class in org.exoplatform.commons.utils
Various I18N utility methods.
I18N() - Constructor for class org.exoplatform.commons.utils.I18N
 
implementationVersion - Static variable in class org.gatein.version.Version
 
InitialContextInitializer2 - Class in org.exoplatform.commons
This code should be moved in the core, for now it is here as it is needed here.
InitialContextInitializer2(InitParams) - Constructor for class org.exoplatform.commons.InitialContextInitializer2
 
INSTANCE - Static variable in class org.gatein.common.xml.stax.writer.formatting.NoOpFormatter
 
instantiate(int, DataContainer, ClassTypeModel<O>) - Method in class org.exoplatform.commons.serialization.serial.ObjectReader
 
INTEGER - Static variable in class org.gatein.common.xml.stax.writer.WritableValueTypes
 
invalidParent(StaxNavigator) - Static method in class org.gatein.common.xml.stax.navigator.Exceptions
 
invalidSequence(StaxNavigator) - Static method in class org.gatein.common.xml.stax.navigator.Exceptions
 
IOFailureFlow - Enum in org.exoplatform.commons.utils
Enumerates the behavior that a joinpoint can have uppon an i/o exception instead of just letting the exception happen.
isFailed() - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
isModified(String, long) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
isModified(String, long) - Method in class org.exoplatform.resolver.ClasspathResourceResolver
 
isModified(String, long) - Method in class org.exoplatform.resolver.FileResourceResolver
 
isModified(String, long) - Method in class org.exoplatform.resolver.MockResourceResolver
 
isModified(String, long) - Method in class org.exoplatform.resolver.PortletResourceResolver
 
isModified(String, long) - Method in class org.exoplatform.resolver.ResourceResolver
Return if resource has been modified since specific time
isModified(String, long) - Method in class org.exoplatform.resolver.ServletResourceResolver
 
isResolvable(String) - Method in class org.exoplatform.resolver.ApplicationResourceResolver
 
isResolvable(String) - Method in class org.exoplatform.resolver.ResourceResolver
Return if this can resolve resource with specific url
isSerialized() - Method in class org.exoplatform.commons.serialization.model.metadata.ClassTypeMetaData
 
isTransient() - Method in class org.exoplatform.commons.serialization.model.FieldModel
 
isValid() - Method in class org.exoplatform.commons.xml.ValidationReporter
 

J

JTAUserTransactionLifecycleListener - Interface in org.gatein.common.transaction
Listener for perform some actions at the specified point of JTA transaction lifecycle.
Transaction lifecycle needs to be managed through JTAUserTransactionLifecycleService to have listeners executed.
For now, we have shared instance of one registered listener for all transactions, so listener implementations need to be thread-safe
JTAUserTransactionLifecycleService - Interface in org.gatein.common.transaction
Service provides methods for managing lifecycle of JTA transaction
JTAUserTransactionLifecycleServiceImpl - Class in org.gatein.common.transaction
Base implementation of JTAUserTransactionLifecycleService .
JTAUserTransactionLifecycleServiceImpl(TransactionService) - Constructor for class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
 

L

LF - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
lifo() - Static method in class org.exoplatform.commons.utils.Queues
 
lifo(int) - Static method in class org.exoplatform.commons.utils.Queues
 
ListAccessImpl<E> - Class in org.exoplatform.commons.utils
 
ListAccessImpl(Class<E>, List<E>) - Constructor for class org.exoplatform.commons.utils.ListAccessImpl
 
load(int, int) - Method in class org.exoplatform.commons.utils.ListAccessImpl
 
loadClass(String, boolean) - Method in class org.gatein.common.classloader.DelegatingClassLoader
 
Loader<K,V,C> - Interface in org.exoplatform.commons.cache.future
The loader interface is used by the future cache to retrieves the value from the key when it does not exist.
log - Static variable in class org.exoplatform.resolver.ApplicationResourceResolver
 
log - Static variable in class org.exoplatform.resolver.PortletResourceResolver
 
log - Static variable in class org.exoplatform.resolver.ServletResourceResolver
 
login() - Method in class org.exoplatform.commons.chromattic.PortalSessionLifeCycle
 
login(Credentials) - Method in class org.exoplatform.commons.chromattic.PortalSessionLifeCycle
 
login(String) - Method in class org.exoplatform.commons.chromattic.PortalSessionLifeCycle
 
login(Credentials, String) - Method in class org.exoplatform.commons.chromattic.PortalSessionLifeCycle
 
lookupEntityName(char) - Method in class org.exoplatform.commons.utils.HTMLEntityEncoder
 
lookupHexEntityNumber(char) - Method in class org.exoplatform.commons.utils.HTMLEntityEncoder
 
LT - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 

M

marshall(S) - Static method in class org.exoplatform.commons.serialization.MarshalledObject
 
MarshalledObject<S extends Serializable> - Class in org.exoplatform.commons.serialization
A simple marshalled object that retain the state of an object as a bytes.
MockResourceResolver - Class in org.exoplatform.resolver
 
MockResourceResolver(Map<String, URL>) - Constructor for class org.exoplatform.resolver.MockResourceResolver
 

N

name - Variable in class org.exoplatform.commons.serialization.model.metadata.TypeMetaData
.
next() - Method in class org.exoplatform.commons.utils.Spliterator
 
NoOpFormatter - Class in org.gatein.common.xml.stax.writer.formatting
 

O

ObjectFactory<B> - Class in org.exoplatform.commons.serialization.api.factory
A factory that creates instance of a type.
ObjectFactory() - Constructor for class org.exoplatform.commons.serialization.api.factory.ObjectFactory
 
ObjectReader - Class in org.exoplatform.commons.serialization.serial
 
ObjectReader(SerializationContext, InputStream) - Constructor for class org.exoplatform.commons.serialization.serial.ObjectReader
 
ObjectWriter - Class in org.exoplatform.commons.serialization.serial
 
ObjectWriter(SerializationContext, OutputStream) - Constructor for class org.exoplatform.commons.serialization.serial.ObjectWriter
 
ofIndentSize(int) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilder
 
ofIndentSize(int) - Method in class org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilderImpl
 
onCloseSession(SessionContext) - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
onOpenSession(SessionContext) - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
openContext() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
Opens a context and returns it.
openContext(ChromatticLifeCycle) - Method in class org.exoplatform.commons.chromattic.Synchronization
Opens a global context related to this synchronization object.
org.exoplatform.commons - package org.exoplatform.commons
 
org.exoplatform.commons.cache - package org.exoplatform.commons.cache
 
org.exoplatform.commons.cache.future - package org.exoplatform.commons.cache.future
 
org.exoplatform.commons.chromattic - package org.exoplatform.commons.chromattic
 
org.exoplatform.commons.scope - package org.exoplatform.commons.scope
 
org.exoplatform.commons.serialization - package org.exoplatform.commons.serialization
 
org.exoplatform.commons.serialization.api - package org.exoplatform.commons.serialization.api
 
org.exoplatform.commons.serialization.api.annotations - package org.exoplatform.commons.serialization.api.annotations
 
org.exoplatform.commons.serialization.api.factory - package org.exoplatform.commons.serialization.api.factory
 
org.exoplatform.commons.serialization.model - package org.exoplatform.commons.serialization.model
 
org.exoplatform.commons.serialization.model.metadata - package org.exoplatform.commons.serialization.model.metadata
 
org.exoplatform.commons.serialization.serial - package org.exoplatform.commons.serialization.serial
 
org.exoplatform.commons.utils - package org.exoplatform.commons.utils
 
org.exoplatform.commons.xml - package org.exoplatform.commons.xml
 
org.exoplatform.resolver - package org.exoplatform.resolver
 
org.exoplatform.util - package org.exoplatform.util
 
org.gatein.common.classloader - package org.gatein.common.classloader
 
org.gatein.common.transaction - package org.gatein.common.transaction
 
org.gatein.common.xml.stax - package org.gatein.common.xml.stax
 
org.gatein.common.xml.stax.navigator - package org.gatein.common.xml.stax.navigator
 
org.gatein.common.xml.stax.navigator.builder - package org.gatein.common.xml.stax.navigator.builder
 
org.gatein.common.xml.stax.writer - package org.gatein.common.xml.stax.writer
 
org.gatein.common.xml.stax.writer.builder - package org.gatein.common.xml.stax.writer.builder
 
org.gatein.common.xml.stax.writer.formatting - package org.gatein.common.xml.stax.writer.formatting
 
org.gatein.version - package org.gatein.version
 
OutputStreamPrinter - Class in org.exoplatform.commons.utils
An extension of Printer that encodes the text with a provided encoder and sends the resulting bytes on an OutputStream.
OutputStreamPrinter(TextEncoder, OutputStream, boolean) - Constructor for class org.exoplatform.commons.utils.OutputStreamPrinter
Builds an instance with the failureFlow being IOFailureFlow.RETHROW and a the ignoreOnFailure property set to false.
OutputStreamPrinter(TextEncoder, OutputStream, boolean, int) - Constructor for class org.exoplatform.commons.utils.OutputStreamPrinter
Builds an instance with the failureFlow being IOFailureFlow.RETHROW and a the ignoreOnFailure property set to false.
OutputStreamPrinter(TextEncoder, OutputStream, boolean, int, boolean) - Constructor for class org.exoplatform.commons.utils.OutputStreamPrinter
Builds an instance with the failureFlow being IOFailureFlow.RETHROW and a the ignoreOnFailure property set to false.
OutputStreamPrinter(TextEncoder, OutputStream) - Constructor for class org.exoplatform.commons.utils.OutputStreamPrinter
Builds an instance with the failureFlow being IOFailureFlow.RETHROW and a the ignoreOnFailure property set to false.
OutputStreamPrinter(TextEncoder, OutputStream, IOFailureFlow, boolean, boolean, int) - Constructor for class org.exoplatform.commons.utils.OutputStreamPrinter
Builds a new instance with the specified parameters and the delegate output.
OutputStreamPrinter(TextEncoder, OutputStream, IOFailureFlow, boolean, boolean, int, boolean) - Constructor for class org.exoplatform.commons.utils.OutputStreamPrinter
 

P

PageListAccess<E,S> - Class in org.exoplatform.commons.utils
 
PageListAccess(S, int) - Constructor for class org.exoplatform.commons.utils.PageListAccess
 
parse() - Method in class org.exoplatform.commons.xml.XMLDeclarationParser
 
parseContent(StaxNavigator<N>, ValueType<V>, V) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
parseJavaIdentifier(String) - Static method in class org.exoplatform.commons.utils.I18N
Parse the java string representation and returns a locale.
parseRequiredContent(StaxNavigator<N>, ValueType<V>) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
parseTagIdentifier(String) - Static method in class org.exoplatform.commons.utils.I18N
Parse the http://www.ietf.org/rfc/rfc1766.txt string representation and returns a locale.
populateCurrentPage(int) - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
PortalSessionLifeCycle - Class in org.exoplatform.commons.chromattic
The implementation of the SessionLifeCycle chromattic interface that delegates all the job to a ChromatticLifeCycle.doLogin() method.
PortalSessionLifeCycle() - Constructor for class org.exoplatform.commons.chromattic.PortalSessionLifeCycle
 
PortletResourceResolver - Class in org.exoplatform.resolver
Created by The eXo Platform SAS Mar 15, 2006
PortletResourceResolver(PortletContext, String) - Constructor for class org.exoplatform.resolver.PortletResourceResolver
 
prettyVersion - Static variable in class org.gatein.version.Version
 
Printer - Class in org.exoplatform.commons.utils
Extend the writer class by providing various method for printing text.
Printer() - Constructor for class org.exoplatform.commons.utils.Printer
 
productName - Static variable in class org.gatein.version.Version
 
productVersion - Static variable in class org.gatein.version.Version
 
PropertyResolverReader - Class in org.exoplatform.commons.utils
 
PropertyResolverReader(Reader) - Constructor for class org.exoplatform.commons.utils.PropertyResolverReader
 
PropertyResolverReader(Reader, int) - Constructor for class org.exoplatform.commons.utils.PropertyResolverReader
 
put(K, V) - Method in class org.exoplatform.commons.cache.future.FutureCache
Updates the cache with a new key/value pair.
put(K, V) - Method in class org.exoplatform.commons.cache.future.FutureExoCache
 
put(K, V) - Method in class org.exoplatform.commons.cache.future.FutureMap
 

Q

QUESTION_MARK - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
Queues - Class in org.exoplatform.commons.utils
A LIFO stack implementing the Queue interface backed by an array.
Queues() - Constructor for class org.exoplatform.commons.utils.Queues
 
QUOT - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 

R

read(O) - Method in class org.exoplatform.commons.serialization.api.DefaultTypeConverter
 
read(I) - Method in class org.exoplatform.commons.serialization.api.TypeConverter
Converts an internal value to an external value.
read(byte[]) - Method in class org.exoplatform.commons.serialization.SerializationContext
 
read(InputStream) - Method in class org.exoplatform.commons.serialization.SerializationContext
 
read(char[], int, int) - Method in class org.exoplatform.commons.utils.CompositeReader
 
read(char[], int, int) - Method in class org.exoplatform.commons.utils.PropertyResolverReader
 
read(StaxNavigator<N>) - Method in class org.gatein.common.xml.stax.CollectionXmlHandler
 
read(StaxNavigator<N>) - Method in interface org.gatein.common.xml.stax.XmlHandler
 
readElement(StaxNavigator<N>) - Method in class org.gatein.common.xml.stax.CollectionXmlHandler
 
readExternal(ObjectInput) - Method in class org.exoplatform.commons.serialization.serial.DataContainer
 
readInt() - Method in class org.exoplatform.commons.serialization.serial.DataContainer
 
readObject() - Method in class org.exoplatform.commons.serialization.serial.DataContainer
 
readState(ObjectInputStream) - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
ReflectionUtil - Class in org.exoplatform.util
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 16, 2006
ReflectionUtil() - Constructor for class org.exoplatform.util.ReflectionUtil
 
registerListener(JTAUserTransactionLifecycleListener) - Method in interface org.gatein.common.transaction.JTAUserTransactionLifecycleService
Register listener to perform some operations during transaction lifecycle
registerListener(JTAUserTransactionLifecycleListener) - Method in class org.gatein.common.transaction.JTAUserTransactionLifecycleServiceImpl
Register listener to perform some operations during transaction lifecycle
remove(K) - Method in class org.exoplatform.commons.cache.future.FutureExoCache
 
remove(K) - Method in class org.exoplatform.commons.cache.future.FutureMap
 
remove() - Method in class org.exoplatform.commons.utils.Spliterator
 
removeScheme(String) - Method in class org.exoplatform.resolver.ClasspathResourceResolver
 
removeScheme(String) - Method in class org.exoplatform.resolver.ResourceResolver
 
replaceObject(Object) - Method in class org.exoplatform.commons.serialization.serial.ObjectWriter
 
requiresChild(StaxNavigator<N>, N) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
requiresSibling(StaxNavigator<N>, N) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
resolve(String) - Method in class org.exoplatform.commons.utils.PropertyResolverReader
Resolves a property value, this method is called during the stream analysis.
resolveClass(ObjectStreamClass) - Method in class org.exoplatform.commons.serialization.serial.ObjectReader
 
resolveEntity(String, String) - Method in class org.exoplatform.commons.xml.ResourceEntityResolver
 
resolveObject(Object) - Method in class org.exoplatform.commons.serialization.serial.ObjectReader
 
ResourceEntityResolver - Class in org.exoplatform.commons.xml
 
ResourceEntityResolver(Class, String, String) - Constructor for class org.exoplatform.commons.xml.ResourceEntityResolver
 
ResourceEntityResolver(ClassLoader, String, String) - Constructor for class org.exoplatform.commons.xml.ResourceEntityResolver
 
ResourceEntityResolver(Class, Map<String, String>) - Constructor for class org.exoplatform.commons.xml.ResourceEntityResolver
 
ResourceEntityResolver(ClassLoader, Map<String, String>) - Constructor for class org.exoplatform.commons.xml.ResourceEntityResolver
 
ResourceKey - Class in org.exoplatform.resolver
 
ResourceKey(int, String) - Constructor for class org.exoplatform.resolver.ResourceKey
 
ResourceResolver - Class in org.exoplatform.resolver
This abstract class provide an abstract way to retrieve different resources in different contexts (war, jar....)
For example, to retrieve resource from an portlet, we implement
PortletResourceResolver

In gatein, we have caching machanism which use ResourceKey
as key to determine cached resource, ResourceKey is generated by ResourceResolver.createResourceKey method

By default, createResourceKey method return difference ResourceKey
if we call that method on difference ResourceResolver instances (even with the same resource url)

To make our caching machanism work properly,please make sure you use the same ResourceResolver
or override the createResourceKey method of abstract class ResourceResolver
and return the same ResourceKey for the same resource url

Created by The eXo Platform SAS Mar 15, 2006
ResourceResolver() - Constructor for class org.exoplatform.resolver.ResourceResolver
 
retrieve(C, K) - Method in interface org.exoplatform.commons.cache.future.Loader
Retrieves the value from the key within the specified context.

S

Safe - Class in org.exoplatform.commons.utils
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.
safeEncode(char[], int, int, CharWriter) - Method in class org.exoplatform.commons.utils.HTMLEntityEncoder
 
save(Session) - Method in class org.exoplatform.commons.chromattic.PortalSessionLifeCycle
 
ScopedKey<S extends Serializable> - Class in org.exoplatform.commons.scope
A scoped key wrapping a key including the a scope.
ScopedKey(S) - Constructor for class org.exoplatform.commons.scope.ScopedKey
 
ScopedKey(String, S) - Constructor for class org.exoplatform.commons.scope.ScopedKey
 
ScopeManager - Class in org.exoplatform.commons.scope
The scope manager manages the life cycle of a scope value (which means a mere string) associated with the current thread aimed to scope state.
ScopeManager() - Constructor for class org.exoplatform.commons.scope.ScopeManager
 
SerializablePageList<E> - Class in org.exoplatform.commons.utils
 
SerializablePageList(ListAccess<E>, int) - Constructor for class org.exoplatform.commons.utils.SerializablePageList
 
SerializablePageList(Class<E>, List<E>, int) - Constructor for class org.exoplatform.commons.utils.SerializablePageList
 
SerializationContext - Class in org.exoplatform.commons.serialization
 
SerializationContext(TypeDomain) - Constructor for class org.exoplatform.commons.serialization.SerializationContext
 
SerializationMode - Enum in org.exoplatform.commons.serialization.model
 
serialize(Element, Writer) - Static method in class org.exoplatform.commons.xml.DOMSerializer
 
Serialized - Annotation Type in org.exoplatform.commons.serialization.api.annotations
Declares a type serialized.
ServletResourceResolver - Class in org.exoplatform.resolver
Created by The eXo Platform SAS Mar 15, 2006
ServletResourceResolver(ServletContext, String) - Constructor for class org.exoplatform.resolver.ServletResourceResolver
 
SessionContext - Interface in org.exoplatform.commons.chromattic
The contract for integration between client of a chromattic session and the session management system.
set(Object, V) - Method in class org.exoplatform.commons.serialization.model.FieldModel
 
setAttachment(String, Object) - Method in interface org.exoplatform.commons.chromattic.SessionContext
Sets an attachment on this context.
setAvailablePage(int) - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
setPageSize(int) - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
setSaveOnClose(boolean) - Method in class org.exoplatform.commons.chromattic.Synchronization
 
sibling(StaxNavigator<N>, N) - Static method in class org.gatein.common.xml.stax.navigator.StaxNavUtils
 
SimpleExoCacheCreator - Class in org.exoplatform.commons.cache
Gives more flexibility in GateIn cache usage.
SimpleExoCacheCreator() - Constructor for class org.exoplatform.commons.cache.SimpleExoCacheCreator
 
SimpleFormatter - Class in org.gatein.common.xml.stax.writer.formatting
 
SimpleFormatter() - Constructor for class org.gatein.common.xml.stax.writer.formatting.SimpleFormatter
 
SimpleFormatter(char, int, String) - Constructor for class org.gatein.common.xml.stax.writer.formatting.SimpleFormatter
 
SPACE - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
Spliterator - Class in org.exoplatform.commons.utils
An iterator that splits a string into chunks without requiring to allocate an array to hold the various chunks of the splitted string.
Spliterator(String, char) - Constructor for class org.exoplatform.commons.utils.Spliterator
Creates a spliterator.
STANDALONE - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
start() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
startRequest(ExoContainer) - Method in class org.exoplatform.commons.chromattic.ChromatticManager
 
startRequest(ExoContainer) - Method in class org.exoplatform.commons.scope.ScopeManager
 
StatelessPageList<E> - Class in org.exoplatform.commons.utils
 
StatelessPageList(int) - Constructor for class org.exoplatform.commons.utils.StatelessPageList
 
StaxFormatterBuilder - Interface in org.gatein.common.xml.stax.writer.builder
 
StaxFormatterBuilderImpl - Class in org.gatein.common.xml.stax.writer.builder
 
StaxFormatterBuilderImpl() - Constructor for class org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilderImpl
 
StaxNavBuilder - Interface in org.gatein.common.xml.stax.navigator.builder
 
StaxNavBuilderImpl - Class in org.gatein.common.xml.stax.navigator.builder
 
StaxNavBuilderImpl() - Constructor for class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
StaxNavUtils - Class in org.gatein.common.xml.stax.navigator
 
StaxWriter<N> - Interface in org.gatein.common.xml.stax.writer
 
StaxWriterBuilder - Interface in org.gatein.common.xml.stax.writer.builder
 
StaxWriterBuilderImpl - Class in org.gatein.common.xml.stax.writer.builder
 
StaxWriterBuilderImpl() - Constructor for class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
StaxWriterImpl<N> - Class in org.gatein.common.xml.stax.writer
 
StaxWriterImpl(Naming<N>, XMLStreamWriter) - Constructor for class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
StaxWriterImpl(Naming<N>, XMLStreamWriter, XmlStreamingFormatter) - Constructor for class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
StaxWriterImpl(Naming<N>, XMLStreamWriter, XmlStreamingFormatter, String, String) - Constructor for class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
StaxWriterUtils - Class in org.gatein.common.xml.stax.writer
 
stop() - Method in class org.exoplatform.commons.chromattic.ChromatticLifeCycle
 
STRING - Static variable in class org.gatein.common.xml.stax.writer.WritableValueTypes
 
Synchronization - Class in org.exoplatform.commons.chromattic
A global notion of synchronization for all chromattic sessions and all JCR sessions.
Synchronization() - Constructor for class org.exoplatform.commons.chromattic.Synchronization
 
SynchronizationListener - Interface in org.exoplatform.commons.chromattic
Useful for being aware of the synchronization.
SynchronizationStatus - Enum in org.exoplatform.commons.chromattic
 

T

TAB - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
TableCharEncoder - Class in org.exoplatform.commons.utils
A char encoder that use a table to cache the result produced by a delegate char encoder.
TableCharEncoder(CharEncoder) - Constructor for class org.exoplatform.commons.utils.TableCharEncoder
Creates a new table based char encoder.
Text - Class in org.exoplatform.commons.utils
Represents text that can have several internal representations in order to minimize serialization when it is possible.
Text() - Constructor for class org.exoplatform.commons.utils.Text
 
TextEncoder - Interface in org.exoplatform.commons.utils
A text encoder that encodes text to an output stream.
toJavaIdentifier(Locale) - Static method in class org.exoplatform.commons.utils.I18N
Provide a string representation of the locale argument to the Locale.toString() method.
toString() - Method in class org.exoplatform.commons.scope.ScopedKey
 
toString() - Method in class org.exoplatform.commons.serialization.model.FieldModel
 
toString() - Method in class org.exoplatform.commons.serialization.model.metadata.ClassTypeMetaData
 
toString() - Method in class org.exoplatform.commons.serialization.model.metadata.ConvertedTypeMetaData
 
toString() - Method in class org.exoplatform.commons.serialization.model.TypeModel
 
toString() - Method in class org.exoplatform.commons.serialization.serial.DataContainer
 
toTagIdentifier(Locale) - Static method in class org.exoplatform.commons.utils.I18N
Provide a string representation of the locale argument according to the http://www.ietf.org/rfc/rfc1766.txt : locale with a language only will return the language string otherwise it returns the language and country separated by an hyphen '-'
TRIMMED_STRING - Static variable in class org.gatein.common.xml.stax.writer.WritableValueTypes
 
TypeConverter<E,I> - Class in org.exoplatform.commons.serialization.api
A type converter that performs a bidirectional conversion between an external type and an internal type.
TypeConverter() - Constructor for class org.exoplatform.commons.serialization.api.TypeConverter
 
TypeDomain - Class in org.exoplatform.commons.serialization.model
 
TypeDomain(boolean) - Constructor for class org.exoplatform.commons.serialization.model.TypeDomain
 
TypeDomain() - Constructor for class org.exoplatform.commons.serialization.model.TypeDomain
 
TypeDomain(DomainMetaData) - Constructor for class org.exoplatform.commons.serialization.model.TypeDomain
 
TypeDomain(DomainMetaData, boolean) - Constructor for class org.exoplatform.commons.serialization.model.TypeDomain
 
TypeException - Exception in org.exoplatform.commons.serialization.model
 
TypeException() - Constructor for exception org.exoplatform.commons.serialization.model.TypeException
 
TypeException(String) - Constructor for exception org.exoplatform.commons.serialization.model.TypeException
 
TypeException(String, Throwable) - Constructor for exception org.exoplatform.commons.serialization.model.TypeException
 
TypeException(Throwable) - Constructor for exception org.exoplatform.commons.serialization.model.TypeException
 
TypeMetaData - Class in org.exoplatform.commons.serialization.model.metadata
 
TypeMetaData(String) - Constructor for class org.exoplatform.commons.serialization.model.metadata.TypeMetaData
 
TypeModel<O> - Class in org.exoplatform.commons.serialization.model
 

U

unexpectedElement(StaxNavigator) - Static method in class org.gatein.common.xml.stax.navigator.Exceptions
 
unexpectedEndOfFile(StaxNavigator) - Static method in class org.gatein.common.xml.stax.navigator.Exceptions
 
unknownElement(StaxNavigator) - Static method in class org.gatein.common.xml.stax.navigator.Exceptions
 
unmarshall() - Method in class org.exoplatform.commons.serialization.MarshalledObject
 
unmodifiableSet(Set<E>) - Static method in class org.exoplatform.commons.utils.Safe
Wrap the set so that it is unmodifiable when it is not null, otherwise returns null.
unwrap(PageList<E>) - Static method in class org.exoplatform.commons.utils.Safe
 

V

validate(DocumentSource) - Method in class org.exoplatform.commons.xml.XMLValidator
Parse and validate the specified resource.
ValidationReporter - Class in org.exoplatform.commons.xml
 
ValidationReporter(Logger, String) - Constructor for class org.exoplatform.commons.xml.ValidationReporter
 
valueOf(String) - Static method in enum org.exoplatform.commons.chromattic.SynchronizationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.commons.serialization.model.SerializationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.commons.utils.IOFailureFlow
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exoplatform.commons.chromattic.SynchronizationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.commons.serialization.model.SerializationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.commons.utils.IOFailureFlow
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
Version - Class in org.gatein.version
Common GateIn version.
Version() - Constructor for class org.gatein.version.Version
 

W

warning(SAXParseException) - Method in class org.exoplatform.commons.xml.ValidationReporter
 
withEncoding(String) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withEncoding(String) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withFormatting(XmlStreamingFormatter) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withFormatting(XmlStreamingFormatter) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withIndentCharacter(char) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilder
 
withIndentCharacter(char) - Method in class org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilderImpl
 
withInputStream(InputStream) - Method in interface org.gatein.common.xml.stax.navigator.builder.StaxNavBuilder
 
withInputStream(InputStream, String) - Method in interface org.gatein.common.xml.stax.navigator.builder.StaxNavBuilder
 
withInputStream(InputStream) - Method in class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
withInputStream(InputStream, String) - Method in class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
withNewline(String) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilder
 
withNewline(String) - Method in class org.gatein.common.xml.stax.writer.builder.StaxFormatterBuilderImpl
 
withOutputStream(OutputStream) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withOutputStream(OutputStream, String) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withOutputStream(OutputStream) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withOutputStream(OutputStream, String) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withProperty(String, Object) - Method in interface org.gatein.common.xml.stax.navigator.builder.StaxNavBuilder
 
withProperty(String, Object) - Method in class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
withProperty(String, Object) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withProperty(String, Object) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withPropertyIfSupported(String, Object) - Method in interface org.gatein.common.xml.stax.navigator.builder.StaxNavBuilder
 
withPropertyIfSupported(String, Object) - Method in class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
withPropertyIfSupported(String, Object) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withPropertyIfSupported(String, Object) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withReader(Reader) - Method in interface org.gatein.common.xml.stax.navigator.builder.StaxNavBuilder
 
withReader(Reader) - Method in class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
withResult(Result) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withResult(Result) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withSource(Source) - Method in interface org.gatein.common.xml.stax.navigator.builder.StaxNavBuilder
 
withSource(Source) - Method in class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
withVersion(String) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withVersion(String) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withWriter(Writer) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withWriter(Writer) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
withXmlStreamReader(XMLStreamReader) - Method in interface org.gatein.common.xml.stax.navigator.builder.StaxNavBuilder
 
withXmlStreamReader(XMLStreamReader) - Method in class org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
 
withXmlStreamWriter(XMLStreamWriter) - Method in interface org.gatein.common.xml.stax.writer.builder.StaxWriterBuilder
 
withXmlStreamWriter(XMLStreamWriter) - Method in class org.gatein.common.xml.stax.writer.builder.StaxWriterBuilderImpl
 
WritableValueType<V> - Interface in org.gatein.common.xml.stax.writer
 
WritableValueTypes - Class in org.gatein.common.xml.stax.writer
 
WritableValueTypes() - Constructor for class org.gatein.common.xml.stax.writer.WritableValueTypes
 
WritableValueTypes.EnumType<E extends Enum<E>> - Class in org.gatein.common.xml.stax.writer
 
write(O) - Method in class org.exoplatform.commons.serialization.api.DefaultTypeConverter
 
write(E) - Method in class org.exoplatform.commons.serialization.api.TypeConverter
Converts an external value to an internal value.
write(Object, OutputStream) - Method in class org.exoplatform.commons.serialization.SerializationContext
 
write(Object) - Method in class org.exoplatform.commons.serialization.SerializationContext
 
write(byte) - Method in interface org.exoplatform.commons.utils.BinaryOutput
 
write(byte[]) - Method in interface org.exoplatform.commons.utils.BinaryOutput
 
write(byte[], int, int) - Method in interface org.exoplatform.commons.utils.BinaryOutput
 
write(int) - Method in class org.exoplatform.commons.utils.BufferingOutputStream
 
write(byte[], int, int) - Method in class org.exoplatform.commons.utils.BufferingOutputStream
 
write(byte) - Method in class org.exoplatform.commons.utils.ByteArrayOutput
 
write(byte[]) - Method in class org.exoplatform.commons.utils.ByteArrayOutput
 
write(byte[], int, int) - Method in class org.exoplatform.commons.utils.ByteArrayOutput
 
write(int) - Method in class org.exoplatform.commons.utils.GrowingOutputStream
 
write(byte[], int, int) - Method in class org.exoplatform.commons.utils.GrowingOutputStream
 
write(byte) - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
write(byte[]) - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
write(byte[], int, int) - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
write(int) - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
write(char[]) - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
write(String) - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
write(String, int, int) - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
write(char[], int, int) - Method in class org.exoplatform.commons.utils.OutputStreamPrinter
 
write(int) - Method in class org.exoplatform.commons.utils.WriterPrinter
 
write(char[], int, int) - Method in class org.exoplatform.commons.utils.WriterPrinter
 
write(String, int, int) - Method in class org.exoplatform.commons.utils.WriterPrinter
 
write(StaxWriter<N>, Collection<T>) - Method in class org.gatein.common.xml.stax.CollectionXmlHandler
 
write(StaxWriter<N>, T) - Method in interface org.gatein.common.xml.stax.XmlHandler
 
writeAttribute(String, String) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes an attribute for an xml element.
writeAttribute(QName, String) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes an attribute for an xml element.
writeAttribute(String, String) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeAttribute(QName, String) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeCData(String) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes a cdata section
writeCData(String) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeComment(String) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes an xml comment
writeComment(String) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeContent(String) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes xml content.
writeContent(WritableValueType<V>, V) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes xml content based on the ValueType responsible for converting the content to string.
writeContent(String) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeContent(WritableValueType<V>, V) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeDefaultNamespace(String) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes the default namespace
writeDefaultNamespace(String) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeElement(StaxWriter<N>, T) - Method in class org.gatein.common.xml.stax.CollectionXmlHandler
 
writeElement(N, String) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Convenience method for calling writeStartElement, writeContent, writeEndElement
writeElement(N, WritableValueType<V>, V) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Convenience method for calling writeStartElement, writeContent, writeEndElement
writeElement(N, String) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeElement(N, WritableValueType<V>, V) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeEndElement() - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes an end tag for the previously started element.
writeEndElement() - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeExternal(ObjectOutput) - Method in class org.exoplatform.commons.serialization.serial.DataContainer
 
writeInt(int) - Method in class org.exoplatform.commons.serialization.serial.DataContainer
 
writeNamespace(String, String) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes the namespace.
writeNamespace(String, String) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeObject(Object) - Method in class org.exoplatform.commons.serialization.serial.DataContainer
 
writeOptionalContent(StaxWriter<N>, N, String) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
writeOptionalContent(StaxWriter<N>, N, WritableValueType<V>, V) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
writeOptionalElement(StaxWriter<N>, N, String) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
writeOptionalElement(StaxWriter<N>, N, WritableValueType<V>, V) - Static method in class org.gatein.common.xml.stax.writer.StaxWriterUtils
 
WriterPrinter - Class in org.exoplatform.commons.utils
 
WriterPrinter(Writer) - Constructor for class org.exoplatform.commons.utils.WriterPrinter
 
writeStartElement(N) - Method in interface org.gatein.common.xml.stax.writer.StaxWriter
Writes the start tag of an xml element.
writeStartElement(N) - Method in class org.gatein.common.xml.stax.writer.StaxWriterImpl
 
writeState(ObjectOutputStream) - Method in class org.exoplatform.commons.utils.AbstractSerializablePageList
 
writeTo(Writer) - Method in class org.exoplatform.commons.utils.Text
 

X

XML - Static variable in class org.exoplatform.commons.xml.XMLDeclarationParser
 
XMLDeclarationParser - Class in org.exoplatform.commons.xml
Parses XML 1.0 and XML 1.1 declarations.
XMLDeclarationParser(Reader) - Constructor for class org.exoplatform.commons.xml.XMLDeclarationParser
 
XMLDeclarationParser(String) - Constructor for class org.exoplatform.commons.xml.XMLDeclarationParser
 
XmlHandler<T,N> - Interface in org.gatein.common.xml.stax
 
XmlStreamingFormatter - Interface in org.gatein.common.xml.stax.writer.formatting
 
XMLValidator - Class in org.exoplatform.commons.xml
 
XMLValidator(Class, String, String) - Constructor for class org.exoplatform.commons.xml.XMLValidator
 
XMLValidator(Class, Map<String, String>) - Constructor for class org.exoplatform.commons.xml.XMLValidator
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links
GateIn Portal Component Common 4.4.2-PLF

Copyright © 2017 JBoss by Red Hat. All Rights Reserved.