Uses of Class
org.apache.felix.httplite.osgi.ServiceRegistration

Packages that use ServiceRegistration
org.apache.felix.httplite.osgi   
org.apache.felix.httplite.server   
 

Uses of ServiceRegistration in org.apache.felix.httplite.osgi
 

Methods in org.apache.felix.httplite.osgi that return ServiceRegistration
 ServiceRegistration ServiceRegistrationResolver.getServiceRegistration(java.lang.String requestPath)
          Resolve the requestPath to a Resource or Servlet registration with the closest (deepest) match.
 ServiceRegistration HttpServiceImpl.getServiceRegistration(java.lang.String requestPath)
          Iterate through all service registrations and return the registration which matches the longest alias, or null if no matches are found.
 

Uses of ServiceRegistration in org.apache.felix.httplite.server
 

Constructors in org.apache.felix.httplite.server with parameters of type ServiceRegistration
ResourceHandler(HttpServletRequestImpl req, HttpServletResponseImpl res, ServiceRegistration resource, Logger logger)
           
ServletHandler(HttpServletRequestImpl request, HttpServletResponseImpl response, ServiceRegistration element, Logger m_logger)
           
 



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