A B C G I N O P Q R S

A

AbstractCollectionConverter - Class in org.xwiki.properties.converter
Base class for all Collection converters.
AbstractCollectionConverter() - Constructor for class org.xwiki.properties.converter.AbstractCollectionConverter
 
AbstractConverter - Class in org.xwiki.properties.converter
Helper base class for a Converter component.
AbstractConverter() - Constructor for class org.xwiki.properties.converter.AbstractConverter
 

B

BeanDescriptor - Interface in org.xwiki.properties
Contains information on a java bean.
BeanManager - Interface in org.xwiki.properties
Component used to populate or parse a java bean.

C

ConversionException - Exception in org.xwiki.properties.converter
 
ConversionException(String) - Constructor for exception org.xwiki.properties.converter.ConversionException
Construct a new exception with the specified message.
ConversionException(String, Throwable) - Constructor for exception org.xwiki.properties.converter.ConversionException
Construct a new exception with the specified message and root cause.
ConversionException(Throwable) - Constructor for exception org.xwiki.properties.converter.ConversionException
Construct a new exception with the specified root cause.
convert(Type, Object) - Method in class org.xwiki.properties.converter.AbstractConverter
 
convert(Type, Object) - Method in interface org.xwiki.properties.converter.Converter
 
convert(Type, Object) - Method in interface org.xwiki.properties.ConverterManager
Convert provided value into the provided target type.
Converter - Interface in org.xwiki.properties.converter
Converter provided value in the provided target type.
ConverterManager - Interface in org.xwiki.properties
Simple API to do universal conversion between two types.
convertToString(Object) - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
 
convertToString(Object) - Method in class org.xwiki.properties.converter.AbstractConverter
Convert the input object into a String.
convertToType(Type, Object) - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
 
convertToType(Type, Object) - Method in class org.xwiki.properties.converter.AbstractConverter
Convert the input object into an output object of the specified type.
convertToType(Class<T>, Object) - Method in class org.xwiki.properties.converter.AbstractConverter
Deprecated. since 3.0M1 overwrite AbstractConverter.convertToType(Type, Object) instead
createStreamTokenizer(String) - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
Create and initializer a StreamTokenizer to parse the value.

G

getBeanClass() - Method in interface org.xwiki.properties.BeanDescriptor
 
getBeanDescriptor(Class<?>) - Method in interface org.xwiki.properties.BeanManager
Parse provided java bean and return a descriptor with all its public properties.
getConverterManager() - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
 
getDefaultValue() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getDelimiter() - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
Deprecated. since 3.2M3 use AbstractCollectionConverter.getDelimiters() instead
getDelimiters() - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
 
getDescription() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getFied() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getId() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getName() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getProperties() - Method in interface org.xwiki.properties.BeanDescriptor
 
getProperty(String) - Method in interface org.xwiki.properties.BeanDescriptor
Return descriptor for the provided property name.
getPropertyClass() - Method in interface org.xwiki.properties.PropertyDescriptor
Deprecated. since 3.0M1 use PropertyDescriptor.getPropertyType() instead
getPropertyType() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getReadMethod() - Method in interface org.xwiki.properties.PropertyDescriptor
 
getWriteMethod() - Method in interface org.xwiki.properties.PropertyDescriptor
 

I

isMandatory() - Method in interface org.xwiki.properties.PropertyDescriptor
 

N

newCollection() - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
 

O

org.xwiki.properties - package org.xwiki.properties
 
org.xwiki.properties.annotation - package org.xwiki.properties.annotation
 
org.xwiki.properties.converter - package org.xwiki.properties.converter
 

P

parseElements(String, Type) - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
Parse an incoming String of the form similar to an array initializer in the Java language into a List individual Strings for each element, according to the following rules.
populate(Object, Map<String, ?>) - Method in interface org.xwiki.properties.BeanManager
Convert provided values and inject them in the provided java bean.
PropertyDescription - Annotation Type in org.xwiki.properties.annotation
Use this annotation to add a description to a property bean method.
PropertyDescriptor - Interface in org.xwiki.properties
Describe a property in a bean.
PropertyException - Exception in org.xwiki.properties
Base exception of this module.
PropertyException(String) - Constructor for exception org.xwiki.properties.PropertyException
Constructs a new exception with the specified detail message.
PropertyException(String, Throwable) - Constructor for exception org.xwiki.properties.PropertyException
Constructs a new exception with the specified detail message and cause.
PropertyHidden - Annotation Type in org.xwiki.properties.annotation
Use this annotation to indicate a method is not part of the property bean public api.
PropertyMandatory - Annotation Type in org.xwiki.properties.annotation
Use this annotation to indicate that a property is mandatory.
PropertyMandatoryException - Exception in org.xwiki.properties
Thrown when a mandatory field is not found in the map of value to populate.
PropertyMandatoryException(String) - Constructor for exception org.xwiki.properties.PropertyMandatoryException
 
PropertyName - Annotation Type in org.xwiki.properties.annotation
Use this annotation to add a display name to a property bean method.

Q

QUOTECHAR - Static variable in class org.xwiki.properties.converter.AbstractCollectionConverter
Quote char.
QUOTESTRING - Static variable in class org.xwiki.properties.converter.AbstractCollectionConverter
Quote string.

R

RawProperties - Interface in org.xwiki.properties
A bean can implement this interface to be provided with remaining values as custom properties.

S

set(String, Object) - Method in interface org.xwiki.properties.RawProperties
Set a custom property to the bean.
setAllowedChars(char[]) - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
Deprecated. since 3.2M3 use AbstractCollectionConverter.setDelimiters(String) instead
setDelimiter(char) - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
Deprecated. since 3.2M3 use AbstractCollectionConverter.setDelimiters(String) instead
setDelimiters(String) - Method in class org.xwiki.properties.converter.AbstractCollectionConverter
Set the delimiter to be used for parsing a delimited String.

A B C G I N O P Q R S

Copyright © 2004-2011 XWiki. All Rights Reserved.