org.mmbase.bridge.jsp.taglib.functions
Class Functions

java.lang.Object
  extended byorg.mmbase.bridge.jsp.taglib.functions.Functions

public class Functions
extends Object

Functions for EL variables, and XSL. Like this: 1,2,123 YES! NO!

Since:
MMBase-1.8
Version:
$Id: Functions.java,v 1.13 2006/06/29 15:06:20 michiel Exp $
Author:
Michiel Meeuwissen
To Do:
EXPERIMENTAL

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

Functions

public Functions()
Method Detail

contains

public static boolean contains(Collection col,
                               Object obj)
MMBase specific 'contains' (for Collections). For strings use fn:contains.


remove

public static void remove(Collection col,
                          Object obj)
MMBase specific 'remove' (for Collections).


escape

public static String escape(String escaper,
                            String string)
Provides the 'escape' functionality to the XSLT itself. (using taglib:escape('p', mytag))


directory

public static String directory(String file)


MMBase build 1.8.1.20060716