org.zkoss.bind.converter
Class UriConverter

java.lang.Object
  extended by org.zkoss.bind.converter.UriConverter
All Implemented Interfaces:
java.io.Serializable, Converter

public class UriConverter
extends java.lang.Object
implements Converter, java.io.Serializable

Convert String into Uri

Since:
6.0.0
Author:
henrichen
See Also:
Serialized Form

Constructor Summary
UriConverter()
           
 
Method Summary
 java.lang.Object coerceToBean(java.lang.Object val, Component component, BindContext ctx)
           
 java.lang.Object coerceToUi(java.lang.Object val, Component component, BindContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriConverter

public UriConverter()
Method Detail

coerceToUi

public java.lang.Object coerceToUi(java.lang.Object val,
                                   Component component,
                                   BindContext ctx)
Specified by:
coerceToUi in interface Converter

coerceToBean

public java.lang.Object coerceToBean(java.lang.Object val,
                                     Component component,
                                     BindContext ctx)
Specified by:
coerceToBean in interface Converter


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo