public class VODServiceHandler
extends org.eclipse.jetty.server.handler.AbstractHandler
implements org.springframework.context.ApplicationContextAware
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener| Constructor and Description |
|---|
VODServiceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(String target,
org.eclipse.jetty.server.Request baseRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle the request.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx)
Called by Spring upon initialization to set the application context.
|
destroy, doStart, doStop, dumpThis, getServer, setServeraddBean, addBean, addBean, contains, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic void handle(String target, org.eclipse.jetty.server.Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
executeService(java.lang.String, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method to execute the service.handle in interface org.eclipse.jetty.server.HandlerIOExceptionjavax.servlet.ServletExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2013. All rights reserved.