|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.bridge.jsp.taglib.functions.Functions
Functions for EL variables, and XSL.
Like this:
| Constructor Summary | |
Functions()
|
|
| Method Summary | |
static boolean |
contains(Collection col,
Object obj)
MMBase specific 'contains' (for Collections). |
static String |
directory(String file)
|
static String |
escape(String escaper,
String string)
Provides the 'escape' functionality to the XSLT itself. |
static void |
remove(Collection col,
Object obj)
MMBase specific 'remove' (for Collections). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Functions()
| Method Detail |
public static boolean contains(Collection col,
Object obj)
public static void remove(Collection col,
Object obj)
public static String escape(String escaper,
String string)
public static String directory(String file)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||