public class

TimeZoneEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.beans.propertyeditors.TimeZoneEditor

Class Overview

Editor for java.util.TimeZone, translating timezone IDs into TimeZone objects. Does not expose a text representation for TimeZone objects.

See Also

Summary

Public Constructors
TimeZoneEditor()
Public Methods
String getAsText()
This implementation returns null to indicate that there is no appropriate text representation.
void setAsText(String text)
[Expand]
Inherited Methods
From class java.beans.PropertyEditorSupport
From class java.lang.Object
From interface java.beans.PropertyEditor

Public Constructors

public TimeZoneEditor ()

Also: SpringBeans

Public Methods

public String getAsText ()

This implementation returns null to indicate that there is no appropriate text representation.

public void setAsText (String text)