Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jsp2.examples.el
Class Functions  view Functions download Functions.java

java.lang.Object
  extended byjsp2.examples.el.Functions

public class Functions
extends java.lang.Object

Defines the functions for the jsp2 example tag library.

Each function is defined as a static method.


Constructor Summary
Functions()
           
 
Method Summary
static java.lang.String caps(java.lang.String text)
           
static int numVowels(java.lang.String text)
           
static java.lang.String reverse(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions

public Functions()
Method Detail

reverse

public static java.lang.String reverse(java.lang.String text)

numVowels

public static int numVowels(java.lang.String text)

caps

public static java.lang.String caps(java.lang.String text)