Uses of Class
org.apache.tomcat.util.buf.UDecoder

Packages that use UDecoder
org.apache.tomcat.core Architecture 
org.apache.tomcat.util.http Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc. 
 

Uses of UDecoder in org.apache.tomcat.core
 

Fields in org.apache.tomcat.core declared as UDecoder
protected  UDecoder Request.urlDecoder
           
 

Methods in org.apache.tomcat.core that return UDecoder
 UDecoder Request.getURLDecoder()
           
 

Uses of UDecoder in org.apache.tomcat.util.http
 

Methods in org.apache.tomcat.util.http with parameters of type UDecoder
 void Parameters.setURLDecoder(UDecoder u)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.