jsp2.examples.el
Class Functions
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Functions
public Functions()
reverse
public static String reverse(String text)
numVowels
public static int numVowels(String text)
caps
public static String caps(String text)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.