Uses of Interface
org.enhydra.xml.io.URLRewriter

Packages that use URLRewriter
org.enhydra.xml.io org.enhydra.xml.io provides input (parsing) and output (formatting) routines for XML and HTML. 
org.enhydra.xml.xmlc.servlet   
 

Uses of URLRewriter in org.enhydra.xml.io
 

Methods in org.enhydra.xml.io that return URLRewriter
 URLRewriter OutputOptions.getURLRewriter()
          Get the URLRewriter.
 

Methods in org.enhydra.xml.io with parameters of type URLRewriter
 void OutputOptions.setURLRewriter(URLRewriter urlRewriter)
          Set the URLRewriter that all URL attributes will be passed through.
 

Uses of URLRewriter in org.enhydra.xml.xmlc.servlet
 

Methods in org.enhydra.xml.xmlc.servlet that return URLRewriter
protected  URLRewriter XMLCContext.setupURLRewriter(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Setup the session URL encoder as required by configuration and request.
 



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.