Module net.shibboleth.ext.spring
Package net.shibboleth.ext.spring.config
Class DurationPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- net.shibboleth.ext.spring.config.DurationPropertyEditor
-
- All Implemented Interfaces:
PropertyEditor
public class DurationPropertyEditor extends PropertyEditorSupport
Allows setting of Duration-valued properties using lexical string form.
-
-
Constructor Summary
Constructors Constructor Description DurationPropertyEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAsText(String text)-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
-
-
-
Method Detail
-
setAsText
public void setAsText(String text)
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport
-
-