org.apache.shindig.expressions
Interface ELTypeConverter
- All Known Implementing Classes:
- JasperTypeConverter, JuelTypeConverter, ShindigTypeConverter
public interface ELTypeConverter
|
Method Summary |
|
convert(Object obj,
Class<T> type)
|
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). |
isPostConvertible
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).
convert
<T> T convert(Object obj,
Class<T> type)
throws javax.el.ELException
- Throws:
javax.el.ELException
Copyright © 2007-2012. All Rights Reserved.