org.apache.shindig.expressions.jasper
Class JasperTypeConverter
java.lang.Object
org.apache.shindig.expressions.ShindigTypeConverter
org.apache.shindig.expressions.jasper.JasperTypeConverter
- All Implemented Interfaces:
- ELTypeConverter
public class JasperTypeConverter
- extends ShindigTypeConverter
Jasper Implementation of a ShindigTypeConverter
- Since:
- 2.0.0
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JasperTypeConverter
public JasperTypeConverter()
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.