|
|||||||||
| Home >> All >> jsp2 >> examples >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jsp2.examples.el
Class Functions

java.lang.Objectjsp2.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)
|
|||||||||
| Home >> All >> jsp2 >> examples >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jsp2.examples.el.Functions