public interface ELTypeConverter
| Modifier and Type | Method and Description |
|---|---|
<T> T |
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).
|
boolean isPostConvertible(Class<?> type)
Copyright © 2007-2012. All Rights Reserved.