Class StringInterpreterEnum
java.lang.Object
org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
org.apache.jasper.optimizations.StringInterpreterEnum
- All Implemented Interfaces:
 StringInterpreter
Provides an optimised conversion of string values to Enums. It bypasses the check for registered PropertyEditor.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StringcoerceToOtherType(Class<?> c, String s, boolean isNamedAttribute) Intended to be used by subclasses that don't need/want to re-implement the logic inStringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean).Methods inherited from class StringInterpreterFactory.DefaultStringInterpreter
convertString 
- 
Constructor Details
- 
StringInterpreterEnum
public StringInterpreterEnum() 
 - 
 - 
Method Details
- 
coerceToOtherType
Description copied from class:StringInterpreterFactory.DefaultStringInterpreterIntended to be used by subclasses that don't need/want to re-implement the logic inStringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean).- Overrides:
 coerceToOtherTypein classStringInterpreterFactory.DefaultStringInterpreter- Parameters:
 c- unuseds- unusedisNamedAttribute- unused- Returns:
 - Always 
null 
 
 -