public class JspContext
extends java.lang.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(java.lang.String string) |
void |
println(java.lang.String string) |
public static final JspContext NULL_CONTEXT
Copyright © 2018 SAP SE. All Rights Reserved.