Uses of Class
org.apache.abdera.i18n.templates.Route

Packages that use Route
org.apache.abdera.i18n.templates   
org.apache.abdera.protocol.server.impl   
 

Uses of Route in org.apache.abdera.i18n.templates
 

Methods in org.apache.abdera.i18n.templates that return Route
 Route Route.clone()
           
 

Uses of Route in org.apache.abdera.protocol.server.impl
 

Fields in org.apache.abdera.protocol.server.impl declared as Route
protected  Route RouteManager.RouteTargetType.route
           
 

Fields in org.apache.abdera.protocol.server.impl with type parameters of type Route
protected  Map<Route,CollectionAdapter> RouteManager.route2CA
           
protected  Map<String,Route> RouteManager.routes
           
 

Methods in org.apache.abdera.protocol.server.impl that return Route
 Route RouteManager.RouteTargetType.getRoute()
           
 Route RouteManager.RouteTarget.getRoute()
           
 

Methods in org.apache.abdera.protocol.server.impl with parameters of type Route
 RouteManager RouteManager.addRoute(Route route)
           
 RouteManager RouteManager.addRoute(Route route, TargetType type)
           
 

Constructors in org.apache.abdera.protocol.server.impl with parameters of type Route
RouteManager.RouteTarget(TargetType type, RequestContext context, Route route, String uri)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.