| Package | Description |
|---|---|
| org.apache.shindig.gadgets.http | |
| org.apache.shindig.gadgets.rewrite | |
| org.apache.shindig.gadgets.servlet |
| Constructor and Description |
|---|
DefaultRequestPipeline(HttpFetcher httpFetcher,
HttpCache httpCache,
com.google.inject.Provider<OAuthRequest> oauthRequestProvider,
ResponseRewriterRegistry responseRewriterRegistry,
InvalidationService invalidationService,
HttpResponseMetadataHelper metadataHelper) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccelResponseRewriterRegistry
Response rewriter registry for accel servlet.
|
class |
DefaultResponseRewriterRegistry
Basic registry -- just iterates over rewriters and invokes them sequentially.
|
| Modifier and Type | Method and Description |
|---|---|
protected ResponseRewriterRegistry |
RewriteModule.providePreCacheResponseRewritersRegistry(GadgetHtmlParser parser,
List<ResponseRewriter> preCached) |
| Modifier and Type | Field and Description |
|---|---|
protected ResponseRewriterRegistry |
AccelHandler.contentRewriterRegistry |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcatProxyServlet.setContentRewriterRegistry(ResponseRewriterRegistry contentRewriterRegistry) |
| Constructor and Description |
|---|
AccelHandler(RequestPipeline requestPipeline,
ResponseRewriterRegistry contentRewriterRegistry,
AccelUriManager accelUriManager,
Boolean remapInternalServerError) |
HttpRequestHandler(RequestPipeline requestPipeline,
ResponseRewriterRegistry contentRewriterRegistry) |
MakeRequestHandler(RequestPipeline requestPipeline,
ResponseRewriterRegistry contentRewriterRegistry) |
ProxyHandler(RequestPipeline requestPipeline,
ResponseRewriterRegistry contentRewriterRegistry,
Boolean remapInternalServerError) |
Copyright © 2007-2012. All Rights Reserved.