public class JspContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static JspContext |
NULL_CONTEXT |
| Constructor and Description |
|---|
JspContext(JspWriter out,
HttpServletRequest request,
HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
JspWriter |
getJspWriter() |
HttpServletRequest |
getServletRequest() |
HttpServletResponse |
getServletResponse() |
void |
print(String string) |
void |
println(String string) |
public static final JspContext NULL_CONTEXT
Copyright © 2017 SAP SE. All Rights Reserved.