Uses of Interface
org.openxri.urimapper.URIMapper

Packages that use URIMapper
org.openxri.admin.webapplication   
org.openxri.servlet   
org.openxri.urimapper.impl   
 

Uses of URIMapper in org.openxri.admin.webapplication
 

Methods in org.openxri.admin.webapplication that return URIMapper
 URIMapper OpenXRIAdminApplication.getOpenXRIURIMapper()
           
 

Uses of URIMapper in org.openxri.servlet
 

Fields in org.openxri.servlet declared as URIMapper
protected  URIMapper XRIServlet.uriMapper
          The URI mapper that will tell us what to resolve
 

Uses of URIMapper in org.openxri.urimapper.impl
 

Classes in org.openxri.urimapper.impl that implement URIMapper
 class FolderURIMapper
          Implements the URIMapper interface, using a folder structure for URLs.
 class NullURIMapper
          Can parse nothing, appends nothing, and there's no reason to use it :)
 class QueryURIMapper
          Implements the URIMapper interface based on a simple query-parameter based scheme.
 class RegexURIMapper
          This abstract class can parse an URI using regular expressions for the root namespace (e.g.
 class SingleNamespaceURIMapper
          An URI mapper assuming a fixed namespace (root authority).
 



Copyright © 2005-2012. All Rights Reserved.