- parseElements(Type, String, Type) - Method in class org.xwiki.properties.converter.collection.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.
- PropertyAdvanced - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to indicate that a property is advanced.
- 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.
- PropertyDisplayHidden - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to indicate that a property should not be displayed in UIs.
- PropertyDisplayType - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to specify the class type of a property.
- 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.
- PropertyFeature - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to bind a property to a feature.
- PropertyGroup - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to group properties.
- PropertyGroupDescriptor - Class in org.xwiki.properties
-
Contains a List<String>
to view the group as a single object and the associated feature.
- PropertyGroupDescriptor(List<String>) - Constructor for class org.xwiki.properties.PropertyGroupDescriptor
-
Default constructor.
- PropertyHidden - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to indicate a method is not part of the property bean public api.
- PropertyId - Annotation Type in org.xwiki.properties.annotation
-
Use this annotation to overwrite the id of a bean property.
- 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.