Uses of Class
org.apache.tomcat.util.http.mapper.MappingData

Packages that use MappingData
org.apache.tomcat.util.http.mapper   
 

Uses of MappingData in org.apache.tomcat.util.http.mapper
 

Methods in org.apache.tomcat.util.http.mapper with parameters of type MappingData
 void Mapper.map(MessageBytes host, MessageBytes uri, MappingData mappingData)
          Map the specified host name and URI, mutating the given mapping data.
 void Mapper.map(MessageBytes uri, MappingData mappingData)
          Map the specified URI relative to the context, mutating the given mapping data.
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.