public class JsServlet extends InjectedServlet
initialized, injector| Constructor and Description |
|---|
JsServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
emitJsResponse(JsResponse jsResponse,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
setCachingSetter(org.apache.shindig.gadgets.servlet.JsServlet.CachingSetter cachingSetter) |
void |
setJsRequestBuilder(JsRequestBuilder jsRequestBuilder) |
void |
setJsServingPipeline(JsServingPipeline jsServingPipeline) |
checkInitialized, initdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service@Inject public void setJsRequestBuilder(JsRequestBuilder jsRequestBuilder)
@Inject public void setCachingSetter(org.apache.shindig.gadgets.servlet.JsServlet.CachingSetter cachingSetter)
@Inject public void setJsServingPipeline(JsServingPipeline jsServingPipeline)
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionprotected void emitJsResponse(JsResponse jsResponse, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
IOExceptionCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.