Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I L N O P R S T U V

A

allowEmpty - Variable in class org.springframework.beans.propertyeditors.CharacterEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
allowEmpty - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
alwaysCreateNewCollection() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Return whether to always create a new Collection, even if the type of the passed-in Collection already matches.

B

ByteArrayPropertyEditor - class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor.
Editor for byte arrays.
ByteArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 

C

COMMENT_MARKERS - Static variable in class org.springframework.beans.propertyeditors.PropertiesEditor
Any of these characters, if they're first after whitespace or first on a line, mean that the line is a comment and should be ignored.
CharacterEditor - class org.springframework.beans.propertyeditors.CharacterEditor.
Editor for a java.lang.Character, to populate a property of type Character or char from a String value.
CharacterEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CharacterEditor
Create a new CharacterEditor instance.
ClassEditor - class org.springframework.beans.propertyeditors.ClassEditor.
Editor for java.lang.Class, to directly populate a Class property instead of using a String class name property as bridge.
ClassEditor() - Constructor for class org.springframework.beans.propertyeditors.ClassEditor
 
CustomBooleanEditor - class org.springframework.beans.propertyeditors.CustomBooleanEditor.
Property editor for Boolean/boolean properties.
CustomBooleanEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with "true"/"on"/"yes" and "false"/"off"/"no" as recognized String values.
CustomBooleanEditor(String, String, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomBooleanEditor
Create a new CustomBooleanEditor instance, with configurable String values for true and false.
CustomCollectionEditor - class org.springframework.beans.propertyeditors.CustomCollectionEditor.
Property editor for Collections, converting any source Collection to a given target Collection type.
CustomCollectionEditor(Class) - Constructor for class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a new CustomCollectionEditor for the given target type.
CustomDateEditor - class org.springframework.beans.propertyeditors.CustomDateEditor.
PropertyEditor for java.util.Date, supporting a custom DateFormat.
CustomDateEditor(DateFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomDateEditor
Create a new CustomDateEditor instance, using the given DateFormat for parsing and rendering.
CustomNumberEditor - class org.springframework.beans.propertyeditors.CustomNumberEditor.
Property editor for any Number subclass like Integer, Long, Float, Double.
CustomNumberEditor(Class, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the default valueOf methods for parsing and toString methods for rendering.
CustomNumberEditor(Class, NumberFormat, boolean) - Constructor for class org.springframework.beans.propertyeditors.CustomNumberEditor
Create a new CustomNumberEditor instance, using the given NumberFormat for parsing and rendering.
charsToDelete - Variable in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
collectionType - Variable in class org.springframework.beans.propertyeditors.CustomCollectionEditor
 
convertElement(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Hook to convert each encountered Collection/array element.
createCollection(Class, int) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).

D

dateFormat - Variable in class org.springframework.beans.propertyeditors.CustomDateEditor
 
dropComments(Properties) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Remove comment lines, even if they contain whitespace before the comment marker.

E

emptyAsNull - Variable in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 

F

FileEditor - class org.springframework.beans.propertyeditors.FileEditor.
Editor for java.io.File, to directly populate a File property instead of using a String file name property as bridge.
FileEditor() - Constructor for class org.springframework.beans.propertyeditors.FileEditor
 
falseString - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 

G

getAsText() - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Format the Date as String, using the specified DateFormat.
getAsText() - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Format the Number as String, using the specified NumberFormat.
getAsText() - Method in class org.springframework.beans.propertyeditors.FileEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
This implementation returns null to indicate that there is no appropriate text representation.
getAsText() - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
getAsText() - Method in class org.springframework.beans.propertyeditors.URLEditor
 

I

InputStreamEditor - class org.springframework.beans.propertyeditors.InputStreamEditor.
One-way PropertyEditor, which can convert from a text string to a java.io.InputStream, allowing InputStream properties to be set directly as a text string.
InputStreamEditor() - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
Create a new InputStreamEditor, using the default ResourceEditor underneath.
InputStreamEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
Create a new InputStreamEditor, using the given ResourceEditor underneath.

L

LocaleEditor - class org.springframework.beans.propertyeditors.LocaleEditor.
Editor for java.util.Locale, to directly populate a Locale property.
LocaleEditor() - Constructor for class org.springframework.beans.propertyeditors.LocaleEditor
 

N

numberClass - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
numberFormat - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 

O

org.springframework.beans.propertyeditors - package org.springframework.beans.propertyeditors
 

P

PropertiesEditor - class org.springframework.beans.propertyeditors.PropertiesEditor.
Editor for java.util.Properties objects.
PropertiesEditor() - Constructor for class org.springframework.beans.propertyeditors.PropertiesEditor
 

R

resourceEditor - Variable in class org.springframework.beans.propertyeditors.InputStreamEditor
 
resourceEditor - Variable in class org.springframework.beans.propertyeditors.URLEditor
 

S

StringArrayPropertyEditor - class org.springframework.beans.propertyeditors.StringArrayPropertyEditor.
Editor for String arrays.
StringArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
StringTrimmerEditor - class org.springframework.beans.propertyeditors.StringTrimmerEditor.
Property editor that trims Strings.
StringTrimmerEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new StringTrimmerEditor instance.
StringTrimmerEditor(String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
Create a new StringTrimmerEditor instance.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Convert the given text value to a Collection with a single element.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
Parse the Date from the given text, using the specified DateFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
Parse the Number from the given text, using the specified NumberFormat.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.FileEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.LocaleEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Convert String into Properties.
setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
 
setAsText(String) - Method in class org.springframework.beans.propertyeditors.URLEditor
 
setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
Convert the given value to a Collection of the target type.
setValue(Object) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
Take Properties as-is; convert java.util.Map into Properties.

T

trueString - Variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 

U

URLEditor - class org.springframework.beans.propertyeditors.URLEditor.
Editor for java.net.URL, to directly populate a URL property instead of using a String property as bridge.
URLEditor() - Constructor for class org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the default ResourceEditor underneath.
URLEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the given ResourceEditor underneath.

V

VALUE_0 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_1 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_FALSE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_NO - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_OFF - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_ON - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_TRUE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 
VALUE_YES - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
 

A B C D E F G I L N O P R S T U V