Uses of Interface
org.apache.jasper.compiler.StringInterpreter
-
Packages that use StringInterpreter Package Description org.apache.jasper.compiler org.apache.jasper.optimizations -
-
Uses of StringInterpreter in org.apache.jasper.compiler
Classes in org.apache.jasper.compiler that implement StringInterpreter Modifier and Type Class Description static classStringInterpreterFactory.DefaultStringInterpreterMethods in org.apache.jasper.compiler that return StringInterpreter Modifier and Type Method Description static StringInterpreterStringInterpreterFactory. getStringInterpreter(ServletContext context)Obtain the correct String Interpreter for the given web application. -
Uses of StringInterpreter in org.apache.jasper.optimizations
Classes in org.apache.jasper.optimizations that implement StringInterpreter Modifier and Type Class Description classStringInterpreterEnumProvides an optimised conversion of string values to Enums.
-