| Package | Description |
|---|---|
| org.apache.shindig.gadgets.js | |
| org.apache.shindig.gadgets.rewrite.js | |
| org.apache.shindig.gadgets.servlet |
| Modifier and Type | Method and Description |
|---|---|
JsResponse |
JsResponseBuilder.build()
Builds a
JsResponse object with the provided data. |
JsResponse |
JsServingPipeline.execute(JsRequest jsRequest)
Executes the steps in the pipeline and returns the resulting response.
|
JsResponse |
DefaultJsServingPipeline.execute(JsRequest jsRequest) |
| Constructor and Description |
|---|
JsResponseBuilder(JsResponse response) |
| Modifier and Type | Method and Description |
|---|---|
JsResponse |
JsCompiler.compile(JsUriManager.JsUri jsUri,
Iterable<JsContent> content,
String externs)
Compiles the provided code with the provided list of external symbols.
|
JsResponse |
DefaultJsCompiler.compile(JsUriManager.JsUri jsUri,
Iterable<JsContent> content,
String externs) |
JsResponse |
ClosureJsCompiler.compile(JsUriManager.JsUri jsUri,
Iterable<JsContent> content,
String externs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsServlet.emitJsResponse(JsResponse jsResponse,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.