org.nuiton.util
Class URIConverter

java.lang.Object
  extended by org.nuiton.util.URIConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

Deprecated. since 1.3, use now the URIConverter class.

@Deprecated
public class URIConverter
extends Object
implements org.apache.commons.beanutils.Converter

classe pour convertir une chaine en un objet URI.

Author:
tchemit

Constructor Summary
URIConverter()
          Deprecated.  
 
Method Summary
 Object convert(Class aClass, Object value)
          Deprecated.  
 Class<?> getType()
          Deprecated.  
protected  boolean isEnabled(Class<?> aClass)
          Deprecated.  
protected  URI valueOf(String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIConverter

public URIConverter()
Deprecated. 
Method Detail

convert

public Object convert(Class aClass,
                      Object value)
Deprecated. 
Specified by:
convert in interface org.apache.commons.beanutils.Converter

valueOf

protected URI valueOf(String value)
Deprecated. 

isEnabled

protected boolean isEnabled(Class<?> aClass)
Deprecated. 

getType

public Class<?> getType()
Deprecated. 


Copyright © 2004-2010 CodeLutin. All Rights Reserved.