`
Junjiejkl
  • 浏览: 60247 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

Expressions.jsp

阅读更多
<!-- 
Example of JSP Expressions. 
   
-->
<HTML>
<HEAD>
<TITLE>JSP Expressions</TITLE>
<META NAME="author" CONTENT="Marty Hall">
<META NAME="keywords"
      CONTENT="JSP,expressions,JavaServer,Pages,servlets">
<META NAME="description"
      CONTENT="A quick example of JSP expressions.">
</HEAD>

<BODY>
<H2>JSP Expressions</H2>
<UL>
  <LI>Current time: <%= new java.util.Date() %>
  <LI>Your hostname: <%= request.getRemoteHost() %>
  <LI>Your session ID: <%= session.getId() %>
  <LI>The <CODE>testParam</CODE> form parameter:
      <%= request.getParameter("testParam") %>
</UL>
</BODY>
</HTML>
分享到:
评论

相关推荐

    JavaEE 5.0 Tutorial.pdf

    Sun 官方 J2ee 5.0 教程 The Java EE 5Tutorial For Sun Java System Application Server 9.1 Contents Preface ..................................................................................................

    大名鼎鼎的 java2s 静态网页打包下载

    8. Regular Expressions 9. Collections 10. Thread 11. File 12. Generics 13. I18N 14. Swing 15. Swing Event 16. 2D Graphics 17. SWT 18. SWT 2D Graphics 19. Network 20. Database 21. ...

    JSTL.zip_Servlets_jsp

    JSP tags in JSTL and Expressions as well as declarations

    model view controller architecture

    JSP expressions, scriptlets, and declarations let you insert simple Java code into the servlet that results from the JSP page, and directives let you control the overall layout of the page. For more ...

    BPBible学习圣经软件 python源码

    It also supports regular expressions and phrases. Flexible layout BPBible lets you rearrange your layout, and will remember your layout for you. Good module support Due to the use of the SWORD ...

    Manning.Spring.in.Action.4th.Edition.2014.11.epub

    14.2. Using expressions for method-level security 14.2.1. Expressing method access rules 14.2.2. Filtering method inputs and outputs 14.3. Summary 4. Integrating Spring Chapter 15. Working with remote...

    javaee API

    javax.faces.el DEPRECATED Classes and interfaces for evaluating and processing reference expressions. javax.faces.event Interfaces describing events and event listeners, and concrete event ...

    BB Editor 12.5

    New editing commands “Columns” – Cut, copy, delete or rearrange columns easily delimited text files (CSV, TSV) without a spreadsheet or complicated regular expressions. FTP / SFTP browsers now have...

    thymeleaf-extras-springsecurity-3.0-master.zip

    sec:authentication="prop" outputs a prop property of the authentication object, similar to the Spring Security &lt;sec:authentication/&gt; JSP tag. sec:authorize="expr" or sec:authorize-expr="expr" renders ...

    jpivot学习总结.doc

    一个jsp文件(fee.jsp),使用jpivot的标签(jp:mondrianQuery),写入多维查询表达式。 2.1. 数据库连接  直接用jdbc &lt;jp:mondrianQuery dataSource="" id="query01" jdbcDriver="oracle.jdbc.driver.OracleDriver...

    freemarker总结

    include指令的作用类似于JSP的包含指令,用于包含指定页.include指令的语法格式如下: [options]&gt; 在上面的语法格式中,两个参数的解释如下: filename:该参数指定被包含的模板文件 options:该参数可以省略,指定...

    数据库系统概念Database System Concept(英文第6版)文字版

    9.3 Servlets and JSP 383 9.4 Application Architectures 391 9.5 Rapid Application Development 396 9.6 Application Performance 400 9.7 Application Security 402 9.8 Encryption and Its Applications 411 ...

    leetcode手册JAVA-Useful-Scripts-Links:各种课程和帮助材料的链接

    leetcode手册JAVA 有用的链接 各种课程和帮助材料的链接 竞技编程 有用的编码链接 编码面试准备 ACM-ICPC笔记本 数据结构和算法 姜戈 GitHub Commiting ...symbols/expressions to latex code converter :

Global site tag (gtag.js) - Google Analytics