winstone
Class URIUtil

java.lang.Object
  extended by winstone.URIUtil

public class URIUtil
extends java.lang.Object

Author:
Kohsuke Kawaguchi

Constructor Summary
URIUtil()
           
 
Method Summary
static java.lang.String htmlEscape(java.lang.String text)
          Performs necessary escaping to render arbitrary plain text as plain text without any markup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIUtil

public URIUtil()
Method Detail

htmlEscape

public static java.lang.String htmlEscape(java.lang.String text)
Performs necessary escaping to render arbitrary plain text as plain text without any markup.



Copyright © 2012. All Rights Reserved.