public class StringInterpreterFactory
extends java.lang.Object
StringInterpreter instances for JSP compilation.
The search order is as follows:
| Modifier and Type | Class and Description |
|---|---|
static class |
StringInterpreterFactory.DefaultStringInterpreter |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STRING_INTERPRETER_CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
static StringInterpreter |
getStringInterpreter(ServletContext context)
Obtain the correct String Interpreter for the given web application.
|
public static final java.lang.String STRING_INTERPRETER_CLASS_NAME
public static StringInterpreter getStringInterpreter(ServletContext context) throws java.lang.Exception
context - The Servlet contextjava.lang.Exception - If an error occurs creating the interpreterCopyright © 2014–2021. All rights reserved.