public class StringInterpreterFactory extends 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 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 String STRING_INTERPRETER_CLASS_NAME
public static StringInterpreter getStringInterpreter(ServletContext context) throws Exception
context
- The Servlet contextException
- If an error occurs creating the interpreterCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.