| Package | Description |
|---|---|
| org.apache.shindig.gadgets.rewrite |
| Modifier and Type | Field and Description |
|---|---|
protected ResponseRewriterList.RewriteFlow |
RewritePath.rewriteFlow |
protected ResponseRewriterList.RewriteFlow |
ContextAwareRegistry.rewriteFlow |
| Modifier and Type | Method and Description |
|---|---|
ResponseRewriterList.RewriteFlow |
RewritePath.rewriteFlow() |
static ResponseRewriterList.RewriteFlow |
ResponseRewriterList.RewriteFlow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseRewriterList.RewriteFlow[] |
ResponseRewriterList.RewriteFlow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RewriteModule.addBindingForRewritePath(String container,
ResponseRewriterList.RewriteFlow rewriteFlow) |
protected void |
RewriteModule.addBindingForRewritePath(String container,
ResponseRewriterList.RewriteFlow rewriteFlow,
com.google.inject.Provider<List<ResponseRewriter>> list) |
protected com.google.inject.Key<List<ResponseRewriter>> |
RewriteModule.getKey(String container,
ResponseRewriterList.RewriteFlow flow) |
protected com.google.inject.Provider<List<ResponseRewriter>> |
RewriteModule.getResponseRewriters(String container,
ResponseRewriterList.RewriteFlow flow) |
| Constructor and Description |
|---|
ContextAwareRegistry(GadgetHtmlParser htmlParser,
ResponseRewriterList.RewriteFlow rewriteFlow,
com.google.inject.Provider<Map<RewritePath,com.google.inject.Provider<List<ResponseRewriter>>>> rewritePathToRewriterList) |
RewritePath(String container,
ResponseRewriterList.RewriteFlow rewriteFlow) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.