public class WebappContextService extends AJettyHandlerService
JettyHandlerService interface to process requests to static web resources. The
actual handler is a org.eclipse.jetty.server.handler.ResourceHandler.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_WEBAPP_DIR
Constant for the ComponentContext property "webappDir".
|
PROPERTY_CONFIGBUNDLE| Constructor and Description |
|---|
WebappContextService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(ComponentContext context)
DS activate method.
|
Handler |
getHandler()
Returns the actual jetty
Handler instance, which in this case is a
org.eclipse.jetty.server.handler.ResourceHandler instance. |
getConfigBundle, getConfigPathProperty, getRootContextPathpublic static final java.lang.String PROPERTY_WEBAPP_DIR
protected void activate(ComponentContext context)
activate in class AJettyHandlerServicecontext - ComponentContextpublic Handler getHandler()
Handler instance, which in this case is a
org.eclipse.jetty.server.handler.ResourceHandler instance.Handler instance