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.
static java.lang.String noCRLF(java.lang.String text)
          Removes any occurrence of CR and LF in the text.
 
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.


noCRLF

public static java.lang.String noCRLF(java.lang.String text)
Removes any occurrence of CR and LF in the text.



Copyright © 2013. All Rights Reserved.