SMILA (incubation) API documentation

org.eclipse.smila.http.server
Interface JettyHandler

All Known Implementing Classes:
AJettyHandlerService, ResourceHandlerService, ServletContextService, WebappContextService

public interface JettyHandler

OSGi service interface to register arbitrary Jetty context handlers in the HttpService.


Method Summary
 Handler getHandler()
           
 java.lang.String getRootContextPath()
           
 

Method Detail

getRootContextPath

java.lang.String getRootContextPath()
Returns:
the root context path

getHandler

Handler getHandler()
Returns:
the actual jetty handler

SMILA (incubation) API documentation