net.sourceforge.pebble.web.tagext
Class UrlFunctions

java.lang.Object
  extended by net.sourceforge.pebble.web.tagext.UrlFunctions

public class UrlFunctions
extends java.lang.Object

Used from jsp taglib url.tld

Author:
Olaf Kock
See Also:
UrlRewriter

Constructor Summary
UrlFunctions()
           
 
Method Summary
static java.lang.String escape(java.lang.String url)
          Escape HTML special characters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlFunctions

public UrlFunctions()
Method Detail

escape

public static java.lang.String escape(java.lang.String url)
Escape HTML special characters

Parameters:
url -
Returns:
escaped parameter


Copyright © 2003-2006, Simon Brown. All Rights Reserved.