- AbstractCharEncoder - Class in org.gatein.common.text
-
- AbstractCharEncoder() - Constructor for class org.gatein.common.text.AbstractCharEncoder
-
- AbstractLocaleFormat - Class in org.gatein.common.i18n
-
- AbstractLocaleFormat() - Constructor for class org.gatein.common.i18n.AbstractLocaleFormat
-
- AbstractTypedMap<EK,EV,IK,IV> - Class in org.gatein.common.util
-
A map implementations that use a conversion mechanism to provide a type mapping between the external types declared
by the map and the internal representations backed by the internal map.
- AbstractTypedMap() - Constructor for class org.gatein.common.util.AbstractTypedMap
-
- AbstractTypedMap.Converter<E,I> - Class in org.gatein.common.util
-
Defines a converter that converts an internal value to an external value and vice versa.
- AbstractTypedMap.Converter() - Constructor for class org.gatein.common.util.AbstractTypedMap.Converter
-
- accept(N) - Method in interface org.gatein.common.xml.XMLTools.Filter
-
- adapt(Map<K, V[]>, Class<? extends V>) - Static method in class org.gatein.common.util.MapAdapters
-
- adapt(Map<String, String[]>) - Static method in class org.gatein.common.util.MapAdapters
-
Adapt a Map map as a Map map.
- add(T) - Method in class org.gatein.common.concurrent.BoundedBuffer
-
Add an element to the buffer.
- add(V) - Method in class org.gatein.common.util.CollectionBuilder
-
Add the object to the collection.
- add(Collection<V>, V) - Method in class org.gatein.common.util.CollectionMap
-
- add(Collection<V>, V) - Method in class org.gatein.common.util.ListMap
-
- add(Collection<V>, V) - Method in class org.gatein.common.util.SetMap
-
- addAll(Collection<V>) - Method in class org.gatein.common.util.CollectionBuilder
-
Add all the objects to the collection.
- addCookie(Cookie) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- addDateHeader(String, long) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- addElement(String) - Method in class org.gatein.common.http.HttpHeader
-
- addElement(String, String) - Method in class org.gatein.common.http.HttpHeader
-
- addElement(HttpHeader.Element) - Method in class org.gatein.common.http.HttpHeader
-
- addHeader(String) - Method in class org.gatein.common.http.HttpHeaders
-
- addHeader(HttpHeader) - Method in class org.gatein.common.http.HttpHeaders
-
- addHeader(String, String) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- addIntHeader(String, int) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- addParam(String) - Method in class org.gatein.common.http.HttpHeader.Element
-
- addParam(String, String) - Method in class org.gatein.common.http.HttpHeader.Element
-
- addParam(HttpHeader.Element.Param) - Method in class org.gatein.common.http.HttpHeader.Element
-
- addParameter(String, String[]) - Method in class org.gatein.common.http.HttpRequest.Form
-
- addValue(String, T) - Method in interface org.gatein.common.util.MultiValuedPropertyMap
-
- addValue(String, T) - Method in class org.gatein.common.util.SimpleMultiValuedPropertyMap
-
- afterInvocation() - Method in class org.gatein.common.concurrent.Valve
-
Invoked after an invocation
- append(char) - Method in class org.gatein.common.io.WriterCharWriter
-
- append(char[], int, int) - Method in class org.gatein.common.io.WriterCharWriter
-
- append(char[]) - Method in class org.gatein.common.io.WriterCharWriter
-
- append(CharSequence) - Method in class org.gatein.common.io.WriterCharWriter
-
- append(String, CharEncoder) - Method in class org.gatein.common.text.CharBuffer
-
- append(CharSequence) - Method in class org.gatein.common.text.CharBuffer
-
- append(char[], int, int) - Method in class org.gatein.common.text.CharBuffer
-
- append(char) - Method in class org.gatein.common.text.CharBuffer
-
- append(char[]) - Method in class org.gatein.common.text.CharBuffer
-
- append(char) - Method in interface org.gatein.common.text.CharWriter
-
- append(char[], int, int) - Method in interface org.gatein.common.text.CharWriter
-
- append(char[]) - Method in interface org.gatein.common.text.CharWriter
-
- append(CharSequence) - Method in interface org.gatein.common.text.CharWriter
-
- append(MultiValuedPropertyMap<T>) - Method in interface org.gatein.common.util.MultiValuedPropertyMap
-
- append(Map<String, String[]>) - Method in class org.gatein.common.util.ParameterMap
-
Append the content of the argument map to that map.
- append(MultiValuedPropertyMap<T>) - Method in class org.gatein.common.util.SimpleMultiValuedPropertyMap
-
Append the multi valued property map to this one.
- appendHTMLTo(StringBuffer, Throwable) - Static method in class org.gatein.common.util.Exceptions
-
- appendHTMLTo(StringBuffer, Throwable, boolean) - Static method in class org.gatein.common.util.Exceptions
-
- appendNoCheck(char[], int, int) - Method in class org.gatein.common.text.CharBuffer
-
- appendNoCheck(CharSequence) - Method in class org.gatein.common.text.CharBuffer
-
- appendTo(E[], E) - Static method in class org.gatein.common.util.Tools
-
Append an object to an array of objects.
- APPLICATION - Static variable in class org.gatein.common.net.media.TypeDef
-
.
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.gatein.common.net.media.MediaType
-
.
- arrayList() - Static method in class org.gatein.common.util.CollectionBuilder
-
- arrayList(V) - Static method in class org.gatein.common.util.CollectionBuilder
-
- as(ParameterMap.AccessMode) - Method in class org.gatein.common.util.ParameterMap
-
- asDocument(DocumentBuilder) - Method in class org.gatein.common.util.LoaderResource
-
- asInputStream() - Method in class org.gatein.common.util.LoaderResource
-
- asProperties() - Method in class org.gatein.common.util.LoaderResource
-
- asProperties(boolean) - Method in class org.gatein.common.util.LoaderResource
-
- asString() - Method in class org.gatein.common.text.CharBuffer
-
- asString(boolean) - Method in class org.gatein.common.text.CharBuffer
-
- asString() - Method in class org.gatein.common.util.LoaderResource
-
- asString(String) - Method in class org.gatein.common.util.LoaderResource
-
- asString(Element) - Static method in class org.gatein.common.xml.XMLTools
-
Perform trimming by default
- asString(Element, boolean) - Static method in class org.gatein.common.xml.XMLTools
-
Get the element's content as a string.
- AtomicPositiveLong - Class in org.gatein.common.concurrent
-
Extends the @link{AtomicLong} to contain positive longs.
- AtomicPositiveLong(long) - Constructor for class org.gatein.common.concurrent.AtomicPositiveLong
-
Create an atomic positive long with an inital provided value.
- AtomicPositiveLong() - Constructor for class org.gatein.common.concurrent.AtomicPositiveLong
-
Create an atomic positive long with no initial value.
- ATTRIB_CDATA_SECTION_ELEMENTS - Static variable in class org.gatein.common.xml.XMLTools
-
.
- ATTRIB_HREF - Static variable in class org.gatein.common.xml.XMLTools
-
.
- ATTRIB_INDENT - Static variable in class org.gatein.common.xml.XMLTools
-
.
- ATTRIB_METHOD - Static variable in class org.gatein.common.xml.XMLTools
-
.
- ATTRIB_OMIT_XML_DECLARATION - Static variable in class org.gatein.common.xml.XMLTools
-
.
- AUDIO - Static variable in class org.gatein.common.net.media.TypeDef
-
.
- average() - Method in class org.gatein.common.concurrent.LongSampler
-
Returns the average value.
- CachingLocaleFormat - Class in org.gatein.common.i18n
-
- CachingLocaleFormat(LocaleFormat) - Constructor for class org.gatein.common.i18n.CachingLocaleFormat
-
- CharBuffer - Class in org.gatein.common.text
-
A simple char buffer that implements the CharWriter interface
- CharBuffer(int) - Constructor for class org.gatein.common.text.CharBuffer
-
- CharBuffer() - Constructor for class org.gatein.common.text.CharBuffer
-
- CharEncoder - Interface in org.gatein.common.text
-
Defines an interface for encoding chars.
- CharToByteEncoder - Interface in org.gatein.common.text
-
Defines an interface for encoding a char to a sequence of bytes.
- CharToByteEncoder.Generic - Class in org.gatein.common.text
-
Generic implementation that works for any charset, based on NIO.
- CharToByteEncoder.Generic(Charset) - Constructor for class org.gatein.common.text.CharToByteEncoder.Generic
-
- CharToByteEncoder.Generic(String) - Constructor for class org.gatein.common.text.CharToByteEncoder.Generic
-
- CharWriter - Interface in org.gatein.common.text
-
- clear() - Method in class org.gatein.common.util.AbstractTypedMap
-
- clear() - Method in class org.gatein.common.util.LazyMap
-
- clear() - Method in interface org.gatein.common.util.MultiValuedPropertyMap
-
- clear() - Method in class org.gatein.common.util.SimpleMultiValuedPropertyMap
-
Clear the properties.
- clone(S) - Static method in class org.gatein.common.io.IOTools
-
Clone an object implementing the Serializable interface.
- clone(S, ClassLoader) - Static method in class org.gatein.common.io.IOTools
-
Clone an object implementing the Serializable interface.
- clone(Map<String, String[]>) - Static method in class org.gatein.common.util.ParameterMap
-
Copy the parameter map.
- clone(Map<String, String[]>, ParameterMap.AccessMode) - Static method in class org.gatein.common.util.ParameterMap
-
Copy the parameter map.
- close() - Method in class org.gatein.common.io.WriterCharWriter
-
- CLOSED - Static variable in class org.gatein.common.concurrent.Valve
-
The valve is in hold state.
- closed() - Method in class org.gatein.common.concurrent.Valve
-
Invoked after closing.
- CLOSING - Static variable in class org.gatein.common.concurrent.Valve
-
The valve is in holding state.
- closing() - Method in class org.gatein.common.concurrent.Valve
-
Invoked before closing.
- closing(long) - Method in class org.gatein.common.concurrent.Valve
-
Invoked before closing.
- CLResourceLoader - Class in org.gatein.common.util
-
- CLResourceLoader(ClassLoader) - Constructor for class org.gatein.common.util.CLResourceLoader
-
- CLResourceLoader() - Constructor for class org.gatein.common.util.CLResourceLoader
-
- CollectionBuilder<C extends Collection<V>,V> - Class in org.gatein.common.util
-
An helper to build collection of object in a simple manner.
- CollectionMap<K,V> - Class in org.gatein.common.util
-
A map of collections.
- CollectionMap() - Constructor for class org.gatein.common.util.CollectionMap
-
- CollectionMap(CollectionMap<K, V>) - Constructor for class org.gatein.common.util.CollectionMap
-
- CollectionMap(CollectionMap<K, V>, Comparator<V>) - Constructor for class org.gatein.common.util.CollectionMap
-
- CollectionMap(Comparator<V>) - Constructor for class org.gatein.common.util.CollectionMap
-
- comparator - Variable in class org.gatein.common.util.CollectionMap
-
An optional comparator.
- ComplexResourceBundleFactory - Class in org.gatein.common.i18n
-
- ComplexResourceBundleFactory(ClassLoader, String) - Constructor for class org.gatein.common.i18n.ComplexResourceBundleFactory
-
- COMPRESSOR - Static variable in interface org.gatein.common.io.SerializationFilter
-
Use GZIP streams.
- computeStringHash(int, String) - Static method in class org.gatein.common.util.Tools
-
- computeTrailingName(Locale) - Static method in class org.gatein.common.i18n.I18NTools
-
Compute the trailing name for a given locale.
- confirmTemporaryHash(String, String, long) - Static method in class org.gatein.common.util.Tools
-
- contains(MediaType) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map declares the specified media type.
- contains(TypeDef) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map declares the specified type.
- contains(MediaType, V) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map declares the specified media type with a specified value.
- contains(TypeDef, V) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map declares the specified type with a specific value.
- contains(V) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map declares the specified value for any media type or any type.
- contains(MediaType) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- contains(TypeDef) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- contains(MediaType, V) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- contains(TypeDef, V) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- contains(V) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- contains(K, Object) - Method in class org.gatein.common.util.CollectionMap
-
Return true if the specified set contains the object o.
- containsKey(Object) - Method in class org.gatein.common.util.AbstractTypedMap
-
- containsKey(Object) - Method in class org.gatein.common.util.LazyMap
-
- containsValue(Object) - Method in class org.gatein.common.util.AbstractTypedMap
-
- containsValue(Object) - Method in class org.gatein.common.util.LazyMap
-
- content - Variable in class org.gatein.common.i18n.MapResourceBundle
-
- ContentInfo - Class in org.gatein.common.util
-
Describe how content should be interpreted.
- ContentInfo(MediaType) - Constructor for class org.gatein.common.util.ContentInfo
-
- ContentType - Class in org.gatein.common.net.media
-
Represent a content type header value as defined by the section 5 of the
RFC2045
- ContentType(MediaType, List<Parameter>) - Constructor for class org.gatein.common.net.media.ContentType
-
- ContentType(MediaType) - Constructor for class org.gatein.common.net.media.ContentType
-
- CONTINUE - Static variable in class org.gatein.common.util.ParameterValidation.ValidationErrorHandler
-
- ConversionException - Exception in org.gatein.common.util
-
Signals that an error occured during a conversion.
- ConversionException() - Constructor for exception org.gatein.common.util.ConversionException
-
- ConversionException(String) - Constructor for exception org.gatein.common.util.ConversionException
-
- ConversionException(String, Throwable) - Constructor for exception org.gatein.common.util.ConversionException
-
- ConversionException(Throwable) - Constructor for exception org.gatein.common.util.ConversionException
-
- convert(Map<? extends EK, ? extends EV>) - Method in class org.gatein.common.util.AbstractTypedMap
-
Validates and unwraps the map.
- copy(InputStream, OutputStream) - Static method in class org.gatein.common.io.IOTools
-
- copy(InputStream, OutputStream, int) - Static method in class org.gatein.common.io.IOTools
-
Pipe an incoming stream in an outcoming stream until no bytes is available from the input stream.
- copy(Reader, Writer) - Static method in class org.gatein.common.io.IOTools
-
Pipe an input stream in an output stream.
- copy(Reader, Writer, int) - Static method in class org.gatein.common.io.IOTools
-
Pipe an incoming stream in an outcoming stream.
- countAboveThreshold(long) - Method in class org.gatein.common.concurrent.LongSampler
-
Returns the number of values which are greater or equals to the threshold value.
- create(String) - Static method in class org.gatein.common.net.media.ContentType
-
Creates a content type header value by parsing a content type value.
- create(String) - Static method in class org.gatein.common.net.media.MediaType
-
Create a media type object by parsing a media type name.
- create(String, String) - Static method in class org.gatein.common.net.media.MediaType
-
Create a media type object by using the provided type name and subtype name.
- create(TypeDef, SubtypeDef) - Static method in class org.gatein.common.net.media.MediaType
-
Create a media type object using the provided type and subtype objects.
- create(String) - Static method in class org.gatein.common.net.media.SubtypeDef
-
Returns a corresponding subtype definition for the specified subtype name.
- create(String) - Static method in class org.gatein.common.net.media.TypeDef
-
Returns the corresponding type definition for the given top level type name.
- create(Boolean, Boolean, Boolean, Boolean, Boolean) - Static method in class org.gatein.common.servlet.URLFormat
-
Factory creation of URLFormat objects.
- create(C) - Static method in class org.gatein.common.util.CollectionBuilder
-
- create(M) - Static method in class org.gatein.common.util.MapBuilder
-
- createLocale(String) - Method in interface org.gatein.common.i18n.LocaleFactory
-
- createLocale(String, String) - Method in interface org.gatein.common.i18n.LocaleFactory
-
- createLocale(String, String, String) - Method in interface org.gatein.common.i18n.LocaleFactory
-
- CSS - Static variable in class org.gatein.common.net.media.SubtypeDef
-
.
- CSS_DISTANCE - Static variable in class org.gatein.common.util.ParameterValidation
-
- GATEIN_RUNTIME_CONTEXT_PROP_NAME - Static variable in class org.gatein.common.RuntimeContext
-
- generateKey() - Method in class org.gatein.common.util.UUIDGenerator
-
- generateTemporaryHash(String, long) - Static method in class org.gatein.common.util.Tools
-
- get(MediaType) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns the set of values declared for a given media type.
- get(TypeDef) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns the set of values declared for a given type.
- get(MediaType) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- get(TypeDef) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- get(Object) - Method in class org.gatein.common.util.AbstractTypedMap
-
- get() - Method in class org.gatein.common.util.CollectionBuilder
-
- get(K) - Method in class org.gatein.common.util.CollectionMap
-
Return the collection specified by the key.
- get(Object) - Method in class org.gatein.common.util.LazyMap
-
- get(K) - Method in class org.gatein.common.util.ListMap
-
Return the list specified by the key.
- get() - Method in class org.gatein.common.util.MapBuilder
-
- get(boolean, boolean) - Static method in class org.gatein.common.util.ParameterMap.AccessMode
-
Factory method for an access mode.
- get(K) - Method in class org.gatein.common.util.SetMap
-
Return the set specified by the key.
- getAccessMode() - Method in class org.gatein.common.util.ParameterMap
-
- getAttribute(String) - Method in class org.gatein.common.servlet.BufferingRequestWrapper
-
- getAttributeNames() - Method in class org.gatein.common.servlet.BufferingRequestWrapper
-
- getAuthenticated() - Method in class org.gatein.common.servlet.URLFormat
-
- getBaseName() - Method in class org.gatein.common.i18n.BundleName
-
- getBinaryContent() - Method in class org.gatein.common.servlet.ServletOutputStreamBuffer
-
- getBufferSize() - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- getBundle(Locale) - Method in class org.gatein.common.i18n.ComplexResourceBundleFactory
-
- getBundle(Locale) - Method in interface org.gatein.common.i18n.ResourceBundleFactory
-
Returns a resource bundle for the specified locale, it may be an expensive operation.
- getBundle(Locale) - Method in class org.gatein.common.i18n.SimpleResourceBundleFactory
-
- getBytes() - Method in class org.gatein.common.http.HttpRequest.Raw
-
- getBytes(InputStream) - Static method in class org.gatein.common.io.IOTools
-
- getBytes(InputStream, int) - Static method in class org.gatein.common.io.IOTools
-
Get the bytes from the provided input stream.
- getCapacity() - Method in class org.gatein.common.text.CharBuffer
-
- getCharacterEncoding() - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- getCharset() - Method in class org.gatein.common.util.MarkupInfo
-
- getChildren(Element) - Static method in class org.gatein.common.xml.XMLTools
-
Return all the children of the given element.
- getChildren(Element, String) - Static method in class org.gatein.common.xml.XMLTools
-
Return all the children of the given element having the specified name.
- getChildren(Element, String, String) - Static method in class org.gatein.common.xml.XMLTools
-
Return all the children of the given element having the optionally specified name and the namespace URI.
- getChildren(Node, XMLTools.Filter<T>) - Static method in class org.gatein.common.xml.XMLTools
-
Return all the children of the given node that match the provided filter.
- getChildrenIterator(Element) - Static method in class org.gatein.common.xml.XMLTools
-
Return an iterator for all the children of the given element.
- getChildrenIterator(Element, String) - Static method in class org.gatein.common.xml.XMLTools
-
Return an iterator for all the children of the given element having the specified name.
- getChildrenIterator(Element, String, String) - Static method in class org.gatein.common.xml.XMLTools
-
Return an iterator for all the children of the given element having the specified name and the optionally
specified namesspace uri.
- getClassName() - Method in exception org.gatein.common.reflect.NoSuchClassException
-
- getCodeName() - Method in class org.gatein.common.util.Version
-
- getContent(URL, int, int) - Static method in class org.gatein.common.net.URLTools
-
Fetches content from of the URL as a byte array or null if a problem occurred.
- getContent() - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- getContent(String) - Method in class org.gatein.common.servlet.ServletOutputStreamBuffer
-
- getContentAsInputStream(URL, int, int) - Static method in class org.gatein.common.net.URLTools
-
Fetches content from URL as an InputStream.
- getContextPath() - Method in class org.gatein.common.servlet.BufferingRequestWrapper
-
- getCopyValueOnRead() - Method in class org.gatein.common.util.ParameterMap.AccessMode
-
- getCopyValueOnWrite() - Method in class org.gatein.common.util.ParameterMap.AccessMode
-
- getCountry() - Method in class org.gatein.common.i18n.BundleName
-
- getDefaultLocale() - Method in class org.gatein.common.i18n.LocalizedString
-
Return the default locale of this localized string.
- getDefaultString() - Method in class org.gatein.common.i18n.LocalizedString
-
Return the string for the default locale.
- getDefaultValue() - Method in class org.gatein.common.i18n.LocalizedString
-
Returns the value for the default locale.
- getDelegate() - Method in class org.gatein.common.util.AbstractTypedMap
-
- getDelegate() - Method in class org.gatein.common.util.ParameterMap
-
- getDelegate() - Method in class org.gatein.common.util.TypedMap
-
- getDescription() - Method in class org.gatein.common.net.media.TypeDef
-
- getDescription() - Method in enum org.gatein.common.util.Version.Qualifier.Prefix
-
- getDocumentBuilderFactory() - Static method in class org.gatein.common.xml.XMLTools
-
Return the builder factory.
- getElement() - Method in class org.gatein.common.http.HttpHeader
-
- getEnd() - Method in class org.gatein.common.net.URLTools.URLMatch
-
- getEscapeXML() - Method in class org.gatein.common.servlet.URLFormat
-
- getExternal(I) - Method in class org.gatein.common.util.AbstractTypedMap.Converter
-
Converts the internal value into its external representation.
- getFileExtensionOrNullFrom(URL) - Static method in class org.gatein.common.net.URLTools
-
- getHeader(String) - Method in class org.gatein.common.http.HttpHeaders
-
- getIndex() - Method in class org.gatein.common.util.IteratorStatus
-
Returns the index of the last element obtained or -1 if no element has been returned yet.
- getInstance() - Static method in class org.gatein.common.http.QueryStringParser
-
- getInstance() - Static method in class org.gatein.common.RuntimeContext
-
- getInternal(E) - Method in class org.gatein.common.util.AbstractTypedMap.Converter
-
Converts the external value to the its internal representation that will be stored in the map.
- getInvocations() - Method in class org.gatein.common.concurrent.Valve
-
How many invocations are held in the valve.
- getKeyConverter() - Method in class org.gatein.common.util.AbstractTypedMap
-
- getKeyConverter() - Method in class org.gatein.common.util.ParameterMap
-
- getKeyConverter() - Method in class org.gatein.common.util.TypedMap
-
- getKeys() - Method in class org.gatein.common.i18n.MapResourceBundle
-
- getKeys() - Method in class org.gatein.common.i18n.ParentChildResourceBundle
-
- getKeys() - Method in class org.gatein.common.util.EmptyResourceBundle
-
- getLanguage() - Method in class org.gatein.common.i18n.BundleName
-
- getLength() - Method in class org.gatein.common.text.CharBuffer
-
- getLocale(String) - Method in class org.gatein.common.i18n.AbstractLocaleFormat
-
- getLocale() - Method in class org.gatein.common.i18n.BundleName
-
- getLocale(String) - Method in class org.gatein.common.i18n.CachingLocaleFormat
-
- getLocale(String) - Method in interface org.gatein.common.i18n.LocaleFormat
-
- getLocale() - Method in class org.gatein.common.i18n.LocalizedPropertyResourceBundle
-
- getLocale() - Method in class org.gatein.common.i18n.LocalizedString.Value
-
- getLocale() - Method in class org.gatein.common.i18n.ParentChildResourceBundle
-
- getLocale() - Method in class org.gatein.common.servlet.BufferingRequestWrapper
-
- getLocales() - Method in class org.gatein.common.servlet.BufferingRequestWrapper
-
- getLocalizedValue(String, String) - Method in class org.gatein.common.i18n.ResourceBundleManager
-
Return a localized value constructed from the various resource bundles.
- getLocation() - Method in class org.gatein.common.util.LoaderResource
-
- getMajor() - Method in class org.gatein.common.util.Version
-
Return the major.
- getMap(boolean) - Method in interface org.gatein.common.util.MapAccessor
-
Return the accessed map.
- getMap(boolean) - Method in class org.gatein.common.util.SimpleMapAccessor
-
- getMaxSize() - Method in class org.gatein.common.concurrent.BoundedBuffer
-
- getMediaType() - Method in class org.gatein.common.net.media.ContentType
-
- getMediaType() - Method in class org.gatein.common.util.ContentInfo
-
- getMediaTypes() - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns the set of declared media types.
- getMediaTypes() - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- getMethod() - Method in class org.gatein.common.servlet.BufferingRequestWrapper
-
- getMinor() - Method in class org.gatein.common.util.Version
-
Return the minor.
- getMostAppropriateValueFor(String[]) - Method in class org.gatein.common.i18n.LocalizedString
-
Retrieves the localized value most appropriate based on the given desired locales.
- getName() - Method in class org.gatein.common.http.HttpHeader.Element
-
- getName() - Method in class org.gatein.common.http.HttpHeader.Element.Param
-
- getName() - Method in class org.gatein.common.http.HttpHeader
-
- getName() - Method in class org.gatein.common.net.media.Parameter
-
- getName() - Method in class org.gatein.common.net.media.SubtypeDef
-
- getName() - Method in class org.gatein.common.net.media.TypeDef
-
- getName() - Method in enum org.gatein.common.p3p.P3PConstants.OnlineInfo
-
- getName() - Method in enum org.gatein.common.p3p.P3PConstants.PostalInfo
-
- getName() - Method in enum org.gatein.common.p3p.P3PConstants.TelecomInfo
-
- getName() - Method in enum org.gatein.common.RuntimeContext.RunningEnvironment
-
- getName() - Method in class org.gatein.common.util.Version
-
Return the name;
- getName() - Method in enum org.gatein.common.util.Version.Qualifier.Prefix
-
- getNodeClass() - Method in interface org.gatein.common.xml.XMLTools.Filter
-
- getOnlineUserInfoKey(P3PConstants.OnlineInfo, boolean) - Static method in class org.gatein.common.p3p.P3PConstants
-
- getOutputStream() - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- getPackageOf(Class) - Static method in class org.gatein.common.util.Tools
-
- getParam() - Method in class org.gatein.common.http.HttpHeader.Element
-
Return the first param of this element or null.
- getParameterDecoder() - Method in class org.gatein.common.http.QueryStringParser
-
- getParameterNames() - Method in class org.gatein.common.http.HttpRequest.Form
-
- getParameters() - Method in class org.gatein.common.net.media.ContentType
-
- getParameterValues(String) - Method in class org.gatein.common.http.HttpRequest.Form
-
- getPatch() - Method in class org.gatein.common.util.Version
-
Return the patch.
- getPostalUserInfoKey(P3PConstants.PostalInfo, boolean) - Static method in class org.gatein.common.p3p.P3PConstants
-
- getPreferredOrBestLocalizedMappingFor(String[]) - Method in class org.gatein.common.i18n.LocalizedString
-
Retrieves the Locale-String mapping most appropriate based on the given desired locales, which are ordered
according to locale preferences.
- getPrefix() - Method in enum org.gatein.common.p3p.P3PConstants.TelecomType
-
- getPrefix() - Method in class org.gatein.common.util.Version.Qualifier
-
- getQualifier() - Method in class org.gatein.common.util.Version
-
Return the intermediate major.
- getRelative() - Method in class org.gatein.common.servlet.URLFormat
-
- getReplacementFor(int, URLTools.URLMatch) - Method in class org.gatein.common.net.URLTools.PortReplacementGenerator
-
- getReplacementFor(int, URLTools.URLMatch) - Method in class org.gatein.common.net.URLTools.URLReplacementGenerator
-
- getReplacementFor(String, String, String, boolean) - Method in class org.gatein.common.text.TextTools.ConstantStringReplacementGenerator
-
- getReplacementFor(String, String, String, boolean) - Method in interface org.gatein.common.text.TextTools.StringReplacementGenerator
-
- getResource(String) - Method in class org.gatein.common.util.CLResourceLoader
-
- getResource(String) - Method in interface org.gatein.common.util.ResourceLoader
-
- getResourceBundle(Locale) - Method in class org.gatein.common.i18n.ResourceBundleManager
-
Return a bundle for the given locale.
- getRFC3066LanguageTagFor(Locale) - Static method in class org.gatein.common.i18n.I18NTools
-
Retrieves the language identification tag associated to the specified Locale as defined by
IETF RFC 3066 limited to 2-letter language code per ISO standard
639, a "-" (dash) and a 2-letter country code per ISO 3166 alpha-2 country codes.
- getSecure() - Method in class org.gatein.common.servlet.URLFormat
-
- getServerAddressFrom(HttpServletRequest) - Static method in class org.gatein.common.net.URLTools
-
Returns the server address that originated the request, without final /.
- getServletEncoded() - Method in class org.gatein.common.servlet.URLFormat
-
- getShortNameOf(Class) - Static method in class org.gatein.common.util.Tools
-
- getStart() - Method in class org.gatein.common.net.URLTools.URLMatch
-
- getState() - Method in class org.gatein.common.concurrent.Valve
-
Return the state.
- getString(Locale, boolean) - Method in class org.gatein.common.i18n.LocalizedString
-
Returns a string value.
- getString() - Method in class org.gatein.common.i18n.LocalizedString.Value
-
- getSubtype() - Method in class org.gatein.common.net.media.MediaType
-
- getSuffix() - Method in class org.gatein.common.util.Version.Qualifier
-
- getTelecomInfoKey(P3PConstants.TelecomType, P3PConstants.TelecomInfo, boolean) - Static method in class org.gatein.common.p3p.P3PConstants
-
- getType() - Method in class org.gatein.common.net.media.MediaType
-
- getTypes() - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns the set of declared types.
- getTypes() - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- getUniqueChild(Element, boolean) - Static method in class org.gatein.common.xml.XMLTools
-
Return the optional unique child of an element.
- getUniqueChild(Element, String, boolean) - Static method in class org.gatein.common.xml.XMLTools
-
Return an optional child of an element with the specified name.
- getUniqueChild(Element, String, String, boolean) - Static method in class org.gatein.common.xml.XMLTools
-
Return an optional child of an element with the specified name and the optionally specified namespace uri.
- getURLAsString() - Method in class org.gatein.common.net.URLTools.URLMatch
-
- getURLCountIn(String) - Static method in class org.gatein.common.net.URLTools
-
- getUTF8Instance() - Static method in class org.gatein.common.text.FastURLDecoder
-
- getUTF8Instance() - Static method in class org.gatein.common.text.FastURLEncoder
-
- getUTF8StrictInstance() - Static method in class org.gatein.common.text.FastURLDecoder
-
- getValue() - Method in class org.gatein.common.http.HttpHeader.Element
-
- getValue() - Method in class org.gatein.common.http.HttpHeader.Element.Param
-
- getValue() - Method in class org.gatein.common.http.HttpHeader
-
- getValue(Locale, boolean) - Method in class org.gatein.common.i18n.LocalizedString
-
Returns a localized value.
- getValue() - Method in class org.gatein.common.net.media.ContentType
-
Returns the value of the content type which is the concatenation of the media type name
followed by the parameters.
- getValue() - Method in class org.gatein.common.net.media.MediaType
-
Returns the value which is a concatenation ofthe type name, a slash char and the subtype name.
- getValue() - Method in class org.gatein.common.net.media.Parameter
-
- getValue(String) - Method in interface org.gatein.common.util.MultiValuedPropertyMap
-
- getValue(String) - Method in class org.gatein.common.util.ParameterMap
-
Return the parameter value or null if it does not exist.
- getValue(String) - Method in class org.gatein.common.util.SimpleMultiValuedPropertyMap
-
Returns the first property value or null if it cannot be found.
- getValueConverter() - Method in class org.gatein.common.util.AbstractTypedMap
-
- getValueConverter() - Method in class org.gatein.common.util.ParameterMap
-
- getValueConverter() - Method in class org.gatein.common.util.TypedMap
-
- getValues() - Method in class org.gatein.common.i18n.LocalizedString
-
- getValues() - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns the set of declared values.
- getValues() - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- getValues(String) - Method in interface org.gatein.common.util.MultiValuedPropertyMap
-
- getValues(String) - Method in class org.gatein.common.util.ParameterMap
-
Return the parameter values or null if it does not exist.
- getValues(String) - Method in class org.gatein.common.util.SimpleMultiValuedPropertyMap
-
Returns the list of values for a specified property.
- getVariant() - Method in class org.gatein.common.i18n.BundleName
-
- getWriter() - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- I18NTools - Class in org.gatein.common.i18n
-
- I18NTools() - Constructor for class org.gatein.common.i18n.I18NTools
-
- identityConverter() - Static method in class org.gatein.common.util.AbstractTypedMap.Converter
-
- IMAGE - Static variable in class org.gatein.common.net.media.TypeDef
-
.
- INFO_USER_BDATE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BDATE_FRACTIONSECOND - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BDATE_HMS_HOUR - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BDATE_HMS_MINUTE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BDATE_HMS_SECOND - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BDATE_TIMEZONE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BDATE_YMD_DAY - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BDATE_YMD_MONTH - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BDATE_YMD_YEAR - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_ONLINE_EMAIL - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_ONLINE_URI - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_POSTAL_CITY - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_POSTAL_COUNTRY - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_POSTAL_NAME - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_POSTAL_ORGANIZATION - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_POSTAL_POSTALCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_POSTAL_STATEPROV - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_POSTAL_STREET - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_FAX_COMMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_FAX_EXT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_FAX_INTCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_FAX_LOCCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_FAX_NUMBER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_MOBILE_COMMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_MOBILE_EXT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_MOBILE_INTCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_MOBILE_LOCCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_MOBILE_NUMBER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_PAGER_COMMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_PAGER_EXT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_PAGER_INTCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_PAGER_LOCCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_PAGER_NUMBER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_TELEPHONE_COMMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_TELEPHONE_EXT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_TELEPHONE_INTCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_TELEPHONE_LOCCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_BUSINESS_INFO_TELECOM_TELEPHONE_NUMBER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_DEPARTMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_EMPLOYER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_GENDER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_ONLINE_EMAIL - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_ONLINE_URI - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_POSTAL_CITY - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_POSTAL_COUNTRY - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_POSTAL_NAME - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_POSTAL_ORGANIZATION - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_POSTAL_POSTALCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_POSTAL_STATEPROV - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_POSTAL_STREET - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_FAX_COMMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_FAX_EXT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_FAX_INTCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_FAX_LOCCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_FAX_NUMBER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_MOBILE_COMMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_MOBILE_EXT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_MOBILE_INTCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_MOBILE_LOCCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_MOBILE_NUMBER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_PAGER_COMMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_PAGER_EXT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_PAGER_INTCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_PAGER_LOCCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_PAGER_NUMBER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_TELEPHONE_COMMENT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_TELEPHONE_EXT - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_TELEPHONE_INTCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_TELEPHONE_LOCCODE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_HOME_INFO_TELECOM_TELEPHONE_NUMBER - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_JOB_TITLE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_LOGIN_ID - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_NAME_FAMILY - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_NAME_GIVEN - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_NAME_MIDDLE - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_NAME_NICKNAME - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_NAME_PREFIX - Static variable in class org.gatein.common.p3p.P3PConstants
-
- INFO_USER_NAME_SUFFIX - Static variable in class org.gatein.common.p3p.P3PConstants
-
- initAlphabets(boolean) - Method in class org.gatein.common.util.Base64
-
Determine which ALPHABET to use.
- INSTANCE - Static variable in class org.gatein.common.util.EmptyResourceBundle
-
.
- internalGetLocale(String) - Method in class org.gatein.common.i18n.AbstractLocaleFormat
-
- internalToString(Locale) - Method in class org.gatein.common.i18n.AbstractLocaleFormat
-
- internalValidationErrorHandling(String) - Method in class org.gatein.common.util.ParameterValidation.LoggingValidationErrorHandler
-
- internalValidationErrorHandling(String) - Method in class org.gatein.common.util.ParameterValidation.ValidationErrorHandler
-
Decide what to do with the failed value.
- internalWrite(Locale, CharWriter) - Method in class org.gatein.common.i18n.AbstractLocaleFormat
-
- invocations - Variable in class org.gatein.common.concurrent.Valve
-
The invocation count.
- IOTools - Class in org.gatein.common.io
-
IO tools.
- IOTools() - Constructor for class org.gatein.common.io.IOTools
-
- isAlphaNumeric(char) - Static method in class org.gatein.common.text.TextTools
-
Returns true if the char c is alpha numeric i.e it belongs to one of the following ranges [0,9], [A,Z] or [a,z]
- isClosed() - Method in class org.gatein.common.concurrent.Valve
-
Are we closed?
- isCommitted() - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- isComposite() - Method in class org.gatein.common.net.media.TypeDef
-
- isContainedIn(Object, Object[]) - Static method in class org.gatein.common.util.Tools
-
Determines if value is contained in array.
- isDiscrete() - Method in class org.gatein.common.net.media.TypeDef
-
- isEmailValid(String) - Static method in class org.gatein.common.net.URLTools
-
Return true is the address is not null and matches the email validation regular expression.
- isEmpty() - Method in class org.gatein.common.util.AbstractTypedMap
-
- isEmpty() - Method in class org.gatein.common.util.LazyMap
-
- isFirst() - Method in class org.gatein.common.util.IteratorStatus
-
Returns true if one element has been iterated.
- isModified() - Method in class org.gatein.common.util.LazyMap
-
- isNetworkURL(String) - Static method in class org.gatein.common.net.URLTools
-
- isNullOrEmpty(String) - Static method in class org.gatein.common.util.ParameterValidation
-
Determines whether the given String is null or empty (after all extra whitespaces have been trimmed,
if any).
- isOldAndNewDifferent(Object, Object) - Static method in class org.gatein.common.util.ParameterValidation
-
- isReadableProperty(Field) - Static method in class org.gatein.common.reflect.Modifier
-
Return true if the field is considered as a readable property which means that it is public and non static.
- isRunningIn(RuntimeContext.RunningEnvironment) - Method in class org.gatein.common.RuntimeContext
-
- isRunningInUnknownEnvironment() - Method in class org.gatein.common.RuntimeContext
-
- isStrict() - Method in class org.gatein.common.text.FastURLDecoder
-
- isSuffixable() - Method in enum org.gatein.common.util.Version.Qualifier.Prefix
-
- isSupported(MediaType) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map supports the specified media type.
- isSupported(TypeDef) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map supports the specified type.
- isSupported(MediaType, V) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map supports the specified media type with a specified value.
- isSupported(TypeDef, V) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map supports the specified type with a specific value.
- isSupported(V) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns true if the map supports the specified value for any media type or any type.
- isSupported(MediaType) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- isSupported(TypeDef) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- isSupported(MediaType, V) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- isSupported(TypeDef, V) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- isSupported(V) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- isURLAbsolute(String) - Static method in class org.gatein.common.net.URLTools
-
- isWritableProperty(Field) - Static method in class org.gatein.common.reflect.Modifier
-
Return true if the field is considered as a writable property which means that it is public, non static and non
final.
- iterator() - Method in class org.gatein.common.concurrent.BoundedBuffer
-
Make a snapshot of the buffer and iterate over the elements.
- iterator(K) - Method in class org.gatein.common.util.CollectionMap
-
Return an iterator over the values in the set specified by the key.
- iterator(E) - Static method in class org.gatein.common.util.Tools
-
Returns a singleton iterator.
- iterator(E...) - Static method in class org.gatein.common.util.Tools
-
Returns an iterator over the array elements.
- iterator(E[], int, int) - Static method in class org.gatein.common.util.Tools
-
Returns an iterator over the array elements within the specified range.
- IteratorStatus<K> - Class in org.gatein.common.util
-
An java.util.Iterator wrapper which keep additional state associated with the wrapped iterator.
- IteratorStatus(Iterator<K>) - Constructor for class org.gatein.common.util.IteratorStatus
-
- IteratorStatus(Collection<K>) - Constructor for class org.gatein.common.util.IteratorStatus
-
- RE_EMAIL_VALIDATION - Static variable in class org.gatein.common.net.URLTools
-
- Reflection - Class in org.gatein.common.reflect
-
- Reflection() - Constructor for class org.gatein.common.reflect.Reflection
-
- REGEX_NAME_VALIDATOR - Static variable in interface org.gatein.common.util.ResourceLoader
-
Helper to validate name.
- remove() - Method in class org.gatein.common.i18n.BundleName.Iterator
-
- remove(int) - Method in class org.gatein.common.text.EntityEncoder
-
- remove(Object) - Method in class org.gatein.common.util.AbstractTypedMap
-
- remove(K) - Method in class org.gatein.common.util.CollectionMap
-
Remove the entire set of objects specified by the key.
- remove(K, Object) - Method in class org.gatein.common.util.CollectionMap
-
Remove an object in the set keyed under the specified key.
- remove(Collection<V>, Object) - Method in class org.gatein.common.util.CollectionMap
-
Removes an object from the collection.
- remove() - Method in class org.gatein.common.util.IteratorStatus
-
- remove(Object) - Method in class org.gatein.common.util.LazyMap
-
- remove(Collection<V>, Object) - Method in class org.gatein.common.util.ListMap
-
- remove(Collection<V>, Object) - Method in class org.gatein.common.util.SetMap
-
- removeAttribute(String) - Method in class org.gatein.common.servlet.BufferingRequestWrapper
-
- removeParameter(String) - Method in class org.gatein.common.http.HttpRequest.Form
-
- replace(String, String, String) - Static method in class org.gatein.common.text.TextTools
-
Replace occurence in a string.
- replace(Map<EK, EV>) - Method in class org.gatein.common.util.AbstractTypedMap
-
Replace the content with the new map which is validated before replacement.
- replaceAllInstancesOfBoundedString(String, String, String, String) - Static method in class org.gatein.common.text.TextTools
-
Same as replaceBoundedString(initial, prefix, suffix, replacement, true, false).
- replaceAllInstancesOfBoundedString(String, String, String, TextTools.StringReplacementGenerator) - Static method in class org.gatein.common.text.TextTools
-
- replaceBoundedString(String, String, String, String, boolean, boolean) - Static method in class org.gatein.common.text.TextTools
-
- replaceBoundedString(String, String, String, String, boolean, boolean, boolean) - Static method in class org.gatein.common.text.TextTools
-
- replaceBoundedString(String, String, String, TextTools.StringReplacementGenerator, boolean, boolean) - Static method in class org.gatein.common.text.TextTools
-
- replaceBoundedString(String, String, String, TextTools.StringReplacementGenerator, boolean, boolean, boolean) - Static method in class org.gatein.common.text.TextTools
-
Replace instances of Strings delimited by the given prefix and suffix (hence, bounded) by a replacement String
computed by the specified StringReplacementGenerator based on the current bounded String match.
- replaceServerPortInURL(String, int) - Static method in class org.gatein.common.net.URLTools
-
- replaceURLsBy(String, String[]) - Static method in class org.gatein.common.net.URLTools
-
- replaceURLsBy(String, URLTools.URLReplacementGenerator) - Static method in class org.gatein.common.net.URLTools
-
- reset() - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- reset() - Method in class org.gatein.common.servlet.ServletOutputStreamBuffer
-
- reset() - Method in class org.gatein.common.text.CharBuffer
-
- resetBuffer() - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- resolve(MediaType) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns the set of values supported for a given media type.
- resolve(TypeDef) - Method in interface org.gatein.common.net.media.MediaTypeMap
-
Returns the set of values supported for a given type.
- resolve(MediaType) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- resolve(TypeDef) - Method in class org.gatein.common.net.media.MediaTypeMapImpl
-
- resolveEntity(String, String) - Method in class org.gatein.common.xml.NullEntityResolver
-
- ResourceBundleFactory - Interface in org.gatein.common.i18n
-
Definition of a factory for resource bundles.
- ResourceBundleManager - Class in org.gatein.common.i18n
-
Manage a set of resource bundles.
- ResourceBundleManager(ResourceBundle, ResourceBundleFactory) - Constructor for class org.gatein.common.i18n.ResourceBundleManager
-
- ResourceLoader - Interface in org.gatein.common.util
-
A generic interface which define loading capabilities of resources.
- reverse(String) - Method in class org.gatein.common.text.EntityEncoder
-
Returns the char related to the provided string.
- RFC3066_LANGUAGE_TAG - Static variable in interface org.gatein.common.i18n.LocaleFormat
-
.
- RFC3066_LANGUAGE_TAG_NO_CACHE - Static variable in interface org.gatein.common.i18n.LocaleFormat
-
.
- RuntimeContext - Class in org.gatein.common
-
- RuntimeContext.RunningEnvironment - Enum in org.gatein.common
-
- safeBufferedWrapper(InputStream) - Static method in class org.gatein.common.io.IOTools
-
Check that the provided input stream is buffered.
- safeBufferedWrapper(OutputStream) - Static method in class org.gatein.common.io.IOTools
-
Check that the provided output stream is buffered.
- safeCast(Object, Class<T>) - Static method in class org.gatein.common.reflect.Reflection
-
Attempt to cast the value argument to the provided type argument.
- safeCast(Object, Class<T>) - Static method in class org.gatein.common.util.Tools
-
Attempt to cast the value argument to the provided type argument.
- safeClose(Object) - Static method in class org.gatein.common.io.IOTools
-
Attempt to close an object.
- safeClose(Closeable) - Static method in class org.gatein.common.io.IOTools
-
- safeDecodeForHTMLId(String) - Static method in class org.gatein.common.net.URLTools
-
- safeEncode(char[], int, int, CharWriter) - Method in class org.gatein.common.text.AbstractCharEncoder
-
- safeEncode(char[], int, int, CharWriter) - Method in class org.gatein.common.text.EntityEncoder
-
- safeEncode(char[], int, int, CharWriter) - Method in class org.gatein.common.text.FastURLDecoder
-
- safeEncode(char[], int, int, CharWriter) - Method in class org.gatein.common.text.FastURLEncoder
-
- safeEncodeForHTMLId(String) - Static method in class org.gatein.common.net.URLTools
-
- safeEquals(Object, Object) - Static method in class org.gatein.common.util.Tools
-
Return true if o1 is null and o2 is null o1 is not null and the invocation of
equals(Object o) on o1 wit o2 as argument returns true
- safeGetBytes(InputStream) - Static method in class org.gatein.common.io.IOTools
-
- sanitizeFromPattern(String, Pattern, String) - Static method in class org.gatein.common.util.ParameterValidation
-
Checks if a given value matches the given format (as a regular expression).
- sanitizeFromPatternWithHandler(String, Pattern, ParameterValidation.ValidationErrorHandler) - Static method in class org.gatein.common.util.ParameterValidation
-
Checks if a given value matches the given format (as a regular expression) and delegates what to do to the
specified ValidationErrorHandler.
- sanitizeFromValues(String, String[], String) - Static method in class org.gatein.common.util.ParameterValidation
-
Checks if a given value matches one of the possible values.
- sanitizeFromValuesWithHandler(String, String[], ParameterValidation.ValidationErrorHandler) - Static method in class org.gatein.common.util.ParameterValidation
-
Checks if a given value matches one of the possible values and delegates what to do to the specified
ValidationErrorHandler.
- SCH_END - Static variable in class org.gatein.common.net.URLTools
-
- sendError(int) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- sendError(int, String) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- sendRedirect(String) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- Serialization<T> - Interface in org.gatein.common.io
-
- SerializationFilter - Interface in org.gatein.common.io
-
Filters a stream for serialize/unserialize operations.
- serialize(Serializable) - Static method in class org.gatein.common.io.IOTools
-
- serialize(Serialization<T>, T) - Static method in class org.gatein.common.io.IOTools
-
- serialize(Serialization<T>, SerializationFilter, T) - Static method in class org.gatein.common.io.IOTools
-
- serialize(T, OutputStream) - Method in interface org.gatein.common.io.Serialization
-
- serialize(Serialization<T>, T, OutputStream) - Method in interface org.gatein.common.io.SerializationFilter
-
- ServletOutputStreamBuffer - Class in org.gatein.common.servlet
-
- ServletOutputStreamBuffer(int) - Constructor for class org.gatein.common.servlet.ServletOutputStreamBuffer
-
- setAttribute(String, Object) - Method in class org.gatein.common.servlet.BufferingRequestWrapper
-
- setBufferSize(int) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setBytes(byte[]) - Method in class org.gatein.common.http.HttpRequest.Raw
-
- setCharacterEncoding(String) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setContentLength(int) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setContentType(String) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setDateHeader(String, long) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setHeader(String, String) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setIfGreater(long) - Method in class org.gatein.common.concurrent.AtomicPositiveLong
-
Update the value if the new value is greater than the previous one or if the long is not initialized.
- setIfLower(long) - Method in class org.gatein.common.concurrent.AtomicPositiveLong
-
Update the value if the new value is lower than the previous one or if the long is not initialized.
- setIntHeader(String, int) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setLength(int) - Method in class org.gatein.common.text.CharBuffer
-
- setLocale(Locale) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- SetMap<K,V> - Class in org.gatein.common.util
-
A map of set.
- SetMap() - Constructor for class org.gatein.common.util.SetMap
-
- SetMap(SetMap<K, V>) - Constructor for class org.gatein.common.util.SetMap
-
- SetMap(SetMap<K, V>, Comparator<V>) - Constructor for class org.gatein.common.util.SetMap
-
- SetMap(Comparator<V>) - Constructor for class org.gatein.common.util.SetMap
-
- setNext(ParameterValidation.ValidationErrorHandler) - Method in class org.gatein.common.util.ParameterValidation.ValidationErrorHandler
-
- setStatus(int) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setStatus(int, String) - Method in class org.gatein.common.servlet.BufferingResponseWrapper
-
- setValue(String, T) - Method in interface org.gatein.common.util.MultiValuedPropertyMap
-
- setValue(String, String) - Method in class org.gatein.common.util.ParameterMap
-
Set the a parameter value.
- setValue(String, T) - Method in class org.gatein.common.util.SimpleMultiValuedPropertyMap
-
- setValues(String, String[]) - Method in class org.gatein.common.util.ParameterMap
-
Set the parameter values.
- SimpleMapAccessor<K,V> - Class in org.gatein.common.util
-
- SimpleMapAccessor(Map<K, V>) - Constructor for class org.gatein.common.util.SimpleMapAccessor
-
- SimpleMultiValuedPropertyMap<T> - Class in org.gatein.common.util
-
A map of multi valued properties.
- SimpleMultiValuedPropertyMap() - Constructor for class org.gatein.common.util.SimpleMultiValuedPropertyMap
-
- SimpleResourceBundleFactory - Class in org.gatein.common.i18n
-
An implementation that delegates bundle loading to ResourceBundle.getBundle(String,Locale,ClassLoader).
- SimpleResourceBundleFactory(String, ClassLoader) - Constructor for class org.gatein.common.i18n.SimpleResourceBundleFactory
-
- size() - Method in class org.gatein.common.util.AbstractTypedMap
-
- size() - Method in class org.gatein.common.util.LazyMap
-
- size() - Method in interface org.gatein.common.util.MultiValuedPropertyMap
-
- size() - Method in class org.gatein.common.util.SimpleMultiValuedPropertyMap
-
- SLASH - Static variable in class org.gatein.common.net.URLTools
-
- state - Variable in class org.gatein.common.concurrent.Valve
-
The state.
- stateLock - Variable in class org.gatein.common.concurrent.Valve
-
The state lock.
- SubtypeDef - Class in org.gatein.common.net.media
-
- VALID_ASCII_CLASS_NAME - Static variable in class org.gatein.common.util.ParameterValidation
-
- validate() - Method in class org.gatein.common.util.AbstractTypedMap
-
Validate the content.
- valueOf(String) - Static method in enum org.gatein.common.p3p.P3PConstants.OnlineInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.common.p3p.P3PConstants.PostalInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.common.p3p.P3PConstants.TelecomInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.common.p3p.P3PConstants.TelecomType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.common.RuntimeContext.RunningEnvironment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.common.util.Base64.EncodingOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.common.util.Version.Qualifier.Prefix
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.gatein.common.util.Version.Qualifier.Suffix
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.gatein.common.p3p.P3PConstants.OnlineInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.common.p3p.P3PConstants.PostalInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.common.p3p.P3PConstants.TelecomInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.common.p3p.P3PConstants.TelecomType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.common.RuntimeContext.RunningEnvironment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.gatein.common.util.AbstractTypedMap
-
- values() - Static method in enum org.gatein.common.util.Base64.EncodingOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.gatein.common.util.LazyMap
-
- values() - Static method in enum org.gatein.common.util.Version.Qualifier.Prefix
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.gatein.common.util.Version.Qualifier.Suffix
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Valve - Class in org.gatein.common.concurrent
-
Start in closed mode and adds an open() method to keep the same valve.
- Valve() - Constructor for class org.gatein.common.concurrent.Valve
-
Create a valve in the closed state
- Valve(int) - Constructor for class org.gatein.common.concurrent.Valve
-
Create a valve with the give initial state
- Version - Class in org.gatein.common.util
-
Version class conforming to JBoss Product Version Conventions post 2009-03-01.
- Version(String, int, int, int, Version.Qualifier, String) - Constructor for class org.gatein.common.util.Version
-
- Version.Format - Interface in org.gatein.common.util
-
- Version.Qualifier - Class in org.gatein.common.util
-
Type safe enum for intermediate major.
- Version.Qualifier(Version.Qualifier.Prefix) - Constructor for class org.gatein.common.util.Version.Qualifier
-
- Version.Qualifier(Version.Qualifier.Prefix, Version.Qualifier.Suffix) - Constructor for class org.gatein.common.util.Version.Qualifier
-
- Version.Qualifier.Prefix - Enum in org.gatein.common.util
-
- Version.Qualifier.Suffix - Enum in org.gatein.common.util
-
- VIDEO - Static variable in class org.gatein.common.net.media.TypeDef
-
.
- VMID - Static variable in class org.gatein.common.util.Tools
-
16 chars long VMID.