org.apache.shindig.expressions.juel
Class JuelTypeConverter

java.lang.Object
  extended by org.apache.shindig.expressions.ShindigTypeConverter
      extended by org.apache.shindig.expressions.juel.JuelTypeConverter
All Implemented Interfaces:
de.odysseus.el.misc.TypeConverter, Serializable, ELTypeConverter

public class JuelTypeConverter
extends ShindigTypeConverter
implements de.odysseus.el.misc.TypeConverter

A converter used by Juel

Since:
2.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface de.odysseus.el.misc.TypeConverter
DEFAULT
 
Constructor Summary
JuelTypeConverter()
           
 
Method Summary
<T> T
convert(Object obj, Class<T> type)
           
 
Methods inherited from class org.apache.shindig.expressions.ShindigTypeConverter
isPostConvertible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JuelTypeConverter

public JuelTypeConverter()
Method Detail

convert

public <T> T convert(Object obj,
                     Class<T> type)
          throws javax.el.ELException
Specified by:
convert in interface de.odysseus.el.misc.TypeConverter
Specified by:
convert in interface ELTypeConverter
Overrides:
convert in class ShindigTypeConverter
Throws:
javax.el.ELException


Copyright © 2007-2012. All Rights Reserved.