반응형
JSP EL Implicit Objects
pageScope - Scoped variables from page scope
requestScope - Scoped variables from request scope
sessionScope - Scoped variables from session scope
applicationScope - Scoped variables from application scope
param - Request parameters as strings
paramValues - Request parameters as collections of strings
header - HTTP request headers as strings
headerValues - HTTP request headers as collections of strings
initParam - Context-initialization parameters
cookie - Cookie values
pageContext - The JSP PageContext object for the current page
pageContext.errorData
pageContext.page
pageContext.request
pageContext.response
pageContext.servletConfig
pageContext.servletContext
pageContext.session
pageContext.attribute
pageContext.attributeNamesInScope
pageContext.attributeScope
pageContext.exprressionEvaluator
pageContext.out
pageContext.variableResolver
반응형
'java' 카테고리의 다른 글
Direct self-reference leading to cycle exception (0) | 2020.05.15 |
---|---|
STS 롬복 설치, lombok install (0) | 2020.02.15 |
java - double to int (0) | 2020.02.04 |
java outputstream to string (0) | 2020.02.04 |
Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:3.1.0 (0) | 2019.12.09 |
CustomPageable (0) | 2019.12.09 |
org.apache.http.ProtocolException: Target host is not specified (0) | 2019.12.09 |
프롤로그에서는 콘텐츠가 허용되지 않습니다. (0) | 2019.12.03 |