org.apache.shindig.expressions.jasper
Class JasperTypeConverter

java.lang.Object
  extended by org.apache.shindig.expressions.ShindigTypeConverter
      extended by org.apache.shindig.expressions.jasper.JasperTypeConverter
All Implemented Interfaces:
ELTypeConverter

public class JasperTypeConverter
extends ShindigTypeConverter

Jasper Implementation of a ShindigTypeConverter

Since:
2.0.0

Constructor Summary
JasperTypeConverter()
           
 
Method Summary
 boolean isPostConvertible(Class<?> type)
          for some EL without custom type conversion (Jasper), we want to delay conversion until after expression has been evaluated (with minimal amount of coercion).
 
Methods inherited from class org.apache.shindig.expressions.ShindigTypeConverter
convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasperTypeConverter

public JasperTypeConverter()
Method Detail

isPostConvertible

public boolean isPostConvertible(Class<?> type)
Description copied from interface: ELTypeConverter
for some EL without custom type conversion (Jasper), we want to delay conversion until after expression has been evaluated (with minimal amount of coercion).

Specified by:
isPostConvertible in interface ELTypeConverter
Overrides:
isPostConvertible in class ShindigTypeConverter


Copyright © 2007-2012. All Rights Reserved.