File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
EjmploExpressionLanguage/src/main/webapp Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 202
202
/ExcelSJPExcepciones /target /
203
203
/InclusionEstatica /target /
204
204
/ManejoJabaBeans /target /
205
+ /EjmploExpressionLanguage /target /
Original file line number Diff line number Diff line change 1
- <%--
2
- Document : index
3
- Created on : 28 jun. 2021, 18:23:21
4
- Author : brian
5
- --%>
6
-
7
- <%@page contentType =" text/html" pageEncoding =" UTF-8" %>
8
- <!DOCTYPE html>
9
1
<html >
10
2
<head >
11
3
<meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" >
12
- <title >JSP Page </title >
4
+ <title >Ejemplo de Expresion Languaje </title >
13
5
</head >
14
6
<body >
15
- <h1 >Hello World!</h1 >
7
+ <h1 >Ejemplo de Expresion Lenguaje</h1 >
8
+ <br />
9
+ <a href =" variablesImplicitas.jsp?usuario=juan" >Objetos implictos con E L</a >
10
+
16
11
</body >
17
12
</html >
Original file line number Diff line number Diff line change 1
1
<html >
2
2
<head >
3
3
<meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" >
4
- <title >JSP Page </title >
4
+ <title >Expression Languaje y Variables explicitas </title >
5
5
</head >
6
6
<body >
7
- <h1 >Hello World!</h1 >
7
+ <h1 >Expression Languaje y Variables explicitas</h1 >
8
+ <ul >
9
+ <li >Nombre de la aplicacion: ${ pageContext. request. contextPath } </li >
10
+ <li >Navegador Cliente: ${ header[" User-Agent" ] } </li >
11
+ <li >Id Session: ${ cookie. JSESSIONID . value} </li >
12
+ <li >Web Server: ${ pageContext. servletContext. serverInfo } </li >
13
+ <li >Valor Parametro: ${ param. usuario } </li >
14
+ </ul >
8
15
</body >
9
16
</html >
You can’t perform that action at this time.
0 commit comments