10.12.2012 Views

The Java EE 5 Tutorial (PDF) - Oracle Software Downloads

The Java EE 5 Tutorial (PDF) - Oracle Software Downloads

The Java EE 5 Tutorial (PDF) - Oracle Software Downloads

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<br />

<br />

<br />

<br />

<br />

<strong>The</strong> rest of the JSTL functions are concerned with string manipulation:<br />

■ toUpperCase, toLowerCase: Changes the capitalization of a string<br />

■ substring, substringBefore, substringAfter: Gets a subset of a string<br />

■ trim: Trims white space from a string<br />

■ replace: Replaces characters in a string<br />

■ indexOf, startsWith, endsWith, contains, containsIgnoreCase: Checks whether a string<br />

contains another string<br />

■ split: Splits a string into an array<br />

■ join: Joins a collection into a string<br />

■ escapeXml: Escapes XML characters in a string<br />

Further Information about JSTL<br />

For more information on JSTL, see:<br />

■ <strong>The</strong> tag reference documentation:<br />

http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html<br />

■ <strong>The</strong> API reference documentation:<br />

http://java.sun.com/products/jsp/jstl/1.1/docs/api/index.html<br />

■ <strong>The</strong> JSTL 1.1 specification:<br />

http://java.sun.com/products/jsp/jstl/downloads/index.html#specs<br />

■ <strong>The</strong> JSTL web site:<br />

http://java.sun.com/products/jsp/jstl<br />

Further Information about JSTL<br />

Chapter 7 • <strong>Java</strong>Server Pages StandardTag Library 221

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!