webwork.util.editor
Interface FastPropertyEditor

All Known Implementing Classes:
BigDecimalEditor, BooleanEditor, BooleanObjectEditor, ByteEditor, ByteObjectEditor, DateEditor, DateFormatEditor, DoubleEditor, DoubleObjectEditor, FloatEditor, FloatObjectEditor, IntegerEditor, IntegerObjectEditor, LongEditor, LongObjectEditor, ShortEditor, ShortObjectEditor, StringEditor

public interface FastPropertyEditor

This interface is used instead of the PropertyEditor interface It is stateless so the editors can be cached

Version:
$Revision: 1.1 $
Author:
Dick Zetterberg (dick@transitor.se)
See Also:
PropertyEditor

Method Summary
 java.lang.String getAsText(java.lang.Object value)
           
 java.lang.Object getAsValue(java.lang.String txt)
           
 

Method Detail

getAsText

public java.lang.String getAsText(java.lang.Object value)

getAsValue

public java.lang.Object getAsValue(java.lang.String txt)


Copyright © 2001-2003 WebWork All Rights Reserved.