jsp2.examples.el
Class Functions

java.lang.Object
  extended by jsp2.examples.el.Functions

public class Functions
extends Object

Defines the functions for the jsp2 example tag library.

Each function is defined as a static method.


Constructor Summary
Functions()
           
 
Method Summary
static String caps(String text)
           
static int numVowels(String text)
           
static String reverse(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 String reverse(String text)

numVowels

public static int numVowels(String text)

caps

public static String caps(String text)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.