jstl

本文主要是对jstl的一个简单介绍。

1.一般用途的动作

2..条件动作

3.重复动作

4.url处理动作

5.xml动作

6.sql动作

7.字符串处理函数

1.一般用途的动作

  • <c:out>,输出数据
  • <c:set>
  • <c:remove>
  • <c:catch>

2.条件动作

  • <c:if>
  • <c:choose>
  • <c:when>
  • <c:otherwise>

3.重复动作

  • <c:forEach>
  • <c:forTokens>

4.url处理动作

  • <c:url> <c:param name="q" value="其中可以是任何的内容,包括空格等"></c:param> <c:url>
  • <c:import>
  • <c:redirect>

5.xml处理动作

  • <x:parse> ... </x:parse>

6.字符串处理函数

  • <fn:contains>
  • <fn:containsIgnoreCase>
  • <fn:endsWith>
  • <fn:escapeXML>转换特殊字符
  • <fn:join>
  • <fn:lenght>
  • <fn:replace>
  • <fn:split>
  • <fn:startsWith>
  • <fn:substring>
  • <fn:substringAfter>
  • <fn:substringBefore>
  • <fn:toLowerCase>
  • <fn:toUpperCase>
  • <fn:trim>
posted @ 2010-10-11 20:15  qiang.xu  阅读(234)  评论(0编辑  收藏  举报