net.darkmist.alib.escape
Class URL

java.lang.Object
  extended by net.darkmist.alib.escape.Escaper.Abstract
      extended by net.darkmist.alib.escape.URL
All Implemented Interfaces:
Escaper

public class URL
extends Escaper.Abstract


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.darkmist.alib.escape.Escaper
Escaper.Abstract
 
Method Summary
 Appendable escape(Appendable appendable, int ch)
           
static URL instance()
           
 
Methods inherited from class net.darkmist.alib.escape.Escaper.Abstract
escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static URL instance()

escape

public Appendable escape(Appendable appendable,
                         int ch)
                  throws IOException
Specified by:
escape in interface Escaper
Overrides:
escape in class Escaper.Abstract
Throws:
IOException


Copyright © 2012. All Rights Reserved.