|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.http.server.util.AJettyHandlerService
org.eclipse.smila.http.server.util.WebappContextService
public class WebappContextService
An implementation of the JettyHandlerService interface to process requests to static web resources. The
actual handler is a org.eclipse.jetty.server.handler.ResourceHandler.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_WEBAPP_DIR
Constant for the ComponentContext property "webappDir". |
| Fields inherited from class org.eclipse.smila.http.server.util.AJettyHandlerService |
|---|
PROPERTY_CONFIGBUNDLE |
| Constructor Summary | |
|---|---|
WebappContextService()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.smila.http.server.util.AJettyHandlerService |
|---|
getConfigBundle, getConfigPathProperty, getRootContextPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_WEBAPP_DIR
| Constructor Detail |
|---|
public WebappContextService()
| Method Detail |
|---|
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
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||