Package org.apache.jasper.optimizations
Class StringInterpreterEnum
- java.lang.Object
- 
- org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
- 
- org.apache.jasper.optimizations.StringInterpreterEnum
 
 
- 
- All Implemented Interfaces:
- StringInterpreter
 
 public class StringInterpreterEnum extends StringInterpreterFactory.DefaultStringInterpreter Provides an optimised conversion of string values to Enums. It bypasses the check for registered PropertyEditor.
- 
- 
Constructor SummaryConstructors Constructor Description StringInterpreterEnum()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcoerceToOtherType(java.lang.Class<?> c, java.lang.String s, boolean isNamedAttribute)Intended to be used by sub-classes that don't need/want to re-implement the logic inStringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean).- 
Methods inherited from class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreterconvertString
 
- 
 
- 
- 
- 
Method Detail- 
coerceToOtherTypeprotected java.lang.String coerceToOtherType(java.lang.Class<?> c, java.lang.String s, boolean isNamedAttribute)Description copied from class:StringInterpreterFactory.DefaultStringInterpreterIntended to be used by sub-classes that don't need/want to re-implement the logic inStringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean).- Overrides:
- coerceToOtherTypein class- StringInterpreterFactory.DefaultStringInterpreter
- Parameters:
- c- unused
- s- unused
- isNamedAttribute- unused
- Returns:
- Always null
 
 
- 
 
-