- AbsolutePathReferenceRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Rewriter that converts all url's to absolute.
- AbsolutePathReferenceRewriter() - Constructor for class org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceRewriter
-
- AbsolutePathReferenceVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Visitor that resolves relative paths relative to the
base tag (only if present) / current page url and marks urls as absolute.
- AbsolutePathReferenceVisitor(AbsolutePathReferenceVisitor.Tags...) - Constructor for class org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceVisitor
-
- AbsolutePathReferenceVisitor.Tags - Enum in org.apache.shindig.gadgets.rewrite
-
- AbstractHttpCache - Class in org.apache.shindig.gadgets.http
-
Base class for content caches.
- AbstractHttpCache() - Constructor for class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- AbstractLockedDomainService - Class in org.apache.shindig.gadgets
-
Provides a default implementation of much of the basic functionality for managing locked domains.
- AbstractLockedDomainService(ContainerConfig, boolean) - Constructor for class org.apache.shindig.gadgets.AbstractLockedDomainService
-
Create a LockedDomainService.
- AbstractSpecFactory<T> - Class in org.apache.shindig.gadgets
-
Basis for implementing GadgetSpec and MessageBundle factories.
- AbstractSpecFactory(Class<T>, ExecutorService, RequestPipeline, Cache<String, Object>, long) - Constructor for class org.apache.shindig.gadgets.AbstractSpecFactory
-
- AbstractSpecFactory.Query - Class in org.apache.shindig.gadgets
-
Holds information used to fetch a spec.
- AbstractSpecFactory.Query() - Constructor for class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- AbstractSpecFactory.SpecRetrievalFailedException - Exception in org.apache.shindig.gadgets
-
- AbstractSpecFactory.SpecRetrievalFailedException(Uri, int) - Constructor for exception org.apache.shindig.gadgets.AbstractSpecFactory.SpecRetrievalFailedException
-
- AbstractTagHandler - Class in org.apache.shindig.gadgets.templates.tags
-
Abstract implementation of TagHandler, provides convenience methods
for resolving values in context.
- AbstractTagHandler(String, String) - Constructor for class org.apache.shindig.gadgets.templates.tags.AbstractTagHandler
-
Create the tag handler instance.
- AbstractTagRegistry - Class in org.apache.shindig.gadgets.templates.tags
-
Base class for handling tags
- AbstractTagRegistry() - Constructor for class org.apache.shindig.gadgets.templates.tags.AbstractTagRegistry
-
- ACCEL_CONTAINER - Static variable in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- AccelHandler - Class in org.apache.shindig.gadgets.servlet
-
Handles requests for accel servlet.
- AccelHandler(RequestPipeline, ResponseRewriterRegistry, AccelUriManager, Boolean) - Constructor for class org.apache.shindig.gadgets.servlet.AccelHandler
-
- AccelUriManager - Interface in org.apache.shindig.gadgets.uri
-
UriManager for Accel servlet.
- ACCESS_DENIED - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- ACCESS_TOKEN - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- ACCESS_TOKEN_URL_PARAM - Static variable in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- AccessorInfo - Class in org.apache.shindig.gadgets.oauth
-
OAuth related data accessor
- AccessorInfo(OAuthAccessor, OAuthStore.ConsumerInfo, AccessorInfo.HttpMethod, AccessorInfo.OAuthParamLocation, String, long) - Constructor for class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- accessorInfo - Variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
The accessor we use for signing messages.
- AccessorInfo.HttpMethod - Enum in org.apache.shindig.gadgets.oauth
-
- AccessorInfo.OAuthParamLocation - Enum in org.apache.shindig.gadgets.oauth
-
- AccessorInfoBuilder - Class in org.apache.shindig.gadgets.oauth
-
Builder for AccessorInfo object.
- AccessorInfoBuilder() - Constructor for class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- accessTokenData - Variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
Data returned along with OAuth access token, null if this is not an access token request
- addAdditionalRpcServiceId(String) - Method in class org.apache.shindig.gadgets.admin.RpcAdminData
-
Adds an additional RPC service ID for the container.
- addAllHeaders(Map<String, ? extends List<String>>) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Adds all headers in the provided map to the request.
- addAllHeaders(Map<String, ? extends List<String>>) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- addAllHeaders(Multimap<String, String>) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
Adds all the headers in the given multimap to the HttpResponse that is under construction.
- addAllUserPrefs(UriBuilder, Gadget, View, boolean) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- addBindingForRewritePath(String, ResponseRewriterList.RewriteFlow, Provider<List<ResponseRewriter>>) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- addBindingForRewritePath(String, ResponseRewriterList.RewriteFlow) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- addContainerAdminData(String, ContainerAdminData) - Method in class org.apache.shindig.gadgets.admin.ServerAdminData
-
Adds administration data for a container.
- addDebug(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2ResponseParams
-
- addDefaultUriParameters(UriBuilder, Gadget, View, boolean) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- addError(String) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Adds an error to the response
- addErrors(List<String>) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Adds multiple errors to the response
- addExtras(UriBuilder, Gadget) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- addExtrasForTypeUrl(UriBuilder, Gadget, String) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- addFeature(String) - Method in class org.apache.shindig.gadgets.admin.FeatureAdminData
-
Adds an feature for a gadget.
- addFeature(String) - Method in class org.apache.shindig.gadgets.Gadget
-
- addFeatureFile(String) - Method in class org.apache.shindig.gadgets.features.TestFeatureRegistry.Builder
-
- addFeatures(Set<String>) - Method in class org.apache.shindig.gadgets.admin.FeatureAdminData
-
Adds features for this gadget.
- addGadgetAdminData(String, GadgetAdminData) - Method in class org.apache.shindig.gadgets.admin.ContainerAdminData
-
Adds gadget administration information for this container.
- addGadgetUri() - Method in class org.apache.shindig.gadgets.uri.DefaultJsUriManager
-
- addHeader(String, String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Add a single header to the request.
- addHeader(String, String) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- addHeaders(Map<String, String>) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Adds an entire map of headers to the request.
- addHeaders(Map<String, String>) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- AddJslInfoVariableProcessor - Class in org.apache.shindig.gadgets.js
-
Injects a global ___jsl variable with information about the JS request.
- AddJslInfoVariableProcessor(FeatureRegistryProvider) - Constructor for class org.apache.shindig.gadgets.js.AddJslInfoVariableProcessor
-
- AddJslLoadedVariableProcessor - Class in org.apache.shindig.gadgets.js
-
Injects a global ___jsl.l variable with information about the JS request.
- AddJslLoadedVariableProcessor(FeatureRegistryProvider) - Constructor for class org.apache.shindig.gadgets.js.AddJslLoadedVariableProcessor
-
- addOAuth2Authentication(HttpRequest, OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.handler.BasicAuthenticationHandler
-
- addOAuth2Authentication(HttpRequest, OAuth2Accessor) - Method in interface org.apache.shindig.gadgets.oauth2.handler.ClientAuthenticationHandler
-
Handler implementation will modify request as necessary.
- addOAuth2Authentication(HttpRequest, OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.handler.StandardAuthenticationHandler
-
- addOAuth2Params(OAuth2Accessor, HttpRequest) - Method in class org.apache.shindig.gadgets.oauth2.handler.BearerTokenHandler
-
- addOAuth2Params(OAuth2Accessor, HttpRequest) - Method in class org.apache.shindig.gadgets.oauth2.handler.MacTokenHandler
-
- addOAuth2Params(OAuth2Accessor, HttpRequest) - Method in interface org.apache.shindig.gadgets.oauth2.handler.ResourceRequestHandler
-
Do the handler magic for the token type.
- AddOnloadFunctionProcessor - Class in org.apache.shindig.gadgets.js
-
Adds code to call an onload function after the Javascript code has been interpreted.
- AddOnloadFunctionProcessor() - Constructor for class org.apache.shindig.gadgets.js.AddOnloadFunctionProcessor
-
- addPipelinedData(String, Object) - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
- addQTable(int, int[]) - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
Adds quantization table to image data.
- addRequestTrace(HttpRequest, HttpResponse) - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
Add a request/response pair to our trace of actions associated with this request.
- addRequestTrace(HttpRequest, HttpResponse) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2ResponseParams
-
Add a request/response pair to our trace of actions associated with this
request.
- addResource(Object, TemplateResource) - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- addResponse(HttpRequest, HttpResponse) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- addResponse(HttpRequest, HttpResponse) - Method in interface org.apache.shindig.gadgets.http.HttpCache
-
Add a request/response pair to the cache.
- addResponseImpl(String, HttpResponse) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- addResponseImpl(String, HttpResponse) - Method in class org.apache.shindig.gadgets.http.DefaultHttpCache
-
- addSubstitution(Substitutions.Type, String, String) - Method in class org.apache.shindig.gadgets.variables.Substitutions
-
Adds a new substitution for the given type.
- addSubstitutions(Substitutions, GadgetContext, GadgetSpec) - Method in class org.apache.shindig.gadgets.variables.BidiSubstituter
-
- addSubstitutions(Substitutions, GadgetContext, GadgetSpec) - Method in class org.apache.shindig.gadgets.variables.MessageSubstituter
-
- addSubstitutions(Substitutions, GadgetContext, GadgetSpec) - Method in class org.apache.shindig.gadgets.variables.ModuleSubstituter
-
- addSubstitutions(Substitutions, GadgetContext, GadgetSpec) - Method in interface org.apache.shindig.gadgets.variables.Substituter
-
Add the substitutions from this Substituter to the
Substitutions.
- addSubstitutions(Substitutions.Type, Map<String, String>) - Method in class org.apache.shindig.gadgets.variables.Substitutions
-
Adds many substitutions of the same type at once.
- addSubstitutions(Substitutions, GadgetContext, GadgetSpec) - Method in class org.apache.shindig.gadgets.variables.UserPrefSubstituter
-
- addToResponse(HttpResponseBuilder, OAuthRequestException) - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
Update a response with additional data to be returned to the application.
- addToResponse(HttpResponseBuilder, String, String, String, String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2ResponseParams
-
- ALIAS_PARAM - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- AllJsIframeVersioner - Class in org.apache.shindig.gadgets.uri
-
Simple, but naive, implementation of an IFRAME version generator that
returns the same version value for all renders: the hash of all JS in the
feature system.
- AllJsIframeVersioner(FeatureRegistry) - Constructor for class org.apache.shindig.gadgets.uri.AllJsIframeVersioner
-
- ALLOWED_PARAM_NAME - Static variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- allowParam(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- annotationType() - Method in class org.apache.shindig.gadgets.rewrite.RewritePath
-
- AnonFuncWrappingProcessor - Class in org.apache.shindig.gadgets.js
-
- AnonFuncWrappingProcessor() - Constructor for class org.apache.shindig.gadgets.js.AnonFuncWrappingProcessor
-
- ApiDirective - Class in org.apache.shindig.gadgets.features
-
Represents a single <exports> or <uses> tag in a
feature manifest.
- ApiDirective.Type - Enum in org.apache.shindig.gadgets.features
-
- appendAllJs(Iterable<JsContent>) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Helper to append a bunch of JS.
- appendExtern(String) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Appends a line of extern.
- appendExterns(List<String>) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Appends externs as from list of strings.
- appendJs(JsContent) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Appends more JS to the response.
- appendJs(String, String) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Helper to append JS to the response w/ a name.
- appendJs(String, String, boolean) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Helper to append JS to the response w/ a name.
- appendRawExtern(String) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Appends a blob of raw extern.
- appendTextNode(Node, String) - Method in class org.apache.shindig.gadgets.templates.tags.AbstractTagHandler
-
Create a text node with proper escaping.
- ApplicationManifest - Class in org.apache.shindig.gadgets.spec
-
Represents an opensocial application manifest.
- ApplicationManifest(Uri, Element) - Constructor for class org.apache.shindig.gadgets.spec.ApplicationManifest
-
- applyOptimizer(HttpResponseBuilder, ImageFormat, JpegImageUtils.JpegImageParams, BufferedImage, OptimizerConfig) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- APPROVAL_URL - Static variable in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- APPROVAL_URL - Static variable in class org.apache.shindig.gadgets.oauth2.OAuth2ResponseParams
-
- approximateQuality(int[], int[]) - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
Quality is defined in terms of the base quantization tables used by encoder.
- ASYNC_JSLOAD_JS_TPL - Static variable in class org.apache.shindig.gadgets.js.JsLoadProcessor
-
- attach(Document, HtmlSerializer, String) - Static method in class org.apache.shindig.gadgets.parse.HtmlSerialization
-
Attach a serializer instance to the document
- attemptFullDocParseFirst(String) - Static method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- attemptToLoadDateConstants(String) - Method in class org.apache.shindig.gadgets.render.OpenSocialI18NGadgetRewriter
-
- attemptToLoadResourceFullyQualified(String) - Method in class org.apache.shindig.gadgets.render.OpenSocialI18NGadgetRewriter
-
- ATTR_CONTENT - Static variable in class org.apache.shindig.gadgets.templates.tags.RenderTagHandler
-
- ATTRIBS_KEY - Static variable in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter.Converter
-
- ATTRIBUTE_CUR - Static variable in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- ATTRIBUTE_IF - Static variable in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- ATTRIBUTE_INDEX - Static variable in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- ATTRIBUTE_REPEAT - Static variable in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- ATTRIBUTE_VAR - Static variable in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- AuthenticationModule - Class in org.apache.shindig.gadgets.servlet
-
Binds auth types used by gadget rendering.
- AuthenticationModule() - Constructor for class org.apache.shindig.gadgets.servlet.AuthenticationModule
-
- AUTHORIZATION - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- AUTHORIZATION_CODE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- AUTHORIZATION_HEADER - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- AUTHORIZATION_URL_PARAM - Static variable in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- AuthorizationEndpointResponseHandler - Interface in org.apache.shindig.gadgets.oauth2.handler
-
When an AuthorizationEndpointResponseHandler is injected into the system it
will be called on every response from the authorization server that it claims
to handle.
- AuthType - Enum in org.apache.shindig.gadgets
-
The supported auth modes for outbound requests.
- AUTHZ_PARAM - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- CACHE_ENFORCEMENT_FETCH_PARAM - Static variable in class org.apache.shindig.gadgets.rewrite.CacheEnforcementVisitor
-
- CACHE_NAME - Static variable in class org.apache.shindig.gadgets.DefaultGadgetSpecFactory
-
- CACHE_NAME - Static variable in class org.apache.shindig.gadgets.DefaultMessageBundleFactory
-
- CACHE_NAME - Static variable in class org.apache.shindig.gadgets.features.FeatureRegistry
-
- CACHE_NAME - Static variable in class org.apache.shindig.gadgets.http.DefaultHttpCache
-
- CACHE_NAME - Static variable in class org.apache.shindig.gadgets.http.DefaultInvalidationService
-
- CACHE_NAME - Static variable in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser
-
- CacheEnforcementVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Visitor that walks over html tags as specified by resourceTags and
reserves html tag nodes whose uri attributes are either not in cache, or are
in cache, but the response in cache is either stale or an error response.
- CacheEnforcementVisitor(ContentRewriterFeature.Config, Executor, HttpCache, RequestPipeline, ResourceMutateVisitor.Tags...) - Constructor for class org.apache.shindig.gadgets.rewrite.CacheEnforcementVisitor
-
Constructs the cache enforcement visitor.
- cacheFetchedResponse(HttpRequest, HttpResponse) - Method in class org.apache.shindig.gadgets.http.DefaultRequestPipeline
-
Cache the HttpResponse object before being returned to caller.
- CacheKeyBuilder - Class in org.apache.shindig.gadgets.http
-
Builds the cache key object.
- CacheKeyBuilder() - Constructor for class org.apache.shindig.gadgets.http.CacheKeyBuilder
-
- CajaContentRewriter - Class in org.apache.shindig.gadgets.servlet
-
A GadgetRewriter based on caja technology
- CajaContentRewriter(CacheProvider, RequestPipeline, HtmlSerializer, ProxyUriManager) - Constructor for class org.apache.shindig.gadgets.servlet.CajaContentRewriter
-
- cajaContentRewriter - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- CajaContentRewriter.CajoledResult - Class in org.apache.shindig.gadgets.servlet
-
- CajaCssLexerParser - Class in org.apache.shindig.gadgets.parse.caja
-
A parser that records the stream of CSS lexial tokens from the Caja lexer and creates a
pseudo-DOM from that stream.
- CajaCssLexerParser() - Constructor for class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser
-
- CajaCssLexerParser.ImportDecl - Class in org.apache.shindig.gadgets.parse.caja
-
- CajaCssLexerParser.ImportDecl(String) - Constructor for class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser.ImportDecl
-
- CajaCssLexerParser.UriDecl - Class in org.apache.shindig.gadgets.parse.caja
-
- CajaCssLexerParser.UriDecl(String) - Constructor for class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser.UriDecl
-
- CajaCssParser - Class in org.apache.shindig.gadgets.parse.caja
-
A CSS DOM parser using Caja.
- CajaCssParser() - Constructor for class org.apache.shindig.gadgets.parse.caja.CajaCssParser
-
- CajaCssSanitizer - Class in org.apache.shindig.gadgets.parse.caja
-
Sanitize a CSS tree using Caja.
- CajaCssSanitizer(CajaCssParser) - Constructor for class org.apache.shindig.gadgets.parse.caja.CajaCssSanitizer
-
- CajaCssUtils - Class in org.apache.shindig.gadgets.parse.caja
-
Utility functions for traversing Caja's CSS DOM
- CajaHtmlParser - Class in org.apache.shindig.gadgets.parse.caja
-
- CajaHtmlParser(DOMImplementation) - Constructor for class org.apache.shindig.gadgets.parse.caja.CajaHtmlParser
-
- CajaHtmlParser(DOMImplementation, HtmlSerializer) - Constructor for class org.apache.shindig.gadgets.parse.caja.CajaHtmlParser
-
- CajaHtmlSerializer - Class in org.apache.shindig.gadgets.parse.caja
-
HtmlSerializer using Caja's Nodes.render(...) method under the hood.
- CajaHtmlSerializer() - Constructor for class org.apache.shindig.gadgets.parse.caja.CajaHtmlSerializer
-
- CajaJsSubtractingProcessor - Class in org.apache.shindig.gadgets.js
-
- CajaJsSubtractingProcessor() - Constructor for class org.apache.shindig.gadgets.js.CajaJsSubtractingProcessor
-
- CajaResponseRewriter - Class in org.apache.shindig.gadgets.render
-
Rewriter that cajoles Javascript.
- CajaResponseRewriter(RequestPipeline) - Constructor for class org.apache.shindig.gadgets.render.CajaResponseRewriter
-
- cajaSupportedFields(RequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- cajole(BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- cajoleContent() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- CAJOLED_MODULES - Static variable in class org.apache.shindig.gadgets.servlet.CajaContentRewriter
-
- call() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcHandler.Job
-
- CALLBACK_STATE_PARAM - Static variable in class org.apache.shindig.gadgets.servlet.OAuthCallbackServlet
-
- canBypassSanitization(Element) - Static method in class org.apache.shindig.gadgets.render.SanitizingGadgetRewriter
-
- canRead() - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFile
-
- canRead() - Method in interface org.apache.shindig.gadgets.features.FeatureFile
-
- CaptureRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Utility rewriter for testing.
- CaptureRewriter() - Constructor for class org.apache.shindig.gadgets.rewrite.CaptureRewriter
-
- characters(XMLString, Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- CHARSET - Static variable in class org.apache.shindig.gadgets.uri.UriUtils
-
- checkCachedResponse(HttpRequest) - Method in class org.apache.shindig.gadgets.http.DefaultRequestPipeline
-
Check the HttpRequest object has already allow caching and if do try to get it from cache.
- checkFeatureAdminInfo(Gadget) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- checkFeatureAdminInfo(Gadget) - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
Checks the feature administration data for a gadget.
- checkRequiredFeatures(Gadget, FeatureRegistry) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Check that all gadget required features exists
- children(CssTree, Class<T>) - Static method in class org.apache.shindig.gadgets.parse.caja.CajaCssUtils
-
Get the immediate children of the passed node with the specified node type
- CHILDREN_KEY - Static variable in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter.Converter
-
- cleanup() - Method in class org.apache.shindig.gadgets.DefaultGuiceModule.ShindigExecutorService
-
- clearAccessorCache() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- clearAccessorCache() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
- clearAccessors() - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- clearAccessors() - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
- clearAllHeaders() - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- clearCache() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- clearCache() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
Clears any in-memory caching of OAuth2Accessors or Tokens.
- clearClientCache() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- clearClientCache() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
- clearClients() - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- clearClients() - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
- clearContainerAdminData() - Method in class org.apache.shindig.gadgets.admin.ServerAdminData
-
Clears all the container administration data.
- clearExterns() - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Deletes all externs in the builder.
- clearFeatures() - Method in class org.apache.shindig.gadgets.admin.FeatureAdminData
-
Clears the set of features.
- clearGadgetAdminData() - Method in class org.apache.shindig.gadgets.admin.ContainerAdminData
-
Clears the gadget administration data.
- clearJs() - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Deletes all JavaScript code in the builder.
- clearTokenCache() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- clearTokenCache() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
- clearTokens() - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- clearTokens() - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
- CLIENT_CREDENTIALS - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- CLIENT_ID - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- CLIENT_SECRET - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- CLIENT_STATE - Static variable in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- ClientAuthenticationHandler - Interface in org.apache.shindig.gadgets.oauth2.handler
-
- ClientCredentialsGrantTypeHandler - Class in org.apache.shindig.gadgets.oauth2.handler
-
- ClientCredentialsGrantTypeHandler(List<ClientAuthenticationHandler>) - Constructor for class org.apache.shindig.gadgets.oauth2.handler.ClientCredentialsGrantTypeHandler
-
- clientState - Variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
State information from client
- clone() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- ClosureJsCompiler - Class in org.apache.shindig.gadgets.rewrite.js
-
- ClosureJsCompiler(DefaultJsCompiler, CacheProvider, String) - Constructor for class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- ClosureJsCompiler(DefaultJsCompiler, CacheProvider, String, ExecutorService) - Constructor for class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- CodeAuthorizationResponseHandler - Class in org.apache.shindig.gadgets.oauth2.handler
-
- CodeAuthorizationResponseHandler(Provider<OAuth2Message>, List<ClientAuthenticationHandler>, List<TokenEndpointResponseHandler>, HttpFetcher) - Constructor for class org.apache.shindig.gadgets.oauth2.handler.CodeAuthorizationResponseHandler
-
- CodeGrantTypeHandler - Class in org.apache.shindig.gadgets.oauth2.handler
-
- CodeGrantTypeHandler() - Constructor for class org.apache.shindig.gadgets.oauth2.handler.CodeGrantTypeHandler
-
- comment(XMLString, Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- CompactHtmlSerializer - Class in org.apache.shindig.gadgets.parse
-
Performs simple content compaction while writing HTML documents.
- CompactHtmlSerializer() - Constructor for class org.apache.shindig.gadgets.parse.CompactHtmlSerializer
-
- CompilationProcessor - Class in org.apache.shindig.gadgets.js
-
- CompilationProcessor(JsCompiler) - Constructor for class org.apache.shindig.gadgets.js.CompilationProcessor
-
- compile(JsUriManager.JsUri, Iterable<JsContent>, String) - Method in class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- compile(JsUriManager.JsUri, Iterable<JsContent>, String) - Method in class org.apache.shindig.gadgets.rewrite.js.DefaultJsCompiler
-
- compile(JsUriManager.JsUri, Iterable<JsContent>, String) - Method in interface org.apache.shindig.gadgets.rewrite.js.JsCompiler
-
Compiles the provided code with the provided list of external symbols.
- CompileResult - Class in org.apache.shindig.gadgets.rewrite.js
-
Serializable holder for cacheable compiler results.
- CompileResult(Compiler, Result) - Constructor for class org.apache.shindig.gadgets.rewrite.js.CompileResult
-
- CompileResult(String) - Constructor for class org.apache.shindig.gadgets.rewrite.js.CompileResult
-
- CompositeTagRegistry - Class in org.apache.shindig.gadgets.templates.tags
-
Tag registry that supports multiple tags.
- CompositeTagRegistry(Collection<? extends TagRegistry>) - Constructor for class org.apache.shindig.gadgets.templates.tags.CompositeTagRegistry
-
- computeMy(Element, Node, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.TemplateBasedTagHandler
-
Compute the value of ${My} for this tag execution.
- CONCAT_HOST_PARAM - Static variable in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- CONCAT_JS_EVAL_TPL - Static variable in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- CONCAT_JS_SPLIT_PARAM - Static variable in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- CONCAT_PATH_PARAM - Static variable in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- ConcatProxyServlet - Class in org.apache.shindig.gadgets.servlet
-
Servlet which concatenates the content of several proxied HTTP responses
- ConcatProxyServlet() - Constructor for class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
-
- ConcatUriManager - Interface in org.apache.shindig.gadgets.uri
-
Generates concat servlet specific uris.
- ConcatUriManager.ConcatData - Class in org.apache.shindig.gadgets.uri
-
Represents a single concatenated Uri.
- ConcatUriManager.ConcatData(List<Uri>, Map<Uri, String>) - Constructor for class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatData
-
- ConcatUriManager.ConcatUri - Class in org.apache.shindig.gadgets.uri
-
- ConcatUriManager.ConcatUri(Gadget, List<Uri>, ConcatUriManager.Type) - Constructor for class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatUri
-
- ConcatUriManager.ConcatUri(UriStatus, List<Uri>, String, ConcatUriManager.Type, Uri) - Constructor for class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatUri
-
- ConcatUriManager.Type - Enum in org.apache.shindig.gadgets.uri
-
- ConcatUriManager.Versioner - Interface in org.apache.shindig.gadgets.uri
-
- ConcatVisitor - Class in org.apache.shindig.gadgets.rewrite
-
DOM mutator that concatenates resources using the concat servlet
- ConcatVisitor.Css - Class in org.apache.shindig.gadgets.rewrite
-
- ConcatVisitor.Css(ContentRewriterFeature.Config, ConcatUriManager) - Constructor for class org.apache.shindig.gadgets.rewrite.ConcatVisitor.Css
-
- ConcatVisitor.Js - Class in org.apache.shindig.gadgets.rewrite
-
- ConcatVisitor.Js(ContentRewriterFeature.Config, ConcatUriManager) - Constructor for class org.apache.shindig.gadgets.rewrite.ConcatVisitor.Js
-
- ConcurrentPreloaderService - Class in org.apache.shindig.gadgets.preload
-
Preloads will be fetched concurrently using the injected ExecutorService, and they can be read
lazily using the returned map of futures.
- ConcurrentPreloaderService(ExecutorService, Preloader) - Constructor for class org.apache.shindig.gadgets.preload.ConcurrentPreloaderService
-
- CONFIDENTIAL_CLIENT_TYPE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- config - Variable in class org.apache.shindig.gadgets.rewrite.CssResponseRewriter.UriMaker
-
- config - Variable in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsRewriter
-
- config - Variable in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsVisitor
-
- CONFIG_GLOBAL_KEY_TPL - Static variable in class org.apache.shindig.gadgets.js.ConfigInjectionProcessor
-
- CONFIG_INIT_ID - Static variable in class org.apache.shindig.gadgets.js.ConfigInjectionProcessor
-
- CONFIG_INIT_TPL - Static variable in class org.apache.shindig.gadgets.js.ConfigInjectionProcessor
-
- CONFIG_INJECT_CODE - Static variable in class org.apache.shindig.gadgets.js.ConfigInjectionProcessor
-
- ConfigContributor - Interface in org.apache.shindig.gadgets.config
-
Interface used by java classes that can inject javascript configuration information
- ConfigInjectionProcessor - Class in org.apache.shindig.gadgets.js
-
- ConfigInjectionProcessor(FeatureRegistryProvider, ConfigProcessor) - Constructor for class org.apache.shindig.gadgets.js.ConfigInjectionProcessor
-
- ConfigProcessor - Interface in org.apache.shindig.gadgets.config
-
- configProcessor - Variable in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- configure() - Method in class org.apache.shindig.gadgets.admin.GadgetAdminModule
-
- configure() - Method in class org.apache.shindig.gadgets.config.DefaultConfigContributorModule
-
- configure() - Method in class org.apache.shindig.gadgets.DefaultGuiceModule
- configure() - Method in class org.apache.shindig.gadgets.js.JsCompilerModule
-
- configure() - Method in class org.apache.shindig.gadgets.js.JsServingPipelineModule
-
- configure() - Method in class org.apache.shindig.gadgets.oauth.OAuthModule
-
- configure() - Method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule
-
- configure() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2MessageModule
-
- configure() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Module
-
- configure() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2PersistenceModule
-
- configure() - Method in class org.apache.shindig.gadgets.parse.ParseModule
- configure() - Method in class org.apache.shindig.gadgets.preload.PreloadModule
-
- configure() - Method in class org.apache.shindig.gadgets.render.RenderModule
-
- configure() - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- configure() - Method in class org.apache.shindig.gadgets.servlet.AuthenticationModule
-
- configure() - Method in class org.apache.shindig.gadgets.templates.TemplateModule
-
- configure() - Method in class org.apache.shindig.gadgets.uri.UriModule
-
- configure() - Method in class org.apache.shindig.gadgets.variables.SubstituterModule
-
- configureGadgetRewriters() - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- container - Variable in class org.apache.shindig.gadgets.rewrite.RewritePath
-
- container() - Method in class org.apache.shindig.gadgets.rewrite.RewritePath
-
- CONTAINER - Static variable in interface org.apache.shindig.gadgets.uri.AccelUriManager
-
- ContainerAdminData - Class in org.apache.shindig.gadgets.admin
-
Container's administration data.
- ContainerAdminData() - Constructor for class org.apache.shindig.gadgets.admin.ContainerAdminData
-
Constructor
- ContainerAdminData(Map<String, GadgetAdminData>) - Constructor for class org.apache.shindig.gadgets.admin.ContainerAdminData
-
Constructor
- containerConfig - Variable in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- containersChanged(ContainerConfig, Collection<String>, Collection<String>) - Method in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- containersChanged(ContainerConfig, Collection<String>, Collection<String>) - Method in class org.apache.shindig.gadgets.uri.DefaultAccelUriManager
-
- ContainerTagLibraryFactory - Class in org.apache.shindig.gadgets.templates
-
Serves up a per-container tag library to the TemplateRewriter.
- ContainerTagLibraryFactory(ContainerConfig) - Constructor for class org.apache.shindig.gadgets.templates.ContainerTagLibraryFactory
-
- CONTENT - Static variable in class org.apache.shindig.gadgets.rewrite.ContentTypeCharsetRemoverVisitor
-
- CONTENT_TYPE - Static variable in class org.apache.shindig.gadgets.rewrite.ContentTypeCharsetRemoverVisitor
-
- CONTENT_TYPE - Static variable in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- CONTENT_TYPE_PARAM - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- ContentRewriterFeature - Class in org.apache.shindig.gadgets.rewrite
-
Parser for the "content-rewrite" feature.
- ContentRewriterFeature() - Constructor for class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature
-
- ContentRewriterFeature.Config - Class in org.apache.shindig.gadgets.rewrite
-
- ContentRewriterFeature.DefaultConfig - Class in org.apache.shindig.gadgets.rewrite
-
- ContentRewriterFeature.DefaultConfig(String, String, String, String, boolean, boolean, boolean) - Constructor for class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.DefaultConfig
-
- ContentRewriterFeature.Factory - Class in org.apache.shindig.gadgets.rewrite
-
Factory for content rewriter features.
- ContentRewriterFeature.Factory(GadgetSpecFactory, Provider<ContentRewriterFeature.DefaultConfig>) - Constructor for class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Factory
-
- ContentRewriterFeature.PatternOptions - Enum in org.apache.shindig.gadgets.rewrite
-
- contentRewriterRegistry - Variable in class org.apache.shindig.gadgets.servlet.AccelHandler
-
- ContentTypeCharsetRemoverRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Removes charset information from <meta http-equip="Content-Type"%gt; tags
- ContentTypeCharsetRemoverRewriter() - Constructor for class org.apache.shindig.gadgets.rewrite.ContentTypeCharsetRemoverRewriter
-
- ContentTypeCharsetRemoverVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Removes charset information from <meta http-equip="Content-Type">
- ContentTypeCharsetRemoverVisitor() - Constructor for class org.apache.shindig.gadgets.rewrite.ContentTypeCharsetRemoverVisitor
-
- context - Variable in class org.apache.shindig.gadgets.js.BaseSurfaceJsProcessor
-
- context - Variable in class org.apache.shindig.gadgets.servlet.JsonRpcHandler.Job
-
- ContextAwareRegistry - Class in org.apache.shindig.gadgets.rewrite
-
An implementation of ResponseRewriterRegistry which applies the list of
rewriters based on the container and the rewrite flow id.
- ContextAwareRegistry(GadgetHtmlParser, ResponseRewriterList.RewriteFlow, Provider<Map<RewritePath, Provider<List<ResponseRewriter>>>>) - Constructor for class org.apache.shindig.gadgets.rewrite.ContextAwareRegistry
-
- contribute(Map<String, Object>, Gadget) - Method in interface org.apache.shindig.gadgets.config.ConfigContributor
-
Contribute configuration values for a specific gadget in an iframe.
- contribute(Map<String, Object>, String, String) - Method in interface org.apache.shindig.gadgets.config.ConfigContributor
-
Contribute configuration for the container specific javascript.
- contribute(Map<String, Object>, Gadget) - Method in class org.apache.shindig.gadgets.config.CoreUtilConfigContributor
-
Contribute configuration values for a specific gadget in an iframe.
- contribute(Map<String, Object>, String, String) - Method in class org.apache.shindig.gadgets.config.CoreUtilConfigContributor
-
Contribute configuration for the container specific javascript.
- contribute(Map<String, Object>, Gadget) - Method in class org.apache.shindig.gadgets.config.OsapiServicesConfigContributor
-
Contribute configuration values for a specific gadget in an iframe.
- contribute(Map<String, Object>, String, String) - Method in class org.apache.shindig.gadgets.config.OsapiServicesConfigContributor
-
Contribute configuration for the container specific javascript.
- contribute(Map<String, Object>, Gadget) - Method in class org.apache.shindig.gadgets.config.ShindigAuthConfigContributor
-
Contribute configuration values for a specific gadget in an iframe.
- contribute(Map<String, Object>, String, String) - Method in class org.apache.shindig.gadgets.config.ShindigAuthConfigContributor
-
Contribute configuration for the container specific javascript.
- contribute(Map<String, Object>, Gadget) - Method in class org.apache.shindig.gadgets.config.XhrwrapperConfigContributor
-
Contribute configuration values for a specific gadget in an iframe.
- contribute(Map<String, Object>, String, String) - Method in class org.apache.shindig.gadgets.config.XhrwrapperConfigContributor
-
- convertFromOpenSsl(String) - Static method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- convertMessageLevel(String) - Static method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
Convert message level to Shindig's serializable message type
- convertQueryString(Map<String, String>) - Static method in class org.apache.shindig.gadgets.oauth2.OAuth2Utils
-
Converts a Map to a URL query string.
- convertResponseToJson(SecurityToken, HttpServletRequest, HttpResponse) - Method in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
Format a response as JSON, including additional JSON inserted by chained content fetchers.
- convertToJsonResponse(HttpResponse) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
Converts the given HttpResponse into JSON form, with at least
one field, dataUri, containing a Data URI that can be inlined into an HTML page.
- copyContentToServletResponse(HttpResponse, HttpServletResponse) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- copyHeadersAndStatusToServletResponse(HttpResponse, HttpServletResponse) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- copyRequestData(HttpRequest, HttpRequest) - Static method in class org.apache.shindig.gadgets.uri.UriUtils
-
Copies the post data from HttpServletRequest object to HttpRequest object.
- copyRequestHeaders(HttpRequest, HttpRequest, UriUtils.DisallowedHeaders...) - Static method in class org.apache.shindig.gadgets.uri.UriUtils
-
Copies headers from HttpServletRequest object to HttpRequest object.
- copyResponseHeadersAndStatusCode(HttpResponse, HttpResponseBuilder, boolean, boolean, UriUtils.DisallowedHeaders...) - Static method in class org.apache.shindig.gadgets.uri.UriUtils
-
Copies the http response headers and status code to the final servlet
response.
- copyToServletResponse(HttpResponse, HttpServletResponse) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- copyToServletResponseAndOverrideCacheHeaders(HttpResponse, HttpServletResponse) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- CORE_FEATURE - Static variable in class org.apache.shindig.gadgets.spec.Feature
-
- CORE_IO - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- CoreUtilConfigContributor - Class in org.apache.shindig.gadgets.config
-
Populates the core.util configuration, which at present includes the list
of features that are supported.
- CoreUtilConfigContributor(FeatureRegistry, GadgetAdminStore) - Constructor for class org.apache.shindig.gadgets.config.CoreUtilConfigContributor
-
- create() - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- create(OAuthResponseParams) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- createCajaJob(String, BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- createErrorResponse(Uri, Exception, String) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- createErrorResponse(Uri, int, String) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- createFile(File) - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFile
-
- createJsloadScript(Uri) - Method in class org.apache.shindig.gadgets.js.JsLoadProcessor
-
- createJsUri(GadgetsHandlerApi.JsRequest) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- createKey(HttpRequest) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
Produce a key from the given request.
- createKey(HttpRequest) - Method in interface org.apache.shindig.gadgets.http.HttpCache
-
Create a string representation of the cache key.
- createMetadataJob(String, BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- createNewHttpRequest(Gadget, String) - Method in class org.apache.shindig.gadgets.rewrite.CacheEnforcementVisitor
-
Constructs a new HttpRequest in the context of the gadget.
- createNewJob(GadgetContext) - Method in class org.apache.shindig.gadgets.servlet.JsonRpcHandler
-
- createOnloadScript(String) - Method in class org.apache.shindig.gadgets.js.AddOnloadFunctionProcessor
-
- createPipelinedProxyRequest(Gadget, HttpRequest) - Method in class org.apache.shindig.gadgets.render.ProxyRenderer
-
Creates a proxy request by fetching pipelined data and adding it to an existing request.
- createPreloadTasks(Gadget) - Method in class org.apache.shindig.gadgets.preload.HttpPreloader
-
- createPreloadTasks(GadgetContext, PipelinedData.Batch) - Method in class org.apache.shindig.gadgets.preload.PipelinedDataPreloader
-
Create preload tasks from a batch of social and http preloads
- createPreloadTasks(Gadget) - Method in interface org.apache.shindig.gadgets.preload.Preloader
-
Create new preload tasks for the provided gadget.
- createProxyJob(String, BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- createProxyUri(GadgetsHandlerApi.ProxyRequest) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- createRewriteAllFeature(int) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Factory
-
Create a rewriter feature that allows all URIs to be rewritten.
- createTaggingResponse(ServletRequest, ServletResponse) - Method in class org.apache.shindig.gadgets.servlet.ETagFilter
-
- createTagHandler(Element, String, String) - Method in class org.apache.shindig.gadgets.templates.XmlTemplateLibrary
-
Creates a tag handler wrapping an element.
- createThreadPool() - Method in class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- createToken() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- createToken() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
- createToken() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.JSONOAuth2Persister
-
- createTokenJob(String, BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- createWriter(Document) - Static method in class org.apache.shindig.gadgets.parse.HtmlSerialization
-
Create a writer sized to the original length of the document
- CRLF_SPLITTER - Static variable in class org.apache.shindig.gadgets.features.FeatureRegistry
-
- CssResponseRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Rewrite links to referenced content in a stylesheet
- CssResponseRewriter(CajaCssParser, ProxyUriManager, ContentRewriterFeature.Factory) - Constructor for class org.apache.shindig.gadgets.rewrite.CssResponseRewriter
-
- CssResponseRewriter.UriMaker - Class in org.apache.shindig.gadgets.rewrite
-
- CssResponseRewriter.UriMaker(ProxyUriManager, ContentRewriterFeature.Config) - Constructor for class org.apache.shindig.gadgets.rewrite.CssResponseRewriter.UriMaker
-
- cssRewriter - Variable in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsRewriter
-
- cssRewriter - Variable in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsVisitor
-
- Gadget - Class in org.apache.shindig.gadgets
-
Intermediary representation of all state associated with processing
of a single gadget request.
- Gadget() - Constructor for class org.apache.shindig.gadgets.Gadget
-
- GadgetAdminData - Class in org.apache.shindig.gadgets.admin
-
Information about the container's administration data.
- GadgetAdminData() - Constructor for class org.apache.shindig.gadgets.admin.GadgetAdminData
-
Constructor
- GadgetAdminData(FeatureAdminData, RpcAdminData) - Constructor for class org.apache.shindig.gadgets.admin.GadgetAdminData
-
Constructor
- GadgetAdminModule - Class in org.apache.shindig.gadgets.admin
-
Module to load the gadget administration information.
- GadgetAdminModule() - Constructor for class org.apache.shindig.gadgets.admin.GadgetAdminModule
-
- GadgetAdminModule.GadgetAdminStoreProvider - Class in org.apache.shindig.gadgets.admin
-
- GadgetAdminModule.GadgetAdminStoreProvider(BasicGadgetAdminStore) - Constructor for class org.apache.shindig.gadgets.admin.GadgetAdminModule.GadgetAdminStoreProvider
-
- GadgetAdminStore - Interface in org.apache.shindig.gadgets.admin
-
Interface for working with the store of gadget administration data.
- gadgetAdminStore - Variable in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- gadgetAdminStore - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- GadgetContext - Class in org.apache.shindig.gadgets
-
Bundles together context data for the current request with server config data.
- GadgetContext() - Constructor for class org.apache.shindig.gadgets.GadgetContext
-
- GadgetContext(GadgetContext) - Constructor for class org.apache.shindig.gadgets.GadgetContext
-
- GadgetELResolver - Class in org.apache.shindig.gadgets
-
ELResolver for the built-in gadget properties:
- UserPrefs: the user preferences
- ViewParams: view params (as a JSON object)
- GadgetELResolver(GadgetContext) - Constructor for class org.apache.shindig.gadgets.GadgetELResolver
-
- GadgetException - Exception in org.apache.shindig.gadgets
-
Base class for all Gadget exceptions.
- GadgetException(GadgetException.Code, int) - Constructor for exception org.apache.shindig.gadgets.GadgetException
-
- GadgetException(GadgetException.Code, Throwable, int) - Constructor for exception org.apache.shindig.gadgets.GadgetException
-
- GadgetException(GadgetException.Code, String, Throwable, int) - Constructor for exception org.apache.shindig.gadgets.GadgetException
-
- GadgetException(GadgetException.Code, String, int) - Constructor for exception org.apache.shindig.gadgets.GadgetException
-
- GadgetException(GadgetException.Code) - Constructor for exception org.apache.shindig.gadgets.GadgetException
-
- GadgetException(GadgetException.Code, Throwable) - Constructor for exception org.apache.shindig.gadgets.GadgetException
-
- GadgetException(GadgetException.Code, String, Throwable) - Constructor for exception org.apache.shindig.gadgets.GadgetException
-
- GadgetException(GadgetException.Code, String) - Constructor for exception org.apache.shindig.gadgets.GadgetException
-
- GadgetException.Code - Enum in org.apache.shindig.gadgets
-
- GadgetHtmlParser - Class in org.apache.shindig.gadgets.parse
-
Parser for arbitrary HTML content
- GadgetHtmlParser(DOMImplementation) - Constructor for class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- GadgetHtmlParser(DOMImplementation, HtmlSerializer) - Constructor for class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- GadgetOAuth2TokenStore - Class in org.apache.shindig.gadgets.oauth2
-
Higher-level interface that allows callers to store and retrieve
OAuth2-related data directly from GadgetSpecs, GadgetContext
s, etc.
- GadgetOAuth2TokenStore(OAuth2Store, GadgetSpecFactory) - Constructor for class org.apache.shindig.gadgets.oauth2.GadgetOAuth2TokenStore
-
- GadgetOAuthCallbackGenerator - Class in org.apache.shindig.gadgets.oauth
-
Generates callback URLs for gadgets using OAuth 1.0a.
- GadgetOAuthCallbackGenerator(Processor, LockedDomainService, OAuthUriManager, BlobCrypter) - Constructor for class org.apache.shindig.gadgets.oauth.GadgetOAuthCallbackGenerator
-
- GadgetOAuthTokenStore - Class in org.apache.shindig.gadgets.oauth
-
Higher-level interface that allows callers to store and retrieve
OAuth-related data directly from GadgetSpecs, GadgetContexts,
etc.
- GadgetOAuthTokenStore(OAuthStore, GadgetSpecFactory) - Constructor for class org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore
-
Public constructor.
- GadgetRenderingServlet - Class in org.apache.shindig.gadgets.servlet
-
Servlet for rendering Gadgets.
- GadgetRenderingServlet() - Constructor for class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- GadgetRenderingServlet.PostGadgetRenderingParams - Class in org.apache.shindig.gadgets.servlet
-
Contains the input parameters for post rendering methods.
- GadgetRenderingServlet.PostGadgetRenderingParams(HttpServletRequest, HttpServletResponse, UriStatus, GadgetContext, RenderingResults) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.PostGadgetRenderingParams
-
- GadgetRewriter - Interface in org.apache.shindig.gadgets.rewrite
-
Interface for rewriters that modify gadget content.
- GadgetRewritersProvider - Class in org.apache.shindig.gadgets.render
-
Class to provide list of rewriters according to gadget request.
- GadgetRewritersProvider(List<GadgetRewriter>) - Constructor for class org.apache.shindig.gadgets.render.GadgetRewritersProvider
-
- GADGETS_FEATURES - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- GADGETS_FEATURES_CONFIG - Static variable in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- GadgetsHandler - Class in org.apache.shindig.gadgets.servlet
-
Provides endpoints for gadget metadata lookup and more.
- GadgetsHandler(ExecutorService, GadgetsHandlerService, BeanFilter) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- GadgetsHandler.CajaRequestData - Class in org.apache.shindig.gadgets.servlet
-
- GadgetsHandler.CajaRequestData(String, BaseRequestItem) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandler.CajaRequestData
-
- GadgetsHandler.JsRequestData - Class in org.apache.shindig.gadgets.servlet
-
- GadgetsHandler.JsRequestData(BaseRequestItem) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- GadgetsHandler.MetadataRequestData - Class in org.apache.shindig.gadgets.servlet
-
- GadgetsHandler.MetadataRequestData(String, BaseRequestItem) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- GadgetsHandler.ProxyRequestData - Class in org.apache.shindig.gadgets.servlet
-
- GadgetsHandler.ProxyRequestData(String, BaseRequestItem) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- GadgetsHandler.TokenRequestData - Class in org.apache.shindig.gadgets.servlet
-
- GadgetsHandler.TokenRequestData(String, BaseRequestItem) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandler.TokenRequestData
-
- GadgetsHandlerApi - Class in org.apache.shindig.gadgets.servlet
-
Gadget Handler Interface data.
- GadgetsHandlerApi() - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandlerApi
-
- GadgetsHandlerApi.AuthContext - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.BaseRequest - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.BaseResponse - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.CajaRequest - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.CajaResponse - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.EndPoint - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.EnumValuePair - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.Error - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.Feature - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.HttpResponse - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.ImageParams - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.JsRequest - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.JsResponse - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.LinkSpec - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.Location - Enum in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.Message - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.MessageLevel - Enum in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.MetadataRequest - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.MetadataResponse - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.Method - Enum in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.ModulePrefs - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.NameValuePair - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.OAuth2Service - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.OAuth2Spec - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.OAuthService - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.OAuthSpec - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.ProxyRequest - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.ProxyResponse - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.RenderingContext - Enum in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.RenderingType - Enum in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.TokenRequest - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.TokenResponse - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.UserPref - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.UserPrefDataType - Enum in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.View - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.ViewContentType - Enum in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerService - Class in org.apache.shindig.gadgets.servlet
-
Service that interfaces with the system to provide information about gadgets.
- GadgetsHandlerService(TimeSource, Processor, IframeUriManager, SecurityTokenCodec, ProxyUriManager, JsUriManager, ProxyHandler, JsServingPipeline, JsRequestBuilder, long, BeanFilter, CajaContentRewriter, GadgetAdminStore, FeatureRegistryProvider, ModuleIdManager, ContainerConfig) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- GadgetsHandlerService.MetadataGadgetContext - Class in org.apache.shindig.gadgets.servlet
-
GadgetContext for metadata request.
- GadgetsHandlerService.MetadataGadgetContext(GadgetsHandlerApi.MetadataRequest) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- GadgetSpec - Class in org.apache.shindig.gadgets.spec
-
Represents a gadget specification root element (Module).
- GadgetSpec(Uri, Element, String) - Constructor for class org.apache.shindig.gadgets.spec.GadgetSpec
-
Creates a new Module from the given xml input.
- GadgetSpec(Uri, String) - Constructor for class org.apache.shindig.gadgets.spec.GadgetSpec
-
Use for testing.
- GadgetSpec(GadgetSpec) - Constructor for class org.apache.shindig.gadgets.spec.GadgetSpec
-
Constructs a GadgetSpec for substitute calls.
- GadgetSpecFactory - Interface in org.apache.shindig.gadgets
-
Factory of gadget specs.
- geClientAuthenticationType() - Method in class org.apache.shindig.gadgets.oauth2.handler.BasicAuthenticationHandler
-
- geClientAuthenticationType() - Method in interface org.apache.shindig.gadgets.oauth2.handler.ClientAuthenticationHandler
-
- geClientAuthenticationType() - Method in class org.apache.shindig.gadgets.oauth2.handler.StandardAuthenticationHandler
-
- generate(Uri, GadgetsHandlerApi.AuthContext) - Method in interface org.apache.shindig.gadgets.servlet.ModuleIdManager
-
Generate and persist a new moduleId for the given gadgetUri and container auth context.
- generate(Uri, GadgetsHandlerApi.AuthContext) - Method in class org.apache.shindig.gadgets.servlet.ModuleIdManagerImpl
-
- generateCallback(OAuthFetcherConfig, String, HttpRequest, OAuthResponseParams) - Method in class org.apache.shindig.gadgets.oauth.GadgetOAuthCallbackGenerator
-
- generateCallback(OAuthFetcherConfig, String, HttpRequest, OAuthResponseParams) - Method in interface org.apache.shindig.gadgets.oauth.OAuthCallbackGenerator
-
- generateInputs(List<String>) - Method in class org.apache.shindig.gadgets.js.BaseSurfaceJsProcessor
-
- generateParams(HttpRequest) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2RequestParameterGenerator
-
- generateParams(HttpRequest) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2RequestParameterGenerator
-
Generates additional parameters that are added to the request sent to the authorization server
- generateSecurityToken(Gadget) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- get() - Method in class org.apache.shindig.gadgets.admin.GadgetAdminModule.GadgetAdminStoreProvider
-
- get(String) - Method in class org.apache.shindig.gadgets.features.DefaultFeatureRegistryProvider
-
- get(String) - Method in interface org.apache.shindig.gadgets.features.FeatureRegistryProvider
-
- get() - Method in class org.apache.shindig.gadgets.js.JsContent
-
- get() - Method in class org.apache.shindig.gadgets.oauth.OAuthModule.OAuthCrypterProvider
-
- get() - Method in class org.apache.shindig.gadgets.oauth.OAuthModule.OAuthRequestProvider
-
- get() - Method in class org.apache.shindig.gadgets.oauth.OAuthModule.OAuthStoreProvider
-
- get() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2MessageModule.OAuth2MessageProvider
-
- get() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Module.OAuth2CrypterProvider
-
- get() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Module.OAuth2RequestProvider
-
- get() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Module.OAuth2StoreProvider
-
- get() - Method in class org.apache.shindig.gadgets.parse.ParseModule.DOMImplementationProvider
-
- get(HttpRequest) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Factory
-
- get(GadgetSpec) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Factory
-
- get(BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler
-
Execute an HTTP GET request
- get() - Method in class org.apache.shindig.gadgets.variables.SubstituterModule.SubstitutersProvider
-
- GET_FULL_HEADERS_PARAM - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- GET_SUMMARIES_PARAM - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- getAbsolutePath() - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFile
-
- getAbsolutePath() - Method in interface org.apache.shindig.gadgets.features.FeatureFile
-
- getAccessor() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- getAccessorKey(OAuth2CallbackState) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getAccessorKey(String, String, String, String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getAccessorKey(OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getAccessorKey(OAuth2CallbackState) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getAccessorKey(OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getAccessorMap() - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getAccessorMap() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getAccessToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
OAuth access token.
- getAccessToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo
-
- getAccessToken() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getAccessToken() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getAccessToken() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getAccessToken() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
After a message is parsed it may contain an access token.
- getAccessTokenAddCount() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- getAccessTokenLookupCount() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- getAccessTokenRemoveCount() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- getAccessTokenSecret() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
OAuth access token secret.
- getAccessUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuthService
-
- getAccessUrl() - Method in class org.apache.shindig.gadgets.spec.OAuthService
-
Represents /OAuth/Service/Access elements.
- getAdditionalRequestParams() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getAdditionalRequestParams() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getAdditionalRpcServiceIds(Gadget) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- getAdditionalRpcServiceIds(Gadget) - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
Gets additional RPC service IDs to allow for the gadget.
- getAdditionalRpcServiceIds() - Method in class org.apache.shindig.gadgets.admin.RpcAdminData
-
Gets the additional RPC service IDs allowed for the container.
- getAlias() - Method in class org.apache.shindig.gadgets.spec.ExternalServices.ServiceTag
-
- getAllFeatureNames() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry
-
Helper method, returns all known feature names.
- getAllFeatures() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry
-
Returns all known FeatureResources in dependency order, as described in getFeatureResources.
- getAllFeatures() - Method in class org.apache.shindig.gadgets.Gadget
-
- getAllFeatures() - Method in class org.apache.shindig.gadgets.js.JsRequest
-
- getAllFeatures() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
All features elements defined in ModulePrefs
- getAllJsContent() - Method in class org.apache.shindig.gadgets.js.JsResponse
-
Returns an iterator starting at the beginning of all JS code in the response.
- getAllowedDomains() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getAllowedDomains() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
gets the domains of allowed resource servers
- getAllowedDomains() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
gets the domains of allowed resource servers
- getApis() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.FeatureBundle
-
- getApis(ApiDirective.Type, boolean) - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.FeatureBundle
-
- getApproxQualityFactor() - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- getAppUrl(HttpRequest) - Static method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getAttribs() - Method in class org.apache.shindig.gadgets.features.BrowserSpecificFeatureResource
-
- getAttribs() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.FeatureBundle
-
- getAttribs() - Method in class org.apache.shindig.gadgets.features.FeatureResource.Attribute
-
- getAttribs() - Method in class org.apache.shindig.gadgets.features.FeatureResource.Default
-
- getAttribs() - Method in interface org.apache.shindig.gadgets.features.FeatureResource
-
- getAttribute(String) - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getAttribute(String) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getAttribute(String, String) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getAttributes() - Method in class org.apache.shindig.gadgets.spec.Preload
-
- getAttributes() - Method in interface org.apache.shindig.gadgets.spec.RequestAuthenticationInfo
-
- getAttributes() - Method in class org.apache.shindig.gadgets.spec.View
-
- getAttributes() - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- getAuthContext() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- getAuthContext() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.TokenRequestData
-
- getAuthContext() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- getAuthContext() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.TokenRequest
-
- getAuthenticationMode() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- getAuthenticationMode() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- getAuthenticationMode() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- getAuthenticationMode() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.AuthContext
-
- getAuthor() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getAuthor() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@author
Message Bundles
- getAuthorAboutme() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getAuthorAboutme() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@author_aboutme
Message Bundles
- getAuthorAffiliation() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getAuthorAffiliation() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@author_affiliation
Message Bundles
- getAuthorEmail() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getAuthorEmail() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@author_email
Message Bundles
- getAuthorization() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getAuthorization() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
If this is an Authorization Code flow this method will return the authorization_code from the
message.
- getAuthorizationRequest(OAuth2Accessor, String) - Method in class org.apache.shindig.gadgets.oauth2.handler.ClientCredentialsGrantTypeHandler
-
- getAuthorizationRequest(OAuth2Accessor, String) - Method in class org.apache.shindig.gadgets.oauth2.handler.CodeGrantTypeHandler
-
- getAuthorizationRequest(OAuth2Accessor, String) - Method in interface org.apache.shindig.gadgets.oauth2.handler.GrantRequestHandler
-
- getAuthorizationUrl() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getAuthorizationUrl() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getAuthorizationUrl() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2ResponseParams
-
- getAuthorizationUrl() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
Returns authorization endpoint
- getAuthorizationUrl() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- getAuthorizationUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuth2Service
-
- getAuthorizationUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuthService
-
- getAuthorizationUrl() - Method in class org.apache.shindig.gadgets.spec.OAuth2Service
-
Represents /OAuth2/Service/Authorization elements.
- getAuthorizationUrl() - Method in class org.apache.shindig.gadgets.spec.OAuthService
-
Represents /OAuth/Service/Authorization elements.
- getAuthorLink() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getAuthorLink() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@author_link
Message Bundles
- getAuthorLocation() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getAuthorLocation() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@author_location
Message Bundles
- getAuthorPhoto() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getAuthorPhoto() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@author_photo
Message Bundles
- getAuthorQuote() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getAuthorQuote() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@author_quote
Message Bundles
- getAuthType() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getAuthType() - Method in class org.apache.shindig.gadgets.spec.Preload
-
- getAuthType() - Method in interface org.apache.shindig.gadgets.spec.RequestAuthenticationInfo
-
- getAuthType() - Method in class org.apache.shindig.gadgets.spec.View
-
- getAuthType() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getAuthz() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- getAznUrl() - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- getBatch(Expressions, ELResolver) - Method in class org.apache.shindig.gadgets.spec.PipelinedData
-
Gets the first batch of preload requests.
- getBatch() - Method in class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatUri
-
- getBody() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- getBoolAttribute(String) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getBooleanValue(String) - Static method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getBundle(GadgetSpec, Locale, boolean, String, String) - Method in class org.apache.shindig.gadgets.DefaultMessageBundleFactory
-
- getBundle(GadgetSpec, Locale, boolean, String, String) - Method in interface org.apache.shindig.gadgets.MessageBundleFactory
-
Retrieves a messagMessageBundle for the provided GadgetSpec and Locale.
- getBundles() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.LookupResult
-
- getBypassSpecCache() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getBypassSpecCache() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
- getCacheControlMaxAge() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getCacheExpiration() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
Calculate the Cache Expiration for this response.
- getCacheTtl() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getCacheTtl() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getCacheTtlSecs() - Method in class org.apache.shindig.gadgets.js.JsResponse
-
Returns the cache TTL in seconds for this response.
- getCacheTtlSecs() - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Returns the cache TTL in seconds for the response.
- getCaja(GadgetsHandlerApi.CajaRequest) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- getCajoled() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getCajoled() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getCallbackUrl() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret
-
- getCallbackUrl() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo
-
- getCategories() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getCategories() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getCause() - Method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerError
-
- getChecksum() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getChecksum() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getChromaQualityFactor() - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- getClient(String, String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- getClient(String, String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getClient(String, String) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
- getClientAuthenticationType() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getClientAuthenticationType() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getClientAuthenticationType() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
Returns client authentication type
- getClientAuthenticationType() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- getClientId() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getClientId() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getClientId() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
Returns client id.
- getClientKey(OAuth2Client) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getClientKey(String, String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getClientKey(OAuth2Client) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getClientKey(String, String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getClientMap() - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getClientMap() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getClientName() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2GadgetBinding
-
- getClientSecret() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getClientSecret() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getClientSecret() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
Returns client secret
- getClock() - Method in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- getCode() - Method in exception org.apache.shindig.gadgets.GadgetException
-
- getCode() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Error
-
- getCode() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.HttpResponse
-
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.shindig.gadgets.GadgetELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.shindig.gadgets.templates.ElementELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.shindig.gadgets.templates.MessageELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- getCompileFuture(String, JsContent, JsUriManager.JsUri, String) - Method in class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- getCompileMode() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- getCompilerOptions(JsUriManager.JsUri) - Method in class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- getCompleteUrl(OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.handler.ClientCredentialsGrantTypeHandler
-
- getCompleteUrl(OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.handler.CodeGrantTypeHandler
-
- getCompleteUrl(OAuth2Accessor) - Method in interface org.apache.shindig.gadgets.oauth2.handler.GrantRequestHandler
-
Url to send redirects to.
- getConfig(String, List<String>, String, Gadget) - Method in interface org.apache.shindig.gadgets.config.ConfigProcessor
-
- getConfig(String, List<String>, String, Gadget) - Method in class org.apache.shindig.gadgets.config.DefaultConfigProcessor
-
- getConsumer() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- getConsumer() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo
-
- getConsumerKey() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret
-
- getConsumerKeyAndSecret(SecurityToken, String, OAuthServiceProvider) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- getConsumerKeyAndSecret(SecurityToken, String, OAuthServiceProvider) - Method in interface org.apache.shindig.gadgets.oauth.OAuthStore
-
Retrieve OAuth consumer to use for requests.
- getConsumerKeyLookupCount() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- getConsumerSecret() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret
-
- getContainer() - Method in class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- getContainer() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getContainer() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getContainer() - Method in class org.apache.shindig.gadgets.js.JsGadgetContext
-
- getContainer() - Method in class org.apache.shindig.gadgets.oauth.OAuthGadgetContext
-
- getContainer() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2GadgetContext
-
- getContainer() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseRequest
-
- getContainer() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getContainer() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getContainer() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getContainer(HttpServletRequest) - Static method in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
Extracts the container name from the request.
- getContainer() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getContainerAdminData(String) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- getContainerAdminData(String) - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
Gets container administration data.
- getContainerAdminData(String) - Method in class org.apache.shindig.gadgets.admin.ServerAdminData
-
Gets the given containers administration data.
- getContainerAdminDataMap() - Method in class org.apache.shindig.gadgets.admin.ServerAdminData
-
Gets the map of container IDs to container admin data.
- getContent() - Method in class org.apache.shindig.gadgets.features.BrowserSpecificFeatureResource
-
- getContent() - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFile
-
- getContent() - Method in interface org.apache.shindig.gadgets.features.FeatureFile
-
- getContent() - Method in interface org.apache.shindig.gadgets.features.FeatureResource
-
- getContent() - Method in class org.apache.shindig.gadgets.features.FeatureResource.Simple
-
- getContent() - Method in class org.apache.shindig.gadgets.render.RenderingResults
-
- getContent() - Method in class org.apache.shindig.gadgets.rewrite.js.CompileResult
-
- getContent() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
Retrieves the current content for this object in String form.
- getContent() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- getContent() - Method in class org.apache.shindig.gadgets.spec.Icon
-
- getContent() - Method in class org.apache.shindig.gadgets.spec.View
-
- getContent() - Method in class org.apache.shindig.gadgets.templates.TemplateResource
-
- getContentBase64() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.HttpResponse
-
- getContentBytes() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
Retrieves the current content for this object as an InputStream.
- getContentLength() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getContentLength() - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- getContentParser() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
- getContentType() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getContentTypeWithoutCharset(String) - Static method in class org.apache.shindig.gadgets.uri.UriUtils
-
Parses the value of content-type header and returns the content type header
without the 'charset' attribute.
- getContext() - Method in class org.apache.shindig.gadgets.Gadget
-
- getContext() - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.PostGadgetRenderingParams
-
- getContext() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getContext() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getContext() - Method in exception org.apache.shindig.gadgets.servlet.RpcException
-
- getContext() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- getContext() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- getContextMessage() - Method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerError
-
- getCountry() - Method in class org.apache.shindig.gadgets.spec.LocaleSpec
-
Locale@country
- getCur() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- getCurrentView() - Method in class org.apache.shindig.gadgets.Gadget
-
- getData() - Method in interface org.apache.shindig.gadgets.spec.PipelinedData.BatchItem
-
- getDataType() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPref
-
- getDataType() - Method in class org.apache.shindig.gadgets.spec.UserPref
-
- getDebug() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getDebug() - Method in class org.apache.shindig.gadgets.js.JsGadgetContext
-
- getDebug() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.CajaRequestData
-
- getDebug() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getDebug() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- getDebug() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- getDebug() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.CajaRequest
-
- getDebug() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getDebug() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- getDebug() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyRequest
-
- getDebug() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getDebug() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getDebug() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getDebugContent() - Method in class org.apache.shindig.gadgets.features.BrowserSpecificFeatureResource
-
- getDebugContent() - Method in interface org.apache.shindig.gadgets.features.FeatureResource
-
- getDebugContent() - Method in class org.apache.shindig.gadgets.features.FeatureResource.Simple
-
- getDefault() - Static method in enum org.apache.shindig.gadgets.JsCompileMode
-
- getDefault() - Static method in enum org.apache.shindig.gadgets.RenderingContext
-
- getDefault() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Factory
-
- getDefaultExpiration() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- getDefaultTtl() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
returns the default TTL for responses.
- getDefaultValue() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPref
-
- getDefaultValue() - Method in class org.apache.shindig.gadgets.spec.UserPref
-
- getDescription() - Method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerError
-
- getDescription() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getDescription() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@description
Message Bundles
- getDirectFeatureDeps() - Method in class org.apache.shindig.gadgets.Gadget
-
- getDirectoryTitle() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getDirectoryTitle() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@directory_title
Message Bundles
- getDisallowedHeaders() - Method in enum org.apache.shindig.gadgets.uri.UriUtils.DisallowedHeaders
-
- getDisplayName() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPref
-
- getDisplayName() - Method in class org.apache.shindig.gadgets.spec.UserPref
-
- getDisplayValue() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.EnumValuePair
-
- getDisplayValue() - Method in class org.apache.shindig.gadgets.spec.UserPref.EnumValuePair
-
- getDoctype() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
Returns this Gadget's doctype mode.
- getDocument() - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- getDocument() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
Retrieves the object contents in parsed form, if a
GadgetHtmlParser is configured and is able to parse the string
contents appropriately.
- getDocumentSource() - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- getDomain() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.AuthContext
-
- getDoNotExpand() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ImageParams
-
- getEncoding() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getEncoding() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.HttpResponse
-
- getEncodingCharset() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getEncryptedMacSecret() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getEncryptedSecret() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
Returns encrypted secret
- getEncryptedSecret() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getEncryptedState() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackState
-
- getEncryptedState() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- getEncryptedState() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- getEncrypter() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- getEndpointsFromContainerConfig(String, String) - Method in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- getEntryCount() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- getEnumValues() - Method in class org.apache.shindig.gadgets.spec.UserPref
-
- getError() - Method in exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Get the error code
- getError() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getError() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getError() - Method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerError
-
- getError() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getError() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
null error indicates the message parsed cleanly and the service provider did not
return an error.
- getError() - Method in exception org.apache.shindig.gadgets.oauth2.OAuth2RequestException
-
Get the error code
- getError() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseResponse
-
Error response (optional)
- getErrorCode() - Method in enum org.apache.shindig.gadgets.oauth2.OAuth2Error
-
- getErrorContextMessage() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getErrorContextMessage() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getErrorDescription() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getErrorDescription(Object...) - Method in enum org.apache.shindig.gadgets.oauth2.OAuth2Error
-
- getErrorDescription() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- getErrorDescription() - Method in exception org.apache.shindig.gadgets.oauth2.OAuth2RequestException
-
Returns the more meaningful description of the error
- getErrorException() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getErrorException() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getErrorExplanation() - Method in enum org.apache.shindig.gadgets.oauth2.OAuth2Error
-
- getErrorMessage() - Method in class org.apache.shindig.gadgets.render.RenderingResults
-
- getErrors() - Method in class org.apache.shindig.gadgets.js.JsResponse
-
Returns a list of any error messages associated with this response.
- getErrorText() - Method in exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Get a meaningful description of the exception
- getErrorText() - Method in exception org.apache.shindig.gadgets.oauth2.OAuth2RequestException
-
Get a description of the exception
- getErrorUri() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getErrorUri() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getErrorUri() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getErrorUri() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- getErrorUri() - Method in exception org.apache.shindig.gadgets.oauth2.OAuth2RequestException
-
Returns the errorUri, if it was provided by the OAuth2 service provider
- getExpires() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- getExpiresAt() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
issuedAt + expires_in or 0 if no expires_in was sent by server
- getExpiresAt() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getExpiresAt() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.AuthContext
-
- getExpiresIn() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getExpiresIn() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- getExpiresTime() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getExpireTimeMs() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseResponse
-
The response expiration time (miliseconds since epoch), -1 for no caching
- getExports(FeatureRegistry.FeatureBundle, JsUriManager.JsUri) - Method in class org.apache.shindig.gadgets.js.BaseSurfaceJsProcessor
-
- getExtensionParam(String) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getExtensionParams() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getExternalServices() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getExternExport() - Method in class org.apache.shindig.gadgets.rewrite.js.CompileResult
-
- getExterns() - Method in class org.apache.shindig.gadgets.js.JsResponse
-
Returns a string of generated externs.
- getExtraElements() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getFallbackUri() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getFallbackUrl() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- getFallbackUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyRequest
-
- getFeatureAdminData() - Method in class org.apache.shindig.gadgets.admin.GadgetAdminData
-
Gets the feature administration data for this gadget.
- getFeatureBundle() - Method in class org.apache.shindig.gadgets.js.JsContent
-
- getFeatureBundleTag() - Method in enum org.apache.shindig.gadgets.RenderingContext
-
- getFeatureContent(JsUriManager.JsUri, FeatureResource) - Method in class org.apache.shindig.gadgets.rewrite.js.DefaultJsCompiler
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shindig.gadgets.GadgetELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shindig.gadgets.templates.ElementELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shindig.gadgets.templates.MessageELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- getFeatureRegistry(JsUriManager.JsUri) - Method in class org.apache.shindig.gadgets.js.BaseSurfaceJsProcessor
-
- getFeatureRepositoryId(Gadget) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- getFeatureResource() - Method in class org.apache.shindig.gadgets.js.JsContent
-
- getFeatureResources(GadgetContext, Collection<String>, List<String>, boolean) - Method in class org.apache.shindig.gadgets.features.FeatureRegistry
-
For the given list of needed features, retrieves all the FeatureResource objects that
contain their content and, if requested, that of their transitive dependencies.
- getFeatureResources(GadgetContext, Collection<String>, List<String>) - Method in class org.apache.shindig.gadgets.features.FeatureRegistry
-
Helper method retrieving feature resources, including transitive dependencies.
- getFeatures() - Method in class org.apache.shindig.gadgets.admin.FeatureAdminData
-
Gets the features.
- getFeatures(Collection<String>) - Method in class org.apache.shindig.gadgets.features.FeatureRegistry
-
Calculates and returns a dependency-ordered (as in getFeatureResources) list of features
included directly or transitively from the specified list of needed features.
- getFeatures() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getFeatures() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getFeatures() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getFeatures() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
All features are included in ModulePrefs.
- getFeaturesContent(JsUriManager.JsUri) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Get the JS content for a request (JsUri)
- getFields() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseRequest
-
- getFile(String) - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFileSystem
-
- getFile(String) - Method in interface org.apache.shindig.gadgets.features.FeatureFileSystem
-
- getFileContent(FeatureFile) - Method in class org.apache.shindig.gadgets.features.FeatureResourceLoader
-
- getFilteredLogger(String) - Static method in class org.apache.shindig.gadgets.oauth2.logger.FilteredLogger
-
- getFingerprint() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- getFollowRedirects() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getFormat() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- getFragment() - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- getGadget() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getGadget() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getGadget() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- getGadget() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getGadget() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyRequest
-
- getGadget(String) - Method in class org.apache.shindig.gadgets.spec.ApplicationManifest
-
- getGadget() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- getGadget() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getGadgetAdminData(String, String) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- getGadgetAdminData(String) - Method in class org.apache.shindig.gadgets.admin.ContainerAdminData
-
Gets the gadget admin data for a given gadget.
- getGadgetAdminData(String, String) - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
Gets the administration data for a gadget in a container.
- getGadgetAdminMap() - Method in class org.apache.shindig.gadgets.admin.ContainerAdminData
-
Gets the gadget admin map.
- getGadgetException() - Method in class org.apache.shindig.gadgets.http.MultipleResourceHttpFetcher.RequestContext
-
- getGadgetJson(Gadget, GadgetSpec) - Method in class org.apache.shindig.gadgets.servlet.JsonRpcHandler.Job
-
- getGadgetServiceName() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2GadgetBinding
-
- getGadgetSpec(GadgetContext) - Method in class org.apache.shindig.gadgets.DefaultGadgetSpecFactory
-
- getGadgetSpec(GadgetContext) - Method in interface org.apache.shindig.gadgets.GadgetSpecFactory
-
Return a gadget spec for a context
- getGadgetUri() - Method in class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- getGadgetUri(GadgetContext) - Method in class org.apache.shindig.gadgets.DefaultGadgetSpecFactory
-
- getGadgetUri(GadgetContext) - Method in interface org.apache.shindig.gadgets.GadgetSpecFactory
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerIndex
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getGadgetUri(String, String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- getGadgetUri() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- getGadgetUri() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2GadgetBinding
-
- getGadgetUri(SecurityToken, HttpRequestHandler.HttpApiRequest) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler
-
Extract the gadget URL from the request or the security token
- getGlobalLocale(Locale) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
Gets the global locale spec for the given locale, if any exists.
- getGrantType() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getGrantType() - Method in class org.apache.shindig.gadgets.oauth2.handler.ClientCredentialsGrantTypeHandler
-
- getGrantType() - Method in class org.apache.shindig.gadgets.oauth2.handler.CodeGrantTypeHandler
-
- getGrantType() - Method in interface org.apache.shindig.gadgets.oauth2.handler.GrantRequestHandler
-
- getGrantType() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getGrantType() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- getHandlerFor(Element) - Method in interface org.apache.shindig.gadgets.templates.TagRegistry
-
- getHandlerFor(TagRegistry.NSName) - Method in interface org.apache.shindig.gadgets.templates.TagRegistry
-
- getHandlerFor(Element) - Method in class org.apache.shindig.gadgets.templates.tags.AbstractTagRegistry
-
- getHandlerFor(TagRegistry.NSName) - Method in class org.apache.shindig.gadgets.templates.tags.CompositeTagRegistry
-
- getHandlerFor(TagRegistry.NSName) - Method in class org.apache.shindig.gadgets.templates.tags.DefaultTagRegistry
-
- getHash(HttpResponse) - Method in class org.apache.shindig.gadgets.http.HttpResponseMetadataHelper
-
Calculate hash value for response and update metadata value (DATA_HASH)
- getHeader(String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getHeader(String) - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getHeader(String) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- getHeaders() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getHeaders(String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getHeaders() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getHeaders(String) - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getHeaders() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.HttpResponse
-
- getHeaders() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- getHeaders() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- getHeight() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ImageParams
-
- getHeight() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getHeight() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModuleSpec@height
- getHost() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getHost() - Method in class org.apache.shindig.gadgets.js.JsRequest
-
- getHost() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getHostSchema() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getHostSchema() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getHref() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.LinkSpec
-
- getHref() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.View
-
- getHref() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- getHref() - Method in class org.apache.shindig.gadgets.spec.LinkSpec
-
- getHref() - Method in class org.apache.shindig.gadgets.spec.Preload
-
- getHref() - Method in interface org.apache.shindig.gadgets.spec.RequestAuthenticationInfo
-
- getHref() - Method in class org.apache.shindig.gadgets.spec.View
-
- getHtml() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.CajaResponse
-
- getHtmlTagContext() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getHttpMethod() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- getHttpReq() - Method in class org.apache.shindig.gadgets.http.MultipleResourceHttpFetcher.RequestContext
-
- getHttpResp() - Method in class org.apache.shindig.gadgets.http.MultipleResourceHttpFetcher.RequestContext
-
- getHttpStatusCode() - Method in exception org.apache.shindig.gadgets.GadgetException
-
- getHttpStatusCode() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getHttpStatusCode() - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- getHttpStatusCode() - Method in exception org.apache.shindig.gadgets.process.ProcessingException
-
- getHttpStatusCode() - Method in exception org.apache.shindig.gadgets.render.RenderingException
-
- getHttpStatusCode() - Method in class org.apache.shindig.gadgets.render.RenderingResults
-
- getHttpStatusCode() - Method in exception org.apache.shindig.gadgets.rewrite.RewritingException
-
- getIcons() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getIframeUrls() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.oauth.OAuthGadgetContext
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2GadgetContext
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- getIgnoreCache() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getIgnoreCache() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- getIgnoreCache() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyRequest
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getIgnoreCache() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getImageParams() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- getImageParams() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyRequest
-
- getIncludedTags() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- getInputSource() - Method in class org.apache.shindig.gadgets.parse.caja.CajaHtmlParser
-
- getInputStream() - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFile
-
- getInputStream() - Method in interface org.apache.shindig.gadgets.features.FeatureFile
-
- getInstanceId(HttpRequest) - Static method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getIntAttribute(String) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getIntegerValue(String) - Static method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getIssuedAt() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Used for creating MAC token nonces
- getIssuedAt() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getJpegCompression() - Method in class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
The compression ratio to use when compressing JPEG images
A value between 0.5 and 0.9.
- getJpegHuffmanOptimization() - Method in class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
Indicate if we want to do huffman optimization while enocding the jpeg's.
- getJpegImageData(InputStream, String) - Static method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils
-
This function tries to extract various information from jpeg image like subsampling, jpeg
compression quality and whether huffman optimzation is applied on the image data.
- getJpegRetainSubsampling() - Method in class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
Indicate if we want to do retian original jpeg subsampling while encoding the jpeg's.
- getJs() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.CajaResponse
-
- getJs(GadgetsHandlerApi.JsRequest) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- getJsContent(JsUriManager.JsUri, FeatureRegistry.FeatureBundle) - Method in class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- getJsContent(JsUriManager.JsUri, FeatureRegistry.FeatureBundle) - Method in class org.apache.shindig.gadgets.rewrite.js.DefaultJsCompiler
-
- getJsContent(JsUriManager.JsUri, FeatureRegistry.FeatureBundle) - Method in interface org.apache.shindig.gadgets.rewrite.js.JsCompiler
-
Pre-process feature JS.
- getJsContent() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsResponse
-
- GetJsContentProcessor - Class in org.apache.shindig.gadgets.js
-
Retrieves the requested Javascript code using a
JsProcessor.
- GetJsContentProcessor(FeatureRegistryProvider, JsCompiler) - Constructor for class org.apache.shindig.gadgets.js.GetJsContentProcessor
-
- getJsUri() - Method in class org.apache.shindig.gadgets.js.JsRequest
-
- getJsUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsResponse
-
- getKey(String, ResponseRewriterList.RewriteFlow) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- getKey() - Method in enum org.apache.shindig.gadgets.uri.UriCommon.Param
-
- getKeyName() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret
-
- getKeyName() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo
-
- getKeyType() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret
-
- getLanguage() - Method in class org.apache.shindig.gadgets.spec.LocaleSpec
-
Locale@lang
- getLanguageDirection() - Method in class org.apache.shindig.gadgets.spec.LocaleSpec
-
Locale@language_direction
- getLanguageDirection() - Method in class org.apache.shindig.gadgets.spec.MessageBundle
-
- getLastAttribs() - Method in class org.apache.shindig.gadgets.features.TestFeatureRegistry
-
- getLevel() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Message
-
- getLibrary(String) - Method in class org.apache.shindig.gadgets.templates.ContainerTagLibraryFactory
-
Return a per-container tag registry.
- getLibraryConfig(Gadget, List<String>) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Creates a set of all configuration needed to satisfy the requested feature set.
- getLibraryUri() - Method in class org.apache.shindig.gadgets.templates.NullTemplateLibrary
-
- getLibraryUri() - Method in interface org.apache.shindig.gadgets.templates.TemplateLibrary
-
- getLibraryUri() - Method in class org.apache.shindig.gadgets.templates.XmlTemplateLibrary
-
- getLibs() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- getLinks() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getLinks() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getLoadedFeatures() - Method in class org.apache.shindig.gadgets.js.JsRequest
-
- getLoadedFeatures() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getLoadedFeatures() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getLoadedLibs() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- getLocale() - Method in class org.apache.shindig.gadgets.Gadget
-
Convenience function for getting the locale spec for the current context.
- getLocale() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getLocale() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- getLocale() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- getLocale() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getLocale() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getLocale() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getLocale() - Method in class org.apache.shindig.gadgets.spec.LocaleSpec
-
- getLocale(Locale, String) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
Gets the locale spec for the given locale and view, if any exists.
- getLocales() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getLocation() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.EndPoint
-
- getLocation() - Method in class org.apache.shindig.gadgets.spec.BaseOAuthService.EndPoint
-
- getLockedDomainForGadget(Gadget, String) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- getLockedDomainForGadget(Gadget, String) - Method in class org.apache.shindig.gadgets.HashLockedDomainService
-
- getLockedDomainForGadget(Gadget, String) - Method in interface org.apache.shindig.gadgets.LockedDomainService
-
Calculate the locked domain for a particular gadget on a particular
container.
- getLockedDomainPrefix(Uri) - Method in class org.apache.shindig.gadgets.uri.HashShaLockedDomainPrefixGenerator
-
- getLockedDomainPrefix(String) - Method in class org.apache.shindig.gadgets.uri.HashShaLockedDomainPrefixGenerator
-
- getLockedDomainPrefix(Uri) - Method in interface org.apache.shindig.gadgets.uri.LockedDomainPrefixGenerator
-
- getLockedDomainPrefix(String) - Method in interface org.apache.shindig.gadgets.uri.LockedDomainPrefixGenerator
-
- getLookupCache() - Method in class org.apache.shindig.gadgets.features.TestFeatureRegistry
-
- getLumaQualityFactor() - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- getMacAlgorithm() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getMacAlgorithm() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
The MAC Algorithm http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token-05#section-5
- getMacAlgorithm() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
For use with the MAC token specification.
- getMacAlgorithm() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getMacExt() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
For use with the MAC token specification.
- getMacExt() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getMacSecret() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getMacSecret() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
The MAC Secret http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token-05#section-5
- getMacSecret() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
For use with the MAC token specification.
- getMacSecret() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getMapKeys() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- getMapKeys() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- getMapKeys() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- getMaxInMemoryBytes() - Method in class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
The maximum allowed in-memory size of a parsed image.
- getMaxPaletteSize() - Method in class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
The maximum no.
- getMaxTokenTTL() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- getMaxTokenTTL() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
Returns token time to live in seconds.
- getMessage() - Method in exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
- getMessage() - Method in exception org.apache.shindig.gadgets.oauth2.OAuth2RequestException
-
- getMessage() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Error
-
- getMessage() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Message
-
- getMessageBundle() - Method in class org.apache.shindig.gadgets.spec.LocaleSpec
-
Locale/msg
- getMessages() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.CajaResponse
-
- getMessages() - Method in class org.apache.shindig.gadgets.spec.LocaleSpec
-
Locale@messages
- getMessages() - Method in class org.apache.shindig.gadgets.spec.MessageBundle
-
- getMetadata() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getMetadata(GadgetsHandlerApi.MetadataRequest) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
Get gadget metadata information and iframe url.
- getMetadata() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- getMethod() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getMethod() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.EndPoint
-
- getMethod() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.LinkSpec
-
- getMethod() - Method in class org.apache.shindig.gadgets.spec.BaseOAuthService.EndPoint
-
- getMethod() - Method in class org.apache.shindig.gadgets.spec.LinkSpec
-
- getMimeType(HttpRequest, HttpResponse) - Static method in class org.apache.shindig.gadgets.rewrite.RewriterUtils
-
- getMimeType(HttpRequest, HttpResponseBuilder) - Static method in class org.apache.shindig.gadgets.rewrite.RewriterUtils
-
- getMimeType() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.CajaRequestData
-
- getMimeType() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.CajaRequest
-
- getMimeType() - Method in enum org.apache.shindig.gadgets.uri.ConcatUriManager.Type
-
- getMinThresholdBytes() - Method in class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
The threshold in bytes below which we do not attempt to rewite
an image.
- getMode() - Method in class org.apache.shindig.gadgets.spec.Icon
-
- getModeValue() - Method in enum org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.SamplingModes
-
- getModuleId() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getModuleId() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- getModuleId() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- getModuleId() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.TokenRequestData
-
- getModuleId() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.AuthContext
-
- getModuleId() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.TokenRequest
-
- getModuleId() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.TokenResponse
-
- getModuleId() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getModuleId() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getModuleId() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getModulePrefs() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getModulePrefs() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getMy() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- getName() - Method in class org.apache.shindig.gadgets.features.BrowserSpecificFeatureResource
-
- getName() - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFile
-
- getName() - Method in interface org.apache.shindig.gadgets.features.FeatureFile
-
- getName() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.FeatureBundle
-
- getName() - Method in interface org.apache.shindig.gadgets.features.FeatureResource
-
- getName() - Method in class org.apache.shindig.gadgets.features.FeatureResource.Simple
-
- getName() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- getName() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Feature
-
- getName() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Message
-
- getName() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.NameValuePair
-
- getName() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuth2Service
-
- getName() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuthService
-
- getName() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPref
-
- getName() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.View
-
- getName() - Method in class org.apache.shindig.gadgets.spec.BaseOAuthService
-
Represents /OAuth/Service@name
- getName() - Method in class org.apache.shindig.gadgets.spec.Feature
-
- getName() - Method in class org.apache.shindig.gadgets.spec.OAuth2Service
-
Represents /OAuth/Service@name
- getName() - Method in class org.apache.shindig.gadgets.spec.OAuthService
-
Represents /OAuth/Service@name
- getName() - Method in class org.apache.shindig.gadgets.spec.UserPref
-
- getName() - Method in class org.apache.shindig.gadgets.spec.View
-
- getNamespaceUri() - Method in class org.apache.shindig.gadgets.templates.tags.AbstractTagHandler
-
- getNamespaceUri() - Method in interface org.apache.shindig.gadgets.templates.tags.TagHandler
-
- getNeedsTokenRefresh() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getNewClientState() - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
Get the state we will return to the client.
- getNewFeatures() - Method in class org.apache.shindig.gadgets.js.JsRequest
-
- getNextBatch(ELResolver) - Method in interface org.apache.shindig.gadgets.spec.PipelinedData.Batch
-
- getNumChanges() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
- getOAuth2Accessor(OAuth2CallbackState) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- getOAuth2Accessor(String, String, String, String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- getOAuth2Accessor(SecurityToken, OAuth2Arguments, Uri) - Method in class org.apache.shindig.gadgets.oauth2.GadgetOAuth2TokenStore
-
Retrieves and merges the data from the
OAuth2Store, the gadget spec
and the request itself to populate the OAuth2 data for this requets.
- getOAuth2Accessor(OAuth2CallbackState) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
Given an OAuth2CallbackState, see
OAuth2Store.getOAuth2CallbackState, the store will
return the
OAuth2Accessor if it exists in storage but will not create a new one.
- getOAuth2Accessor(String, String, String, String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
Will look for an accessor with the supplied mapping and return it.
- getOAuth2Accessor(OAuth2CallbackState) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getOAuth2Accessor(OAuth2CallbackState) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
- getOAuth2Arguments() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getOAuth2Arguments() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getOAuth2Spec() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getOAuth2Spec() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getOAuth2Store() - Method in class org.apache.shindig.gadgets.oauth2.GadgetOAuth2TokenStore
-
- getOAuth2Store() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2FetcherConfig
-
- getOAuthAccessor(SecurityToken, OAuthArguments, OAuthClientState, OAuthResponseParams, OAuthFetcherConfig) - Method in class org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore
-
Retrieve an AccessorInfo and OAuthAccessor that are ready for signing OAuthMessages.
- getOAuthArguments() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getOAuthArguments() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getOAuthCallbackGenerator() - Method in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- getOAuthSpec() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getOAuthSpec() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getOnload() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getOnload() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getOnload() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- getOptPath(String) - Method in class org.apache.shindig.gadgets.features.FeatureResourceLoader
-
- getOrderedEnumValues() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPref
-
- getOrderedEnumValues() - Method in class org.apache.shindig.gadgets.spec.UserPref
-
- getOrigClientState() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getOriginalContentType() - Method in class org.apache.shindig.gadgets.rewrite.image.BMPOptimizer
-
- getOriginalContentType() - Method in class org.apache.shindig.gadgets.rewrite.image.GIFOptimizer
-
- getOriginalContentType() - Method in class org.apache.shindig.gadgets.rewrite.image.JPEGOptimizer
-
- getOriginalFormatName() - Method in class org.apache.shindig.gadgets.rewrite.image.BMPOptimizer
-
- getOriginalFormatName() - Method in class org.apache.shindig.gadgets.rewrite.image.GIFOptimizer
-
- getOriginalFormatName() - Method in class org.apache.shindig.gadgets.rewrite.image.JPEGOptimizer
-
- getOrigUri() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- getOutputContentType() - Method in class org.apache.shindig.gadgets.rewrite.image.GIFOptimizer
-
- getOutputContentType() - Method in class org.apache.shindig.gadgets.rewrite.image.JPEGOptimizer
-
- getOutputStream() - Method in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
- getOwner() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
Owner of the OAuth token.
- getOwnerId(HttpRequest) - Static method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getOwnerId() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.AuthContext
-
- getParam(String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getParam(String) - Method in class org.apache.shindig.gadgets.spec.Feature
-
Returns the first value for any feature parameter, or null
if the parameter does not exist.
- getParamAsInteger(String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getParamCollection(String) - Method in class org.apache.shindig.gadgets.spec.Feature
-
Returns the values for the key, or an empty collection.
- getParameter(String) - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getParameter(String) - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getParameter(String) - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getParameter(HttpServletRequest, String, String) - Static method in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
getParameter helper method, returning default value if param not present.
- getParameters() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getParameters() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- getParamLocation() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- getParams() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getParams() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Feature
-
- getParams() - Method in class org.apache.shindig.gadgets.spec.Feature
-
- getParams() - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- getParamValue() - Method in enum org.apache.shindig.gadgets.JsCompileMode
-
- getParamValue() - Method in enum org.apache.shindig.gadgets.RenderingContext
-
- getPath() - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFile
-
- getPath() - Method in interface org.apache.shindig.gadgets.features.FeatureFile
-
- getPipelinedData() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
- getPipelinedData() - Method in class org.apache.shindig.gadgets.spec.View
-
All os: preloads.
- getPostBody() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getPostBodyAsString() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getPostBodyLength() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Retrieves the total length of the post body.
- getPref(String) - Method in class org.apache.shindig.gadgets.UserPrefs
-
- getPreferredHeight() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.View
-
- getPreferredHeight() - Method in class org.apache.shindig.gadgets.spec.View
-
- getPreferredWidth() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.View
-
- getPreferredWidth() - Method in class org.apache.shindig.gadgets.spec.View
-
- getPrefs() - Method in class org.apache.shindig.gadgets.UserPrefs
-
- getPreloads() - Method in class org.apache.shindig.gadgets.Gadget
-
- getPreloads() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getPreloads() - Method in interface org.apache.shindig.gadgets.spec.PipelinedData.Batch
-
- getProperties() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Contains any additional properties sent on the token.
- getProperties() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getProxy(GadgetsHandlerApi.ProxyRequest) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- getProxyContent() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyResponse
-
- getProxyExpireMs(ProxyUriManager.ProxyUri, HttpResponse) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- getProxyUri(HttpRequest) - Method in class org.apache.shindig.gadgets.servlet.AccelHandler
-
Returns the proxy uri encapsulating the request uri.
- getProxyUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyResponse
-
- getQuality() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ImageParams
-
- getQuirks() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.View
-
- getQuirks() - Method in class org.apache.shindig.gadgets.spec.View
-
- getRawContentBytes() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
- getRawType() - Method in class org.apache.shindig.gadgets.spec.View
-
- getRealCallbackUrl() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackState
-
- getRealCallbackUrl() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- getReceivedCallbackUrl() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getRedirect() - Method in class org.apache.shindig.gadgets.render.RenderingResults
-
- getRedirectUri() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getRedirectUri() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getRedirectUri() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- getReferer() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getReferer() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getRefetchStrictNoCacheAfterMs() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getRefetchStrictNoCacheAfterMs() - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- getRefresh() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getRefresh() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- getRefresh() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getRefresh() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyRequest
-
- getRefresh() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getRefreshInterval() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- getRefreshToken() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getRefreshToken() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getRefreshToken() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getRefreshToken() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- getRel() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.LinkSpec
-
- getRel() - Method in class org.apache.shindig.gadgets.spec.LinkSpec
-
- getRenderingContext() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getRenderingContext() - Method in class org.apache.shindig.gadgets.js.JsGadgetContext
-
- getRenderingContext() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getRenderingContext() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getRenderingContext() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getRenderingType() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- getRenderingType() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- getRepository() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry
-
- getRepository() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getRepository() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.JsRequestData
-
- getRepository() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.JsRequest
-
- getRepository() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getRepository() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- getRequest() - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.PostGadgetRenderingParams
-
- getRequestOption(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getRequestOption(String, String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getRequestOption(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
- getRequestOption(String, String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
- getRequestPipeline() - Method in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- getRequestToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getRequestToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
OAuth request token
- getRequestTokenSecret() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getRequestTokenSecret() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
OAuth request token secret
- getRequestUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuthService
-
- getRequestUrl() - Method in class org.apache.shindig.gadgets.spec.OAuthService
-
Represents /OAuth/Service/Request elements.
- getRequired() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Feature
-
- getRequired() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPref
-
- getRequired() - Method in class org.apache.shindig.gadgets.spec.Feature
-
- getRequired() - Method in class org.apache.shindig.gadgets.spec.UserPref
-
- getResource() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getResourceBundle() - Method in class org.apache.shindig.gadgets.oauth2.logger.FilteredLogger
-
- getResourceContent(String) - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFileSystem
-
- getResourceContent(String) - Method in interface org.apache.shindig.gadgets.features.FeatureFileSystem
-
Load resource content
- getResourceContent(String) - Method in class org.apache.shindig.gadgets.features.FeatureResourceLoader
-
- getResources() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.FeatureBundle
-
- getResources() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.LookupResult
-
- getResources() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- getResourceTags() - Method in enum org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceVisitor.Tags
-
- getResourceTags() - Method in enum org.apache.shindig.gadgets.rewrite.ResourceMutateVisitor.Tags
-
- getResponse(HttpRequest) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getResponse(HttpRequest) - Method in interface org.apache.shindig.gadgets.http.HttpCache
-
- getResponse() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getResponse() - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.PostGadgetRenderingParams
-
- getResponseAsJson(HttpResponse, String, String, boolean) - Static method in class org.apache.shindig.gadgets.FetchResponseUtils
-
Convert a response to a JSON object.
- getResponseAsString() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
Attempts to convert the response body to a string using the Content-Type header.
- getResponseImpl(String) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getResponseImpl(String) - Method in class org.apache.shindig.gadgets.http.DefaultHttpCache
-
- getResponseRewriters(String, ResponseRewriterList.RewriteFlow) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- getResponseTimeMs() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseResponse
-
The response time (miliseconds since epoch) - usefull for misconfigured client time
- getResponseType() - Static method in class org.apache.shindig.gadgets.oauth2.handler.CodeGrantTypeHandler
-
- getResults() - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.PostGadgetRenderingParams
-
- getRewriteMimeType() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getRewriteMimeType() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- getRewriteMimeType() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyRequest
-
- getRewriteMimeType() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getRewriters(GadgetContext) - Method in class org.apache.shindig.gadgets.render.GadgetRewritersProvider
-
- getRpcAdminData() - Method in class org.apache.shindig.gadgets.admin.GadgetAdminData
-
Gets the RPC administration data.
- getRpcServiceIds() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getSamplingMode() - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- getSanitize() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getSanitize() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.ProxyRequestData
-
- getSanitize() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ProxyRequest
-
- getSanitize() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getScaledInstance(BufferedImage, int, int, Object, boolean, int) - Static method in class org.apache.shindig.gadgets.rewrite.image.ImageUtils
-
Convenience method that returns a scaled instance of the
provided BufferedImage.
- getScaling() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getScaling() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@scaling
- getScheme(Gadget, String) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- getScope() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getScope() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
if the gadget request or gadget spec specifies a scope it will be set here
See http://tools.ietf.org/html/draft-ietf-oauth-v2-21#section-3.3
- getScope() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
- getScope() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- getScope() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- getScope() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2GadgetContext
-
- getScope() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
See http://tools.ietf.org/html/draft-ietf-oauth-v2-21#section-3.3
- getScope() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getScope() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuth2Service
-
- getScope() - Method in class org.apache.shindig.gadgets.spec.OAuth2Service
-
Represents /OAuth2/Service@scope
- getScreenshot() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getScreenshot() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@screenshot
Message Bundles
- getScrolling() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getScrolling() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@scrolling
- getSecret() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
- getSecret() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getSecurityToken() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getSecurityToken() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getServerAdminData() - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- getServerAdminData() - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
Gets the administration data for the server.
- getServiceName(HttpRequest) - Static method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerIndex
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getServiceName() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- getServiceName() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- getServiceName() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getServices() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuth2Spec
-
- getServices() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuthSpec
-
- getServices() - Method in class org.apache.shindig.gadgets.spec.OAuth2Spec
-
- getServices() - Method in class org.apache.shindig.gadgets.spec.OAuthSpec
-
- getServicesFor(String, String) - Method in class org.apache.shindig.gadgets.render.DefaultRpcServiceLookup
-
- getServicesFor(String, String) - Method in interface org.apache.shindig.gadgets.render.RpcServiceLookup
-
This result map is a map of the form
{ endpoint1 -> [services]}, endpoint2 -> [services]}
Services are described using the names expected as a result of JSON-RPC call
to system.listMethods
When a gadget is rendered the container data is mapped into gadgets.config and used to
initialize osapi, which typically results in output that looks like
{ "osapi.services" : { "http://.../endpoint1" : ["system.listMethods", "people.get", "people.create",
"people.delete"], ...
- getServicesForContainer(String, String) - Method in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
Returns the services, keyed by endpoint for the given container.
- getServicesForContainer(String, String) - Method in interface org.apache.shindig.gadgets.render.ServiceFetcher
-
- getServicesFromJsonResponse(String) - Method in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- getServiceTags() - Method in class org.apache.shindig.gadgets.spec.ExternalServices
-
- getSessionHandle() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- getSessionHandle() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
Session handle (http://oauth.googlecode.com/svn/spec/ext/session/1.0/drafts/1/spec.html)
- getSessionHandle() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo
-
- getShowInDirectory() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@show_in_directory
- getShowStats() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@show_stats
- getSignOwner() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getSignViewer() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getSingleton() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@singleton
- getSnippet(Uri) - Method in class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatData
-
- getSource() - Method in class org.apache.shindig.gadgets.js.JsContent
-
- getSpec(AbstractSpecFactory.Query) - Method in class org.apache.shindig.gadgets.AbstractSpecFactory
-
Attempt to fetch a spec, either from cache or from the network.
- getSpec() - Method in class org.apache.shindig.gadgets.Gadget
-
- getSpecificationVersion() - Method in class org.apache.shindig.gadgets.Gadget
-
Returns open social specification version for this Gadget
- getSpecificationVersion() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
Returns this Gadget's specification version.
- getSpecUri() - Method in class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- getSplitParam() - Method in class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatUri
-
- getSrcAttrib() - Method in enum org.apache.shindig.gadgets.uri.ConcatUriManager.Type
-
- getState() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getState() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getState() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getState() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- getStateCrypter() - Method in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- getStateCrypter() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- getStateCrypter() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
Gets the OAuth2 state encrypter/decrypter
- getStatus() - Method in class org.apache.shindig.gadgets.render.RenderingResults
-
- getStatus() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- getStatus() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getStatusCode() - Method in exception org.apache.shindig.gadgets.js.JsException
-
- getStatusCode() - Method in class org.apache.shindig.gadgets.js.JsResponse
-
Returns the HTTP status code.
- getStatusCode() - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Returns the HTTP status code.
- getSubstitution(Substitutions.Type, String) - Method in class org.apache.shindig.gadgets.variables.Substitutions
-
- getSurfaceJsContents(FeatureRegistry, String) - Method in class org.apache.shindig.gadgets.js.BaseSurfaceJsProcessor
-
- getSwfHash() - Method in class org.apache.shindig.gadgets.servlet.RpcSwfServlet
-
- getTag() - Method in class org.apache.shindig.gadgets.spec.ExternalServices.ServiceTag
-
- getTagName() - Method in class org.apache.shindig.gadgets.templates.tags.AbstractTagHandler
-
- getTagName() - Method in interface org.apache.shindig.gadgets.templates.tags.TagHandler
-
- getTagName() - Method in enum org.apache.shindig.gadgets.uri.ConcatUriManager.Type
-
- getTagRegistry() - Method in class org.apache.shindig.gadgets.templates.NullTemplateLibrary
-
- getTagRegistry() - Method in interface org.apache.shindig.gadgets.templates.TemplateLibrary
-
- getTagRegistry() - Method in class org.apache.shindig.gadgets.templates.XmlTemplateLibrary
-
- getTags(Document, String) - Static method in class org.apache.shindig.gadgets.parse.SocialDataTags
-
- getTemplateContext() - Method in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- getTemplateContext() - Method in interface org.apache.shindig.gadgets.templates.TemplateProcessor
-
- getTemplateRoot() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- getThumbnail() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getThumbnail() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@thumbnail
Message Bundles
- getTimeSource() - Static method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getTitle() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getTitle() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@title
User Pref + Message Bundle + Bidi
- getTitleUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getTitleUrl() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModulePrefs@title_url
User Pref + Message Bundle + Bidi
- getToken() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthGadgetContext
-
- getToken(String, String, String, String, OAuth2Token.Type) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- getToken() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2GadgetContext
-
- getToken(String, String, String, String, OAuth2Token.Type) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
Gets a token, if it exists, from the store.
- getToken(String, String, String, String, OAuth2Token.Type) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getToken(String, String, String, String, OAuth2Token.Type) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
- getToken() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.TokenResponse
-
- getToken(GadgetsHandlerApi.TokenRequest) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
Create security token
- getToken() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getToken() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getToken() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- getTokenExpireMillis() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- getTokenExpireMillis() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
Expiration of access token
(http://oauth.googlecode.com/svn/spec/ext/session/1.0/drafts/1/spec.html)
- getTokenExpireMillis() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo
-
- getTokenInfo(SecurityToken, OAuthStore.ConsumerInfo, String, String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- getTokenInfo(SecurityToken, OAuthStore.ConsumerInfo, String, String) - Method in interface org.apache.shindig.gadgets.oauth.OAuthStore
-
Retrieve OAuth access token to use for the request.
- getTokenKey(String, String, String, String, OAuth2Token.Type) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getTokenKey(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getTokenKey(String, String, String, String, OAuth2Token.Type) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getTokenKey(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getTokenMap() - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- getTokenMap() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- getTokenName(HttpRequest) - Static method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getTokenName() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- getTokenName() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getTokenOwner(HttpRequest) - Static method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getTokenSecret() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo
-
- getTokenStore() - Method in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- getTokenStore() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2FetcherConfig
-
- getTokenTTL() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getTokenTTL() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.TokenResponse
-
- getTokenType() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getTokenType() - Method in class org.apache.shindig.gadgets.oauth2.handler.BearerTokenHandler
-
- getTokenType() - Method in class org.apache.shindig.gadgets.oauth2.handler.MacTokenHandler
-
- getTokenType() - Method in interface org.apache.shindig.gadgets.oauth2.handler.ResourceRequestHandler
-
- getTokenType() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- getTokenType() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
- getTokenType() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getTokenUrl() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getTokenUrl() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getTokenUrl() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- getTokenUrl() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- getTokenUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.OAuth2Service
-
- getTokenUrl() - Method in class org.apache.shindig.gadgets.spec.OAuth2Service
-
Represents /OAuth2/Service/Token elements.
- getTop() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- getTrustedJson() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.AuthContext
-
- getTruthyValue(String) - Static method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getType() - Method in class org.apache.shindig.gadgets.admin.FeatureAdminData
-
Gets the type of features list.
- getType() - Method in class org.apache.shindig.gadgets.features.ApiDirective
-
- getType() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.FeatureBundle
-
- getType(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.GadgetELResolver
-
- getType() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getType() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getType() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
- getType() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- getType() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getType() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.View
-
- getType() - Method in class org.apache.shindig.gadgets.spec.Icon
-
- getType() - Method in interface org.apache.shindig.gadgets.spec.PipelinedData.BatchItem
-
- getType() - Method in class org.apache.shindig.gadgets.spec.View
-
- getType(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.ElementELResolver
-
- getType(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.MessageELResolver
-
- getType(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- getType() - Method in class org.apache.shindig.gadgets.templates.TemplateResource
-
- getType() - Method in class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatUri
-
- getType() - Method in enum org.apache.shindig.gadgets.uri.ConcatUriManager.Type
-
- getUAIdent() - Method in class org.apache.shindig.gadgets.render.ProxyRenderer
-
Returns the program name which will be added at the end of the User-Agent
string, to identify the gadget server.
- getUnparsedProperties() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- getUnparsedProperties() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
Additional properties that went unparsed (i.e.
- getUpdatedToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- getUpdatedToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- getUpdatedToken() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- getUri() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getUri() - Method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerError
-
- getUri() - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser.ImportDecl
-
- getUri() - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser.UriDecl
-
- getUri() - Method in class org.apache.shindig.gadgets.spec.ApplicationManifest
-
- getUriAttribute(String) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getUriAttributeFromNode(Node, Map<String, String>) - Static method in class org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceVisitor
-
Returns the uri attribute for the given node by looking up the
tag name -> uri attribute map.
- getUris() - Method in class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatData
-
- getUrl() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getUrl() - Method in class org.apache.shindig.gadgets.oauth.OAuthGadgetContext
-
- getUrl() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2GadgetContext
-
- getUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseRequest
-
- getUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseResponse
-
Url of the request, optional (for example for bad url error)
- getUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.EndPoint
-
- getUrl() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getUrl() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getUrl() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getUrl() - Method in class org.apache.shindig.gadgets.spec.BaseOAuthService.EndPoint
-
- getUrl() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getUrlMaxLength() - Method in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- getUrlStatus() - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.PostGadgetRenderingParams
-
- getUser() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- getUser() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- getUser() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- getUser() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- getUser() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
- getUser() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- getUserAgent() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getUserAgent() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getUserAgent() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getUserId() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- getUserIp() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getUserIp() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getUserPrefs() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getUserPrefs() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getUserPrefs() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getUserPrefs() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getUserPrefs() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getUseToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getValue() - Method in class org.apache.shindig.gadgets.features.ApiDirective
-
- getValue(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.GadgetELResolver
-
- getValue() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.EnumValuePair
-
- getValue() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.NameValuePair
-
- getValue() - Method in class org.apache.shindig.gadgets.spec.UserPref.EnumValuePair
-
- getValue(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.ElementELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.MessageELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- getValueFromTag(Element, String, TemplateProcessor, Class<T>) - Method in class org.apache.shindig.gadgets.templates.tags.AbstractTagHandler
-
Returns the value of a tag attribute, evaluating any contained EL
expressions if necessary.
- getVersion(String) - Method in class org.apache.shindig.gadgets.spec.ApplicationManifest
-
- getView() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getView() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- getView() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- getView() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getView() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getView() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- getView(String) - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
Retrieves a single view by name.
- getViewContent(Gadget) - Method in class org.apache.shindig.gadgets.render.HtmlRenderer
-
- getViewerId(HttpRequest) - Static method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- getViewerId() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.AuthContext
-
- getViewFeatures() - Method in class org.apache.shindig.gadgets.Gadget
-
Convenience method that returns Map of features to load for gadget's current view
- getViewFeatures(String) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
Returns Map of features to load for the given View
- getViews() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getViews() - Method in class org.apache.shindig.gadgets.spec.Feature
-
- getViews() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getViews() - Method in class org.apache.shindig.gadgets.spec.LocaleSpec
-
- getViews() - Method in class org.apache.shindig.gadgets.spec.Preload
-
- getWidth() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ImageParams
-
- getWidth() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getWidth() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModuleSpec@width
- getWriter() - Method in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
- GIFOptimizer - Class in org.apache.shindig.gadgets.rewrite.image
-
Optimize GIF images by converting them to PNGs or even JPEGs depending on content
- GIFOptimizer(OptimizerConfig, HttpResponseBuilder) - Constructor for class org.apache.shindig.gadgets.rewrite.image.GIFOptimizer
-
- GRANT_TYPE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- GrantRequestHandler - Interface in org.apache.shindig.gadgets.oauth2.handler
-
Enables injection of new Grant Type schemes into the system.
- Icon - Class in org.apache.shindig.gadgets.spec
-
Represents a ModuleSpec.Icon tag.
- Icon(Element) - Constructor for class org.apache.shindig.gadgets.spec.Icon
-
Currently does not validate icon data.
- ID - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- IfModifiedSinceProcessor - Class in org.apache.shindig.gadgets.js
-
Returns a 304 Not Modified response if the request is for a versioned
resource and contains an If-Modified-Since header.
- IfModifiedSinceProcessor() - Constructor for class org.apache.shindig.gadgets.js.IfModifiedSinceProcessor
-
- IFRAME_RESPONSE_PREFIX - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- IFRAME_RESPONSE_SUFFIX - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- iframeUriManager - Variable in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- iframeUriManager - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- iframeUriManager - Variable in class org.apache.shindig.gadgets.servlet.JsonRpcHandler
-
- IframeUriManager - Interface in org.apache.shindig.gadgets.uri
-
Interface defining methods needed to generate iframe URL for the /ifr servlet.
- IframeUriManager.Versioner - Interface in org.apache.shindig.gadgets.uri
-
- IfTagHandler - Class in org.apache.shindig.gadgets.templates.tags
-
Handles the os:If tag for osml.
- IfTagHandler() - Constructor for class org.apache.shindig.gadgets.templates.tags.IfTagHandler
-
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- ignoreCache - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- IMAGE_HEIGHT - Static variable in class org.apache.shindig.gadgets.http.HttpResponseMetadataHelper
-
- IMAGE_WIDTH - Static variable in class org.apache.shindig.gadgets.http.HttpResponseMetadataHelper
-
- ImageAttributeRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Rewriter that adds height/width attributes to
![]()
tags.
- ImageAttributeRewriter(RequestPipeline, ExecutorService) - Constructor for class org.apache.shindig.gadgets.rewrite.ImageAttributeRewriter
-
- ImageAttributeRewriter.ImageAttributeVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Visitor that injects height/width attributes for
![]()
tags, if needed to
reduce the page reflows.
- ImageAttributeRewriter.ImageAttributeVisitor(RequestPipeline, ExecutorService) - Constructor for class org.apache.shindig.gadgets.rewrite.ImageAttributeRewriter.ImageAttributeVisitor
-
- ImageResizeRewriter - Class in org.apache.shindig.gadgets.rewrite
-
This rewriter helps in appending the image size parameters (extracted from inline styles, height
and width) to the proxied resource urls so that server side resizing can be done when ever
possible.
- ImageResizeRewriter(ProxyUriManager, ContentRewriterFeature.Factory) - Constructor for class org.apache.shindig.gadgets.rewrite.ImageResizeRewriter
-
- ImageResizeRewriter.ImageResizeVisitor - Class in org.apache.shindig.gadgets.rewrite
-
- ImageResizeRewriter.ImageResizeVisitor(ProxyUriManager, ContentRewriterFeature.Config) - Constructor for class org.apache.shindig.gadgets.rewrite.ImageResizeRewriter.ImageResizeVisitor
-
- ImageUtils - Class in org.apache.shindig.gadgets.rewrite.image
-
Utility functions for image processing and introspection.
- INCLUDE_TAGS - Static variable in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature
-
- INCLUDE_URL - Static variable in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature
-
- INCLUDE_URLS - Static variable in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature
-
- incrementNumChanges() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
- init(String) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
Inits the store from a JSON String representing the gadget administration information.
- init() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- init() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
Cues the store to clear it's current state and reload from persistence.
- init(FilterConfig) - Method in class org.apache.shindig.gadgets.servlet.ETagFilter
-
- initFromConfigString(String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- injectBaseConfig(String, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.ConfigInjectionProcessor
-
- injectBaseTag(Gadget, Node) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- injectDefaultPrefs(Gadget, Node) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Injects default values for user prefs into the gadget output.
- injectDefaultScrolling(Element) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- injectFeatureLibraries(Gadget, Node, Node) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Injects javascript libraries needed to satisfy feature dependencies.
- injectGadgetBeacon(Gadget, Node, Node) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- injectGlobalConfig(String, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.ConfigInjectionProcessor
-
- injectMessageBundles(MessageBundle, Node) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Injects message bundles into the gadget output.
- injectOnLoadHandlers(Node) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- injectPreloads(Gadget, Node) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Injects preloads into the gadget output.
- injectScript(Collection<String>, Collection<String>, boolean, Gadget, Node, Node, String) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Add script tag with either js content (inline=true) or script src tag
- InMemoryCache - Class in org.apache.shindig.gadgets.oauth2.persistence.sample
-
- InMemoryCache() - Constructor for class org.apache.shindig.gadgets.oauth2.persistence.sample.InMemoryCache
-
- insertJsAt(int, JsContent) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Insert a JS at a specific index.
- insertToken(OAuth2Token) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Persister
-
- insertToken(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.JSONOAuth2Persister
-
- INSTANCE - Static variable in class org.apache.shindig.gadgets.templates.NullTemplateLibrary
-
- internalCreateToken() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- INVALID_CLIENT - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- INVALID_GRANT - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- INVALID_REQUEST - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- INVALID_SCOPE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- invalidate(BaseRequestItem) - Method in class org.apache.shindig.gadgets.http.InvalidationHandler
-
- invalidate() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- invalidate() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
invalidates the accessor once the request is done.
- invalidateApplicationResources(Set<Uri>, SecurityToken) - Method in class org.apache.shindig.gadgets.http.DefaultInvalidationService
-
- invalidateApplicationResources(Set<Uri>, SecurityToken) - Method in interface org.apache.shindig.gadgets.http.InvalidationService
-
Invalidate a set of cached resources that are part of the application specification itself.
- invalidateApplicationResources(Set<Uri>, SecurityToken) - Method in class org.apache.shindig.gadgets.http.NoOpInvalidationService
-
- invalidateClient(OAuth2Client) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- invalidateClient(OAuth2Client) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
Invalidate a cached client and force it to be reloaded from persistence.
- invalidateToken(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- invalidateToken(OAuth2Token) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
Invalidate a cached token and force it to be reloaded from persistence.
- invalidateUserResources(Set<String>, SecurityToken) - Method in class org.apache.shindig.gadgets.http.DefaultInvalidationService
-
Invalidate all fetched content that was signed on behalf of the specified set of users.
- invalidateUserResources(Set<String>, SecurityToken) - Method in interface org.apache.shindig.gadgets.http.InvalidationService
-
Invalidate all cached resources where the specified user ids were used as either the
owner or viewer id when a signed or OAuth request was made for the content by the application
identified in the security token.
- invalidateUserResources(Set<String>, SecurityToken) - Method in class org.apache.shindig.gadgets.http.NoOpInvalidationService
-
- INVALIDATION_HEADER - Static variable in interface org.apache.shindig.gadgets.http.InvalidationService
-
Header used to tag the content with its invalidation marker.
- invalidationEntries - Variable in class org.apache.shindig.gadgets.http.DefaultInvalidationService
-
- InvalidationHandler - Class in org.apache.shindig.gadgets.http
-
Handle cache invalidation API calls
TODO : Sync with spec.
- InvalidationHandler(InvalidationService) - Constructor for class org.apache.shindig.gadgets.http.InvalidationHandler
-
- InvalidationService - Interface in org.apache.shindig.gadgets.http
-
Service implemented by the container to support content invalidation.
- isAllowedFeature(Feature, Gadget) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- isAllowedFeature(Feature, Gadget) - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
If feature administration is enabled for the given container then check to see if the feature
is allowed.
- isAllowModuleOverride() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- isAllowModuleOverrides() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- isAllowModuleOverrides() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- isAllowOverride() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2GadgetBinding
-
- isAnonymous() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- isAnonymous() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- isAnonymous() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- isAuthorizationEndpointResponse() - Method in class org.apache.shindig.gadgets.oauth2.handler.ClientCredentialsGrantTypeHandler
-
- isAuthorizationEndpointResponse() - Method in class org.apache.shindig.gadgets.oauth2.handler.CodeGrantTypeHandler
-
- isAuthorizationEndpointResponse() - Method in interface org.apache.shindig.gadgets.oauth2.handler.GrantRequestHandler
-
- isAuthorizationHeader() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- isAuthorizationHeader() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
Indicates the service provider wants the access token in an "Authorization:" header, per the
spec.
- isAuthorizationHeader() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- isAuthorizationHeader() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- isCacheable(HttpRequest) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- isCacheable(HttpRequest, HttpResponse, boolean) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- isCajaRequested() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Should content fetched in response to this request
be sanitized based on the specified mime-type
- isConfigurable() - Method in enum org.apache.shindig.gadgets.RenderingContext
-
- isContainerInjectedParameter(String) - Static method in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- isCss(HttpRequest, HttpResponse) - Static method in class org.apache.shindig.gadgets.rewrite.RewriterUtils
-
- isCss(HttpRequest, HttpResponseBuilder) - Static method in class org.apache.shindig.gadgets.rewrite.RewriterUtils
-
- isDebug() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- isDirectory() - Method in class org.apache.shindig.gadgets.features.DefaultFeatureFile
-
- isDirectory() - Method in interface org.apache.shindig.gadgets.features.FeatureFile
-
- isDomainLockingEnforced(String) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
Returns true if domain locking is enforced for every gadget by the container
- isEmpty() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- isEnabled() - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- isEnabled() - Method in interface org.apache.shindig.gadgets.LockedDomainService
-
Check whether locked domains feature is enabled on the server.
- isError() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- isError() - Method in class org.apache.shindig.gadgets.js.JsResponse
-
Returns whether the current response code is an error code.
- isErrorResponse() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- isErrorResponse() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- isExcludedFromLockedDomain(Gadget, String) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
Override methods for custom behavior Allows you to override locked domain feature requests from
a gadget.
- isExports() - Method in class org.apache.shindig.gadgets.features.ApiDirective
-
- isExternal() - Method in class org.apache.shindig.gadgets.features.BrowserSpecificFeatureResource
-
- isExternal() - Method in class org.apache.shindig.gadgets.features.FeatureResource.Default
-
- isExternal() - Method in interface org.apache.shindig.gadgets.features.FeatureResource
-
- isGadgetReqestingLocking(Gadget) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
Returns true if the gadget is requesting to be on a locked domain.
- isGadgetValidForHost(String, Gadget, String) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- isGadgetValidForHost(String, Gadget, String) - Method in class org.apache.shindig.gadgets.HashLockedDomainService
-
- isGadgetValidForHost(String, Gadget, String) - Method in interface org.apache.shindig.gadgets.LockedDomainService
-
Check whether a gadget should be allowed to render on a particular
host.
- isHostUsingLockedDomain(String) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- isHostUsingLockedDomain(String) - Method in class org.apache.shindig.gadgets.HashLockedDomainService
-
- isHostUsingLockedDomain(String) - Method in interface org.apache.shindig.gadgets.LockedDomainService
-
Check whether a host is using a locked domain.
- isHtml(HttpRequest, HttpResponse) - Static method in class org.apache.shindig.gadgets.rewrite.RewriterUtils
-
- isHtml(HttpRequest, HttpResponseBuilder) - Static method in class org.apache.shindig.gadgets.rewrite.RewriterUtils
-
- isHuffmanOptimized() - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- isImageUri(Uri) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
Ensures that the URI points to an image, before continuing.
- isInCache() - Method in class org.apache.shindig.gadgets.js.JsRequest
-
- isInternalRequest() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- isJavascript(HttpRequest, HttpResponse) - Static method in class org.apache.shindig.gadgets.rewrite.RewriterUtils
-
- isJavascript(HttpRequest, HttpResponseBuilder) - Static method in class org.apache.shindig.gadgets.rewrite.RewriterUtils
-
- isJpegConversionAllowed() - Method in class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
Allow conversion from and to JPEG for other image types that are fully opaque.
- isJsload() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- isLoggable() - Method in class org.apache.shindig.gadgets.oauth2.logger.FilteredLogger
-
- isLoggable(Level) - Method in class org.apache.shindig.gadgets.oauth2.logger.FilteredLogger
-
- isNoCache() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- isNoCache() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- isNoCompile() - Method in class org.apache.shindig.gadgets.js.JsContent
-
This is usually only set to true for
JsProcessor via
JsResponseBuilders
that have dynamic output that is vulnerable to attacks where input variation
would cause unique output.
- isNohint() - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- isOauthBodyHash() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret
-
- isOauthBodyHash() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo
-
- isOpaque(BufferedImage) - Static method in class org.apache.shindig.gadgets.rewrite.image.ImageUtils
-
Check if an image is completely opaque
- isOpenSocialScript(Element) - Static method in class org.apache.shindig.gadgets.parse.SocialDataTags
-
- isPrimed() - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- isPrimed() - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
- isProxiedContentRequest() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- isProxyCacheable() - Method in class org.apache.shindig.gadgets.features.BrowserSpecificFeatureResource
-
- isProxyCacheable() - Method in class org.apache.shindig.gadgets.features.FeatureResource.Default
-
- isProxyCacheable() - Method in interface org.apache.shindig.gadgets.features.FeatureResource
-
- isProxyCacheable() - Method in class org.apache.shindig.gadgets.js.JsResponse
-
Returns whether the response can be cached by intermediary proxies.
- isProxyCacheable() - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Returns whether the response can be cached by intermediary proxies.
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.GadgetELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.ElementELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.MessageELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- isRecoverable(HttpResponse) - Method in class org.apache.shindig.gadgets.servlet.ProxyHandler
-
Returns true in case the error encountered while rewriting the content is recoverable.
- isRedirecting() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- isRedirecting() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
is this accessor in the middle of a authorize redirect?
- isRedirectRequired() - Method in class org.apache.shindig.gadgets.oauth2.handler.ClientCredentialsGrantTypeHandler
-
- isRedirectRequired() - Method in class org.apache.shindig.gadgets.oauth2.handler.CodeGrantTypeHandler
-
- isRedirectRequired() - Method in interface org.apache.shindig.gadgets.oauth2.handler.GrantRequestHandler
-
- isRefererCheckEnabled() - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- isRefererCheckEnabled() - Method in interface org.apache.shindig.gadgets.LockedDomainService
-
- isRewriteEnabled() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- isSafe() - Method in class org.apache.shindig.gadgets.templates.NullTemplateLibrary
-
- isSafe() - Method in interface org.apache.shindig.gadgets.templates.TemplateLibrary
-
- isSafe() - Method in class org.apache.shindig.gadgets.templates.TemplateResource
-
- isSafe() - Method in class org.apache.shindig.gadgets.templates.XmlTemplateLibrary
-
- isSafeForOpenProxy(String) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- isSafeForOpenProxy(String) - Method in interface org.apache.shindig.gadgets.LockedDomainService
-
- isSanitizationRequested() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Should content fetched in response to this request
be sanitized based on the specified mime-type
- isSanitize() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- isSanitizedRenderingRequest(Gadget) - Static method in class org.apache.shindig.gadgets.render.SanitizingGadgetRewriter
-
Is the Gadget to be rendered sanitized?
- isSharedToken() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- isSignOwner() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- isSignOwner() - Method in class org.apache.shindig.gadgets.spec.Preload
-
- isSignOwner() - Method in interface org.apache.shindig.gadgets.spec.RequestAuthenticationInfo
-
- isSignOwner() - Method in class org.apache.shindig.gadgets.spec.View
-
- isSignViewer() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- isSignViewer() - Method in class org.apache.shindig.gadgets.spec.Preload
-
- isSignViewer() - Method in interface org.apache.shindig.gadgets.spec.RequestAuthenticationInfo
-
- isSignViewer() - Method in class org.apache.shindig.gadgets.spec.View
-
- isSingleResourceConcatEnabled() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- isSplitJsEnabled() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- isStale() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- isStrictNoCache() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- issueUriFormatError(String) - Method in class org.apache.shindig.gadgets.uri.DefaultJsUriManager
-
- isSummarize() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- isSupportDefer() - Method in class org.apache.shindig.gadgets.features.FeatureRegistry.FeatureBundle
-
- isSupportedContent(HttpResponseBuilder) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- isSupportedImageResult(HttpResponseBuilder, Uri) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- isTokenEndpointResponse() - Method in class org.apache.shindig.gadgets.oauth2.handler.ClientCredentialsGrantTypeHandler
-
- isTokenEndpointResponse() - Method in class org.apache.shindig.gadgets.oauth2.handler.CodeGrantTypeHandler
-
- isTokenEndpointResponse() - Method in interface org.apache.shindig.gadgets.oauth2.handler.GrantRequestHandler
-
- isTokenNeededForRendering(Gadget) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- isUriAllowed(Uri, String[]) - Static method in class org.apache.shindig.gadgets.oauth2.OAuth2Utils
-
Check if the given Uri is in the allowedDomains array.
- isUrlAttribute(QName, String) - Static method in class org.apache.shindig.gadgets.parse.HtmlSerialization
-
Returns true if the listed attribute is an URL attribute.
- isUrlParameter() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- isUrlParameter() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
Indicates the service provider wants the access token in an URL Parameter.
- isUrlParameter() - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- isUrlParameter() - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- isUses() - Method in class org.apache.shindig.gadgets.features.ApiDirective
-
- isValid(HttpRequest, HttpResponse) - Method in class org.apache.shindig.gadgets.http.DefaultInvalidationService
-
- isValid(HttpRequest, HttpResponse) - Method in interface org.apache.shindig.gadgets.http.InvalidationService
-
Is the specified HttpResponse still valid.
- isValid(HttpRequest, HttpResponse) - Method in class org.apache.shindig.gadgets.http.NoOpInvalidationService
-
- isValid() - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- isValid() - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- isValidHeaderName(String) - Static method in class org.apache.shindig.gadgets.uri.UriUtils
-
Returns true if the header name is valid.
- isValidHeaderValue(String) - Static method in class org.apache.shindig.gadgets.uri.UriUtils
-
Returns true if the header value is valid.
- isValidReferer(Gadget, String) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
Check whether the referer value in the request head is in the permitted referer domain list or not.
- isViewerAccessTokensEnabled() - Method in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- isViewerAccessTokensEnabled() - Method in class org.apache.shindig.gadgets.oauth2.OAuth2FetcherConfig
-
- isWhitelisted(String, String) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- isWhitelisted(String, String) - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
Determines whether a gadget is on the whitelist of trusted gadgets set by the admin.
- OAUTH2_IMPORT - Static variable in class org.apache.shindig.gadgets.oauth2.OAuth2Module
-
- OAUTH2_IMPORT_CLEAN - Static variable in class org.apache.shindig.gadgets.oauth2.OAuth2Module
-
- OAUTH2_REDIRECT_URI - Static variable in class org.apache.shindig.gadgets.oauth2.OAuth2Module
-
- OAUTH2_STATE_CRYPTER - Static variable in class org.apache.shindig.gadgets.oauth2.OAuth2FetcherConfig
-
- OAuth2Accessor - Interface in org.apache.shindig.gadgets.oauth2
-
OAuth2 related data accessor.
- OAuth2Accessor.Type - Enum in org.apache.shindig.gadgets.oauth2
-
Enumeration of possible accessor types
- OAuth2Arguments - Class in org.apache.shindig.gadgets.oauth2
-
Arguments to an OAuth2 fetch sent by the client.
- OAuth2Arguments(AuthType, Map<String, String>) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
- OAuth2Arguments(HttpServletRequest) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
Public constructor to parse OAuth2Arguments from a
HttpServletRequest
- OAuth2Arguments(OAuth2Arguments) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
- OAuth2Arguments(RequestAuthenticationInfo) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Arguments
-
- OAuth2Cache - Interface in org.apache.shindig.gadgets.oauth2.persistence
-
Used by OAuth2Store to cache OAuth2 data.
- OAuth2CacheException - Exception in org.apache.shindig.gadgets.oauth2.persistence
-
- OAuth2CacheException(Exception) - Constructor for exception org.apache.shindig.gadgets.oauth2.persistence.OAuth2CacheException
-
- OAuth2CallbackServlet - Class in org.apache.shindig.gadgets.servlet
-
- OAuth2CallbackServlet() - Constructor for class org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet
-
- OAuth2CallbackState - Class in org.apache.shindig.gadgets.oauth2
-
- OAuth2CallbackState() - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- OAuth2CallbackState(BlobCrypter) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- OAuth2CallbackState(BlobCrypter, String) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- OAuth2CallbackStateToken - Class in org.apache.shindig.gadgets.oauth2
-
- OAuth2CallbackStateToken(Map<String, String>) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- OAuth2Client - Class in org.apache.shindig.gadgets.oauth2.persistence
-
Data class for client data stored in persistence.
- OAuth2Client() - Constructor for class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- OAuth2Client(OAuth2Encrypter) - Constructor for class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- OAuth2Encrypter - Interface in org.apache.shindig.gadgets.oauth2.persistence
-
Injected into the system to encrypt/decrypt client and token secrets in the
persistence layer.
- OAuth2EncryptionException - Exception in org.apache.shindig.gadgets.oauth2.persistence
-
- OAuth2EncryptionException(Exception) - Constructor for exception org.apache.shindig.gadgets.oauth2.persistence.OAuth2EncryptionException
-
- OAuth2Error - Enum in org.apache.shindig.gadgets.oauth2
-
Any time there's an error in the OAuth2 layer it's reported with an OAuth2Error.
- OAuth2FetcherConfig - Class in org.apache.shindig.gadgets.oauth2
-
Configuration parameters for an OAuth2Request
- OAuth2FetcherConfig(GadgetOAuth2TokenStore, boolean) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2FetcherConfig
-
- OAuth2GadgetBinding - Class in org.apache.shindig.gadgets.oauth2.persistence.sample
-
Binds a gadget to a client.
- OAuth2GadgetBinding(String, String, String, boolean) - Constructor for class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2GadgetBinding
-
- OAuth2GadgetContext - Class in org.apache.shindig.gadgets.oauth2
-
GadgetContext for use when handling an OAuth2 request.
- OAuth2GadgetContext(SecurityToken, OAuth2Arguments, Uri) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2GadgetContext
-
- OAuth2HandlerError - Class in org.apache.shindig.gadgets.oauth2.handler
-
Stores an error in the handler layer.
- OAuth2HandlerError(OAuth2Error, String, Exception) - Constructor for class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerError
-
- OAuth2HandlerError(OAuth2Error, String, Exception, String, String) - Constructor for class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerError
-
- OAuth2HandlerModule - Class in org.apache.shindig.gadgets.oauth2.handler
-
Injects the default handlers.
- OAuth2HandlerModule() - Constructor for class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule
-
- OAuth2Message - Interface in org.apache.shindig.gadgets.oauth2
-
Interface representing an OAuth2Message parser that is injected into the
OAuth2Request
layer.
- OAuth2MessageModule - Class in org.apache.shindig.gadgets.oauth2
-
- OAuth2MessageModule() - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2MessageModule
-
- OAuth2MessageModule.OAuth2MessageProvider - Class in org.apache.shindig.gadgets.oauth2
-
- OAuth2MessageModule.OAuth2MessageProvider() - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2MessageModule.OAuth2MessageProvider
-
- OAuth2Module - Class in org.apache.shindig.gadgets.oauth2
-
- OAuth2Module() - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Module
-
- OAuth2Module.OAuth2CrypterProvider - Class in org.apache.shindig.gadgets.oauth2
-
- OAuth2Module.OAuth2CrypterProvider(String) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Module.OAuth2CrypterProvider
-
- OAuth2Module.OAuth2RequestProvider - Class in org.apache.shindig.gadgets.oauth2
-
- OAuth2Module.OAuth2RequestProvider(OAuth2FetcherConfig, HttpFetcher, List<AuthorizationEndpointResponseHandler>, List<ClientAuthenticationHandler>, List<GrantRequestHandler>, List<ResourceRequestHandler>, List<TokenEndpointResponseHandler>, boolean, OAuth2RequestParameterGenerator) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Module.OAuth2RequestProvider
-
- OAuth2Module.OAuth2StoreProvider - Class in org.apache.shindig.gadgets.oauth2
-
- OAuth2Module.OAuth2StoreProvider(String, boolean, boolean, Authority, OAuth2Cache, OAuth2Persister, OAuth2Encrypter, String, BlobCrypter) - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Module.OAuth2StoreProvider
-
- OAuth2PersistenceException - Exception in org.apache.shindig.gadgets.oauth2.persistence
-
Exception class for errors that occur in the persistence layer.
- OAuth2PersistenceException(Exception) - Constructor for exception org.apache.shindig.gadgets.oauth2.persistence.OAuth2PersistenceException
-
- OAuth2PersistenceModule - Class in org.apache.shindig.gadgets.oauth2.persistence.sample
-
Binds default persistence classes for shindig.
- OAuth2PersistenceModule() - Constructor for class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2PersistenceModule
-
- OAuth2Persister - Interface in org.apache.shindig.gadgets.oauth2.persistence
-
- OAuth2Provider - Class in org.apache.shindig.gadgets.oauth2.persistence.sample
-
Representation of OAuth2 endpoints and other relevant endpoint data.
- OAuth2Provider() - Constructor for class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- OAuth2Request - Interface in org.apache.shindig.gadgets.oauth2
-
Implements OAuth2 fetch for gadgets.
- OAuth2RequestException - Exception in org.apache.shindig.gadgets.oauth2
-
Thrown by OAuth2 request routines.
- OAuth2RequestException(OAuth2Error, String, Throwable) - Constructor for exception org.apache.shindig.gadgets.oauth2.OAuth2RequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuth2RequestException(OAuth2Error, String, Throwable, String, String) - Constructor for exception org.apache.shindig.gadgets.oauth2.OAuth2RequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuth2RequestParameterGenerator - Interface in org.apache.shindig.gadgets.oauth2
-
Enables injection of a new request parameter generator into the system.
- OAuth2ResponseParams - Class in org.apache.shindig.gadgets.oauth2
-
Container for OAuth2 specific data to include in the response to the client.
- OAuth2ResponseParams() - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2ResponseParams
-
- OAuth2Service - Class in org.apache.shindig.gadgets.spec
-
Information about an OAuth2 service that a gadget wants to use.
- OAuth2Service(Element, Uri) - Constructor for class org.apache.shindig.gadgets.spec.OAuth2Service
-
- OAuth2Spec - Class in org.apache.shindig.gadgets.spec
-
Wraps an <OAuth2> element from the gadget spec.
- OAuth2Spec(Element, Uri) - Constructor for class org.apache.shindig.gadgets.spec.OAuth2Spec
-
- OAuth2Store - Interface in org.apache.shindig.gadgets.oauth2
-
Interface to an OAuth 2.0 Data Store.
- OAuth2Token - Interface in org.apache.shindig.gadgets.oauth2
-
Contains all relevant data for a token.
- OAuth2Token.Type - Enum in org.apache.shindig.gadgets.oauth2
-
- OAuth2TokenPersistence - Class in org.apache.shindig.gadgets.oauth2.persistence
-
- OAuth2TokenPersistence() - Constructor for class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- OAuth2TokenPersistence(OAuth2Encrypter) - Constructor for class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- OAuth2Utils - Class in org.apache.shindig.gadgets.oauth2
-
Some common OAuth2 related utility methods
- OAuth2Utils() - Constructor for class org.apache.shindig.gadgets.oauth2.OAuth2Utils
-
- OAUTH_STATE_CRYPTER - Static variable in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- OAuthArguments - Class in org.apache.shindig.gadgets.oauth
-
Arguments to an OAuth fetch sent by the client.
- OAuthArguments(AuthType, HttpServletRequest) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthArguments
-
Parse OAuthArguments from parameters to the makeRequest servlet.
- OAuthArguments(RequestAuthenticationInfo) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthArguments
-
Parse OAuthArguments from parameters to Preload, proxied content rendering, and OSML tags.
- OAuthArguments(AuthType, Map<String, String>) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthArguments
-
Parse OAuthArguments from a Map of settings
- OAuthArguments() - Constructor for class org.apache.shindig.gadgets.oauth.OAuthArguments
-
Create an OAuthArguments object with all default values.
- OAuthArguments(OAuthArguments) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthArguments
-
Copy constructor.
- OAuthArguments.UseToken - Enum in org.apache.shindig.gadgets.oauth
-
Should the OAuth access token be used?
- OAuthCallbackGenerator - Interface in org.apache.shindig.gadgets.oauth
-
Figures out the OAuth callback URL to send service providers.
- OAuthCallbackServlet - Class in org.apache.shindig.gadgets.servlet
-
Servlet to act as our OAuth callback URL.
- OAuthCallbackServlet() - Constructor for class org.apache.shindig.gadgets.servlet.OAuthCallbackServlet
-
- OAuthCallbackState - Class in org.apache.shindig.gadgets.oauth
-
Handles state passed on the OAuth callback URL.
- OAuthCallbackState(BlobCrypter) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthCallbackState
-
- OAuthCallbackState(BlobCrypter, String) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthCallbackState
-
- OAuthCallbackStateToken - Class in org.apache.shindig.gadgets.oauth
-
- OAuthCallbackStateToken() - Constructor for class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- OAuthCallbackStateToken(Map<String, String>) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- OAuthClientState - Class in org.apache.shindig.gadgets.oauth
-
Class to handle OAuth fetcher state stored client side.
- OAuthClientState(BlobCrypter) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthClientState
-
Create a new, empty client state blob.
- OAuthClientState(BlobCrypter, String) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthClientState
-
Initialize client state based on an encrypted blob passed by the
client.
- OAuthCommandLine - Class in org.apache.shindig.gadgets.oauth
-
Run a simple OAuth fetcher to execute a variety of OAuth fetches and output
the result
Arguments
--consumerKey
--consumerSecret
--requestorId
--accessToken
--method
--url
--contentType
--postBody
--postFile
--paramLocation
--bodySigning hash|legacy|none
--httpProxy=
- OAuthCommandLine() - Constructor for class org.apache.shindig.gadgets.oauth.OAuthCommandLine
-
- OAuthCommandLine.BodySigning - Enum in org.apache.shindig.gadgets.oauth
-
- OAuthError - Enum in org.apache.shindig.gadgets.oauth
-
Error strings to be returned to gadgets as "oauthError" data.
- OAuthFetcherConfig - Class in org.apache.shindig.gadgets.oauth
-
Configuration parameters for an OAuthRequest
- OAuthFetcherConfig(BlobCrypter, GadgetOAuthTokenStore, TimeSource, OAuthCallbackGenerator, boolean) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- OAuthGadgetContext - Class in org.apache.shindig.gadgets.oauth
-
GadgetContext for use when handling an OAuth request.
- OAuthGadgetContext(SecurityToken, OAuthArguments) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthGadgetContext
-
- OAuthModule - Class in org.apache.shindig.gadgets.oauth
-
Loads pre-reqs for OAuth.
- OAuthModule() - Constructor for class org.apache.shindig.gadgets.oauth.OAuthModule
-
- OAuthModule.OAuthCrypterProvider - Class in org.apache.shindig.gadgets.oauth
-
- OAuthModule.OAuthCrypterProvider(String) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthModule.OAuthCrypterProvider
-
- OAuthModule.OAuthRequestProvider - Class in org.apache.shindig.gadgets.oauth
-
- OAuthModule.OAuthRequestProvider(HttpFetcher, OAuthFetcherConfig) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthModule.OAuthRequestProvider
-
- OAuthModule.OAuthStoreProvider - Class in org.apache.shindig.gadgets.oauth
-
- OAuthModule.OAuthStoreProvider(String, String, String, Authority) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthModule.OAuthStoreProvider
-
- OAuthRequest - Class in org.apache.shindig.gadgets.oauth
-
Implements both signed fetch and full OAuth for gadgets, as well as a combination of the two that
is necessary to build OAuth enabled gadgets for social sites.
- OAuthRequest(OAuthFetcherConfig, HttpFetcher) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- OAuthRequest(OAuthFetcherConfig, HttpFetcher, List<OAuth.Parameter>) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- OAuthRequestException - Exception in org.apache.shindig.gadgets.oauth
-
Thrown by OAuth request routines.
- OAuthRequestException(OAuthError) - Constructor for exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuthRequestException(OAuthError, String) - Constructor for exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuthRequestException(OAuthError, String, Throwable) - Constructor for exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuthRequestException(String, String) - Constructor for exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuthRequestException(String, String, Throwable) - Constructor for exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuthRequestException(String) - Constructor for exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuthRequestException(String, Throwable) - Constructor for exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Create an exception and record information about the exception to be returned to the gadget.
- OAuthResponseParams - Class in org.apache.shindig.gadgets.oauth
-
Container for OAuth specific data to include in the response to the client.
- OAuthResponseParams(SecurityToken, HttpRequest, BlobCrypter) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
Create response parameters.
- OAuthService - Class in org.apache.shindig.gadgets.spec
-
Information about an OAuth service that a gadget wants to use.
- OAuthService(Element, Uri) - Constructor for class org.apache.shindig.gadgets.spec.OAuthService
-
- OAuthSpec - Class in org.apache.shindig.gadgets.spec
-
Wraps an <OAuth> element from the gadget spec.
- OAuthSpec(Element, Uri) - Constructor for class org.apache.shindig.gadgets.spec.OAuthSpec
-
- OAuthStore - Interface in org.apache.shindig.gadgets.oauth
-
Interface to an OAuth Data Store.
- OAuthStore.ConsumerInfo - Class in org.apache.shindig.gadgets.oauth
-
Information about an OAuth consumer.
- OAuthStore.ConsumerInfo(OAuthConsumer, String, String) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo
-
- OAuthStore.ConsumerInfo(OAuthConsumer, String, String, boolean) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo
-
- OAuthStore.TokenInfo - Class in org.apache.shindig.gadgets.oauth
-
Information about an access token.
- OAuthStore.TokenInfo(String, String, String, long) - Constructor for class org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo
-
- OAuthUriManager - Interface in org.apache.shindig.gadgets.uri
-
Methods used by the oauth proxy, currently only used for an OAuth callback.
- ok(String) - Static method in class org.apache.shindig.gadgets.render.RenderingResults
-
- onErrorRenderingResultsStatus(GadgetRenderingServlet.PostGadgetRenderingParams) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- ONLOAD_FUNCTION_NAME_ERROR - Static variable in class org.apache.shindig.gadgets.js.AddOnloadFunctionProcessor
-
- ONLOAD_JS_TPL - Static variable in class org.apache.shindig.gadgets.js.AddOnloadFunctionProcessor
-
- onMustRedirectRenderingResultsStatus(GadgetRenderingServlet.PostGadgetRenderingParams) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- onOkRenderingResultsStatus(GadgetRenderingServlet.PostGadgetRenderingParams) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- OPENSOCIAL_APPID - Static variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- OPENSOCIAL_APPURL - Static variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- OPENSOCIAL_NAMESPACE - Static variable in class org.apache.shindig.gadgets.spec.PipelinedData
-
- OPENSOCIAL_NAMESPACE - Static variable in interface org.apache.shindig.gadgets.templates.tags.TagHandler
-
Namespace used by tags in the default Opensocial namespace.
- OPENSOCIAL_OWNERID - Static variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- OPENSOCIAL_PROXIED_CONTENT - Static variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- OPENSOCIAL_VIEWERID - Static variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
- OpenSocialI18NGadgetRewriter - Class in org.apache.shindig.gadgets.render
-
Produce data constants that are needed by the opensocial-i18n
feature based on user locale.
- OpenSocialI18NGadgetRewriter() - Constructor for class org.apache.shindig.gadgets.render.OpenSocialI18NGadgetRewriter
-
- OptimizerConfig - Class in org.apache.shindig.gadgets.rewrite.image
-
Configuration settings for the optimizer
- OptimizerConfig(int, int, boolean, float, int, boolean, boolean) - Constructor for class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
- OptimizerConfig() - Constructor for class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
Defaults for usage in tests.
- org.apache.shindig.gadgets - package org.apache.shindig.gadgets
-
- org.apache.shindig.gadgets.admin - package org.apache.shindig.gadgets.admin
-
- org.apache.shindig.gadgets.config - package org.apache.shindig.gadgets.config
-
- org.apache.shindig.gadgets.encoding - package org.apache.shindig.gadgets.encoding
-
- org.apache.shindig.gadgets.features - package org.apache.shindig.gadgets.features
-
- org.apache.shindig.gadgets.http - package org.apache.shindig.gadgets.http
-
- org.apache.shindig.gadgets.js - package org.apache.shindig.gadgets.js
-
- org.apache.shindig.gadgets.oauth - package org.apache.shindig.gadgets.oauth
-
- org.apache.shindig.gadgets.oauth2 - package org.apache.shindig.gadgets.oauth2
-
- org.apache.shindig.gadgets.oauth2.handler - package org.apache.shindig.gadgets.oauth2.handler
-
- org.apache.shindig.gadgets.oauth2.logger - package org.apache.shindig.gadgets.oauth2.logger
-
- org.apache.shindig.gadgets.oauth2.persistence - package org.apache.shindig.gadgets.oauth2.persistence
-
- org.apache.shindig.gadgets.oauth2.persistence.sample - package org.apache.shindig.gadgets.oauth2.persistence.sample
-
- org.apache.shindig.gadgets.parse - package org.apache.shindig.gadgets.parse
-
- org.apache.shindig.gadgets.parse.caja - package org.apache.shindig.gadgets.parse.caja
-
- org.apache.shindig.gadgets.parse.nekohtml - package org.apache.shindig.gadgets.parse.nekohtml
-
- org.apache.shindig.gadgets.preload - package org.apache.shindig.gadgets.preload
-
- org.apache.shindig.gadgets.process - package org.apache.shindig.gadgets.process
-
- org.apache.shindig.gadgets.render - package org.apache.shindig.gadgets.render
-
- org.apache.shindig.gadgets.rewrite - package org.apache.shindig.gadgets.rewrite
-
- org.apache.shindig.gadgets.rewrite.image - package org.apache.shindig.gadgets.rewrite.image
-
- org.apache.shindig.gadgets.rewrite.js - package org.apache.shindig.gadgets.rewrite.js
-
- org.apache.shindig.gadgets.servlet - package org.apache.shindig.gadgets.servlet
-
- org.apache.shindig.gadgets.spec - package org.apache.shindig.gadgets.spec
-
- org.apache.shindig.gadgets.templates - package org.apache.shindig.gadgets.templates
-
- org.apache.shindig.gadgets.templates.tags - package org.apache.shindig.gadgets.templates.tags
-
- org.apache.shindig.gadgets.uri - package org.apache.shindig.gadgets.uri
-
- org.apache.shindig.gadgets.variables - package org.apache.shindig.gadgets.variables
-
- originalStream - Variable in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
- OS_TEMPLATE_MIME - Static variable in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter
-
- OS_TEMPLATES_FEATURE_NAME - Static variable in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter
-
- OSAPI_BASE_ENDPOINTS - Static variable in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
Key in container config that lists the endpoints offering services
- OSAPI_FEATURE_CONFIG - Static variable in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- OSAPI_SERVICES - Static variable in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- OsapiServicesConfigContributor - Class in org.apache.shindig.gadgets.config
-
Populates the osapi.services configuration, which includes
the osapi endpoints this container supports.
- OsapiServicesConfigContributor(RpcServiceLookup) - Constructor for class org.apache.shindig.gadgets.config.OsapiServicesConfigContributor
-
- OSML_DATA_TAG - Static variable in class org.apache.shindig.gadgets.parse.SocialDataTags
-
Allowed tag names for OpenSocial Data and template blocks.
- OSML_FEATURE_NAME - Static variable in class org.apache.shindig.gadgets.rewrite.TemplateRewriter
-
- OSML_TEMPLATE_TAG - Static variable in class org.apache.shindig.gadgets.parse.SocialDataTags
-
- OsTemplateXmlLoaderRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Rewrites the gadget to include template and xml information
- OsTemplateXmlLoaderRewriter(OsTemplateXmlLoaderRewriter.Converter) - Constructor for class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter
-
- OsTemplateXmlLoaderRewriter.Converter - Class in org.apache.shindig.gadgets.rewrite
-
- OsTemplateXmlLoaderRewriter.Converter(GadgetHtmlParser, DOMImplementation) - Constructor for class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter.Converter
-
- OsTemplateXmlLoaderRewriter.GadgetHtmlVisitor - Class in org.apache.shindig.gadgets.rewrite
-
- OsTemplateXmlLoaderRewriter.GadgetHtmlVisitor(OsTemplateXmlLoaderRewriter.Converter) - Constructor for class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter.GadgetHtmlVisitor
-
- outputDocType(DocumentType, Appendable) - Static method in class org.apache.shindig.gadgets.parse.HtmlSerialization
-
- palettize(BufferedImage, int) - Static method in class org.apache.shindig.gadgets.rewrite.image.ImageUtils
-
Convert an image to a palletized one.
- PARAM_LOCATION_PARAM - Static variable in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- parse(String, AbstractSpecFactory.Query) - Method in class org.apache.shindig.gadgets.AbstractSpecFactory
-
Parse and return a new spec object from the network.
- parse(String) - Static method in enum org.apache.shindig.gadgets.AuthType
-
- parse(String, AbstractSpecFactory.Query) - Method in class org.apache.shindig.gadgets.DefaultGadgetSpecFactory
-
- parse(String, AbstractSpecFactory.Query) - Method in class org.apache.shindig.gadgets.DefaultMessageBundleFactory
-
- parse(String) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser
-
- parse(String) - Static method in enum org.apache.shindig.gadgets.spec.BaseOAuthService.Location
-
- parse(String) - Static method in enum org.apache.shindig.gadgets.spec.BaseOAuthService.Method
-
- parse(String) - Static method in enum org.apache.shindig.gadgets.spec.UserPref.DataType
-
Parses a data type from the input string.
- parse(String) - Static method in enum org.apache.shindig.gadgets.spec.View.ContentType
-
- parseAndNormalize(HttpRequest) - Method in interface org.apache.shindig.gadgets.uri.AccelUriManager
-
Parses and normalizes the given request uri to be proxied through accel.
- parseAndNormalize(HttpRequest) - Method in class org.apache.shindig.gadgets.uri.DefaultAccelUriManager
-
- PARSED_DOCUMENTS - Static variable in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- PARSED_FRAGMENTS - Static variable in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- parseDom(String) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssParser
-
Parse CSS content into Caja's CSS DOM model
- parseDom(String, Uri) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssParser
-
- parseDom(String) - Method in class org.apache.shindig.gadgets.parse.caja.VanillaCajaHtmlParser
-
- parseDom(String) - Method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- parseDomImpl(String) - Method in class org.apache.shindig.gadgets.parse.caja.CajaHtmlParser
-
- parseDomImpl(String) - Method in class org.apache.shindig.gadgets.parse.caja.VanillaCajaHtmlParser
-
- parseDomImpl(String) - Method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
TODO: remove the need for parseDomImpl as a parsing method.
- parseDomImpl(String) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser
-
- parseFragment(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- parseFragment(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
Populates an OAuth2Message from a query fragment.
- parseFragment(String, Node) - Method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
Parses a snippet of markup and appends the result as children to the
provided node.
- parseFragmentImpl(String) - Method in class org.apache.shindig.gadgets.parse.caja.CajaHtmlParser
-
- parseFragmentImpl(String) - Method in class org.apache.shindig.gadgets.parse.caja.VanillaCajaHtmlParser
-
- parseFragmentImpl(String) - Method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- parseFragmentImpl(String) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser
-
- parseJSON(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- parseJSON(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
Populates an OAuth2Message from a JSON response body.
- ParseModule - Class in org.apache.shindig.gadgets.parse
-
Provide parse bindings
- ParseModule() - Constructor for class org.apache.shindig.gadgets.parse.ParseModule
-
- ParseModule.DOMImplementationProvider - Class in org.apache.shindig.gadgets.parse
-
Provider of new HTMLDocument implementations.
- ParseModule.DOMImplementationProvider() - Constructor for class org.apache.shindig.gadgets.parse.ParseModule.DOMImplementationProvider
-
- parseQuery(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- parseQuery(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
Populates an OAuth2Message from a URL query string.
- parseRequest(HttpServletRequest) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- parseRequest(HttpServletRequest) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
Populates an OAuth2Message from the entire HttpServletRequest
- PATH_PARAM - Static variable in class org.apache.shindig.gadgets.render.HtmlRenderer
-
- PATH_PARAM - Static variable in class org.apache.shindig.gadgets.render.ProxyRenderer
-
- PERMITTED_REFERER_DOMAINS_KEY - Static variable in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- permittedRefererDomains - Variable in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- PipelineDataGadgetRewriter - Class in org.apache.shindig.gadgets.rewrite
-
ContentRewriter that resolves opensocial-data elements on the server.
- PipelineDataGadgetRewriter(PipelineExecutor) - Constructor for class org.apache.shindig.gadgets.rewrite.PipelineDataGadgetRewriter
-
- PipelinedData - Class in org.apache.shindig.gadgets.spec
-
Parsing code for <os:*> elements.
- PipelinedData(Element, Uri) - Constructor for class org.apache.shindig.gadgets.spec.PipelinedData
-
- PipelinedData.Batch - Interface in org.apache.shindig.gadgets.spec
-
- PipelinedData.BatchItem - Interface in org.apache.shindig.gadgets.spec
-
Item within a batch
- PipelinedData.BatchType - Enum in org.apache.shindig.gadgets.spec
-
Temporary type until BatchItem is made fully polymorphic
- PipelinedDataPreloader - Class in org.apache.shindig.gadgets.preload
-
Processes a single batch of pipeline data into tasks.
- PipelinedDataPreloader(RequestPipeline, ContainerConfig) - Constructor for class org.apache.shindig.gadgets.preload.PipelinedDataPreloader
-
- PipelineExecutor - Class in org.apache.shindig.gadgets.preload
-
Runs data pipelining, chaining dependencies among batches as needed.
- PipelineExecutor(PipelinedDataPreloader, PreloaderService, Expressions) - Constructor for class org.apache.shindig.gadgets.preload.PipelineExecutor
-
- PipelineExecutor.Results - Class in org.apache.shindig.gadgets.preload
-
Results from a full pipeline execution.
- PipelineExecutor.Results(Collection<PipelinedData>, Collection<? extends Object>, Map<String, ? extends Object>) - Constructor for class org.apache.shindig.gadgets.preload.PipelineExecutor.Results
-
- post(BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler
-
Execute an HTTP POST request
- POST_DATA_PARAM - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- postGadgetRendering(GadgetRenderingServlet.PostGadgetRenderingParams) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
Implementations that extend this class are strongly discouraged from overriding this method.
- preload(Gadget) - Method in class org.apache.shindig.gadgets.preload.ConcurrentPreloaderService
-
- preload(Collection<Callable<PreloadedData>>) - Method in class org.apache.shindig.gadgets.preload.ConcurrentPreloaderService
-
- preload(Gadget) - Method in interface org.apache.shindig.gadgets.preload.PreloaderService
-
Begin all preload operations.
- preload(Collection<Callable<PreloadedData>>) - Method in interface org.apache.shindig.gadgets.preload.PreloaderService
-
Execute preloads with a specific set of preload tasks.
- Preload - Class in org.apache.shindig.gadgets.spec
-
Represents an addressable piece of content that can be preloaded by the server
to satisfy makeRequest calls
- Preload(Element, Uri) - Constructor for class org.apache.shindig.gadgets.spec.Preload
-
Creates a new Preload from an xml node.
- PreloadedData - Interface in org.apache.shindig.gadgets.preload
-
Contains preloaded data and methods for manipulating it.
- Preloader - Interface in org.apache.shindig.gadgets.preload
-
Performs an individual preloading operation.
- PreloaderService - Interface in org.apache.shindig.gadgets.preload
-
Handles preloading operations, such as HTTP fetches, social data retrieval, or anything else that
would benefit from preloading on the server instead of incurring a network request for users.
- PreloadException - Exception in org.apache.shindig.gadgets.preload
-
Exceptions thrown when preloading data.
- PreloadException(String) - Constructor for exception org.apache.shindig.gadgets.preload.PreloadException
-
- PreloadException(Throwable) - Constructor for exception org.apache.shindig.gadgets.preload.PreloadException
-
- PreloadException(String, Throwable) - Constructor for exception org.apache.shindig.gadgets.preload.PreloadException
-
- PreloadModule - Class in org.apache.shindig.gadgets.preload
-
Guice bindings for the render package.
- PreloadModule() - Constructor for class org.apache.shindig.gadgets.preload.PreloadModule
-
- prependJs(JsContent) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Prepend a JS to the response.
- prependJs(String, String) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Prepends JS to the output.
- prependJs(String, String, boolean) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Prepends JS to the output.
- prependToNode(Node, LinkedList<Node>) - Method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- printEscapedText(CharSequence, Appendable) - Static method in class org.apache.shindig.gadgets.parse.HtmlSerialization
-
- printStartElement(Element, Appendable, boolean) - Static method in class org.apache.shindig.gadgets.parse.HtmlSerialization
-
Print the start of an HTML element.
- printStartElement(String, NamedNodeMap, Appendable, boolean) - Static method in class org.apache.shindig.gadgets.parse.HtmlSerialization
-
- process(String, String, boolean, int) - Method in interface org.apache.shindig.gadgets.FeedProcessor
-
Converts feed XML to JSON.
- process(String, String, boolean, int) - Method in class org.apache.shindig.gadgets.FeedProcessorImpl
-
Converts feed XML to JSON.
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.AddJslInfoVariableProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.AddJslLoadedVariableProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.AddOnloadFunctionProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.AnonFuncWrappingProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.CajaJsSubtractingProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.CompilationProcessor
-
Compile content in the inbound JsResponseBuilder.
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.ConfigInjectionProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.DefaultJsProcessorRegistry
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.DeferJsProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.ExportJsProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.GetJsContentProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.IfModifiedSinceProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.JsLoadProcessor
-
- process(JsRequest, JsResponseBuilder) - Method in interface org.apache.shindig.gadgets.js.JsProcessor
-
Populates or modifies the Javascript response.
- process(JsRequest, JsResponseBuilder) - Method in interface org.apache.shindig.gadgets.js.JsProcessorRegistry
-
Executes the processing steps.
- process(JsRequest, JsResponseBuilder) - Method in class org.apache.shindig.gadgets.js.SeparatorCommentingProcessor
-
- process(GadgetContext) - Method in class org.apache.shindig.gadgets.process.Processor
-
Process a single gadget.
- process(Uri) - Method in class org.apache.shindig.gadgets.render.SanitizingProxyUriManager
-
- process(JSONObject) - Method in class org.apache.shindig.gadgets.servlet.JsonRpcHandler
-
Processes a JSON request.
- process(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler
-
- process(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.HtmlTagHandler
-
- process(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.IfTagHandler
-
- process(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.RenderTagHandler
-
- process(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.RepeatTagHandler
-
- process(Node, Element, TemplateProcessor) - Method in interface org.apache.shindig.gadgets.templates.tags.TagHandler
-
Processes the custom tag.
- process(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.TemplateBasedTagHandler
-
- process(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.VariableTagHandler
-
- process(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.VarTagHandler
-
- process(Uri) - Method in interface org.apache.shindig.gadgets.uri.ConcatUriManager
-
Parses a given Uri indicating whether it's a concat Uri and if so,
whether it's valid.
- process(Uri) - Method in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- process(Uri) - Method in class org.apache.shindig.gadgets.uri.DefaultProxyUriManager
-
- process(Uri) - Method in interface org.apache.shindig.gadgets.uri.ProxyUriManager
-
Parse and validate the proxied Uri.
- processChildNodes(Node) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
Process the children of an element or document.
- processChildNodes(Node, Node) - Method in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
Process the children of an element or document.
- processChildNodes(Node, Node) - Method in interface org.apache.shindig.gadgets.templates.TemplateProcessor
-
Process the children of an element or document.
- processChildren(Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.AbstractTagHandler
-
- processExternJsUri(Uri) - Method in class org.apache.shindig.gadgets.uri.DefaultJsUriManager
-
Essentially pulls apart a Uri created by makeExternJsUri, validating its
contents, especially the version key.
- processExternJsUri(Uri) - Method in interface org.apache.shindig.gadgets.uri.JsUriManager
-
Processes the inbound URL, for use by serving code in determining which JS to serve
and with what caching properties.
- processFeed(HttpRequestHandler.HttpApiRequest, String) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler
-
Processes a feed (RSS or Atom) using FeedProcessor.
- ProcessingException - Exception in org.apache.shindig.gadgets.process
-
Exceptions thrown during gadget processing.
- ProcessingException(Throwable, int) - Constructor for exception org.apache.shindig.gadgets.process.ProcessingException
-
- ProcessingException(String, int) - Constructor for exception org.apache.shindig.gadgets.process.ProcessingException
-
- ProcessingException(String, Throwable, int) - Constructor for exception org.apache.shindig.gadgets.process.ProcessingException
-
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- Processor - Class in org.apache.shindig.gadgets.process
-
Converts an input Context into an output Gadget.
- Processor(GadgetSpecFactory, VariableSubstituter, ContainerConfig, GadgetAdminStore, FeatureRegistryProvider) - Constructor for class org.apache.shindig.gadgets.process.Processor
-
- processor - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- processor - Variable in class org.apache.shindig.gadgets.servlet.JsonRpcHandler
-
- processRepeat(Node, Element, Iterable<?>, Runnable) - Method in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- processRepeat(Node, Element, Iterable<?>, Runnable) - Method in interface org.apache.shindig.gadgets.templates.TemplateProcessor
-
- processTemplate(Element, TemplateContext, ELResolver, TagRegistry) - Method in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
Process an entire template.
- processTemplate(Node, Element, TemplateProcessor) - Method in class org.apache.shindig.gadgets.templates.tags.TemplateBasedTagHandler
-
Process the template content in the new EL state
- processTemplate(Element, TemplateContext, ELResolver, TagRegistry) - Method in interface org.apache.shindig.gadgets.templates.TemplateProcessor
-
Process an entire template.
- processUriForHtmlTypeView(View, Gadget) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- processUriForUrlTypeView(View, Gadget) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- PROGRAMMATIC_CONFIG_PARAM - Static variable in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- programmaticConfig() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- PROPERTY_CONTEXT - Static variable in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- PROPERTY_COUNT - Static variable in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- PROPERTY_CUR - Static variable in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- PROPERTY_INDEX - Static variable in class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- PROPERTY_MSG - Static variable in class org.apache.shindig.gadgets.templates.MessageELResolver
-
- PROPERTY_MY - Static variable in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- PROPERTY_TOP - Static variable in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- provideAccelerateList(GadgetHtmlParser, Provider<Map<RewritePath, Provider<List<ResponseRewriter>>>>) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideAccelResponseRewriters(AbsolutePathReferenceRewriter, StyleTagProxyEmbeddedUrlsRewriter, ProxyingContentRewriter) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideAccelRewriters(ProxyingContentRewriter, CajaContentRewriter) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideAllowedAttributes() - Method in class org.apache.shindig.gadgets.render.RenderModule
-
- provideAllowedTags() - Method in class org.apache.shindig.gadgets.render.RenderModule
-
- provideAuthorizationEndpointResponseHandlers(CodeAuthorizationResponseHandler) - Static method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule
-
- provideClientAuthenticationHandlers(BasicAuthenticationHandler, StandardAuthenticationHandler) - Static method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule
-
- provideDefaultList(GadgetHtmlParser, Provider<Map<RewritePath, Provider<List<ResponseRewriter>>>>) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideDefaultRewriters(AbsolutePathReferenceRewriter, StyleTagExtractorContentRewriter, StyleAdjacencyContentRewriter, ProxyingContentRewriter, CssResponseRewriter, SanitizingResponseRewriter, CajaResponseRewriter) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideGadgetRewriters(Set<GadgetRewriter>) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideGrantRequestHandlers(ClientCredentialsGrantTypeHandler, CodeGrantTypeHandler) - Static method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule
-
- providePreCacheResponseRewriters(BasicImageRewriter) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideProcessors(IfModifiedSinceProcessor) - Method in class org.apache.shindig.gadgets.js.JsServingPipelineModule
-
- provideProcessors(AddJslInfoVariableProcessor, DeferJsProcessor, JsLoadProcessor, GetJsContentProcessor, CajaJsSubtractingProcessor, ExportJsProcessor, SeparatorCommentingProcessor, ConfigInjectionProcessor, AddJslLoadedVariableProcessor, AddOnloadFunctionProcessor) - Method in class org.apache.shindig.gadgets.js.JsServingPipelineModule
-
- provideProcessors(CompilationProcessor, AnonFuncWrappingProcessor) - Method in class org.apache.shindig.gadgets.js.JsServingPipelineModule
-
- provideRequestPipelineList(GadgetHtmlParser, Provider<Map<RewritePath, Provider<List<ResponseRewriter>>>>) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideResponseRewriters() - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideTokenEndpointResponseHandlers(TokenAuthorizationResponseHandler) - Static method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule
-
- provideTokenHandlers(BearerTokenHandler, MacTokenHandler) - Static method in class org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule
-
- proxy(BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- PROXY_HOST_PARAM - Static variable in interface org.apache.shindig.gadgets.uri.AccelUriManager
-
- PROXY_HOST_PARAM - Static variable in class org.apache.shindig.gadgets.uri.DefaultProxyUriManager
-
- PROXY_PATH_PARAM - Static variable in interface org.apache.shindig.gadgets.uri.AccelUriManager
-
- PROXY_PATH_PARAM - Static variable in class org.apache.shindig.gadgets.uri.DefaultProxyUriManager
-
- proxyHandler - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- ProxyHandler - Class in org.apache.shindig.gadgets.servlet
-
Handles open proxy requests.
- ProxyHandler(RequestPipeline, ResponseRewriterRegistry, Boolean, GadgetAdminStore, int) - Constructor for class org.apache.shindig.gadgets.servlet.ProxyHandler
-
- ProxyingContentRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Rewrites gadget content to force resources through the /proxy endpoint.
- ProxyingContentRewriter(ContentRewriterFeature.Factory, ProxyUriManager, ConcatUriManager) - Constructor for class org.apache.shindig.gadgets.rewrite.ProxyingContentRewriter
-
- ProxyingVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Simple visitor that, when plugged into a DomWalker, rewrites
resource links to proxied versions of the same.
- ProxyingVisitor(ContentRewriterFeature.Config, ProxyUriManager, ResourceMutateVisitor.Tags...) - Constructor for class org.apache.shindig.gadgets.rewrite.ProxyingVisitor
-
- ProxyRenderer - Class in org.apache.shindig.gadgets.render
-
Implements proxied rendering.
- ProxyRenderer(RequestPipeline, HttpCache, PipelineExecutor) - Constructor for class org.apache.shindig.gadgets.render.ProxyRenderer
-
- ProxyServlet - Class in org.apache.shindig.gadgets.servlet
-
Handles open proxy requests (used in rewriting and for URLs returned by gadgets.io.getProxyUrl).
- ProxyServlet() - Constructor for class org.apache.shindig.gadgets.servlet.ProxyServlet
-
- proxySupportedFields(RequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- ProxyUriBase - Class in org.apache.shindig.gadgets.uri
-
Represents state/config information for the proxy.
- ProxyUriBase(Gadget) - Constructor for class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- ProxyUriBase(UriStatus, Uri) - Constructor for class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- ProxyUriBase(UriStatus, Integer, boolean, boolean, String, String) - Constructor for class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- proxyUriManager - Variable in class org.apache.shindig.gadgets.rewrite.CssResponseRewriter
-
- proxyUriManager - Variable in class org.apache.shindig.gadgets.rewrite.ImageResizeRewriter.ImageResizeVisitor
-
- proxyUriManager - Variable in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsRewriter
-
- proxyUriManager - Variable in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsVisitor
-
- proxyUriManager - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- ProxyUriManager - Interface in org.apache.shindig.gadgets.uri
-
Generates Uris used by the /proxy servlet
- ProxyUriManager.ProxyUri - Class in org.apache.shindig.gadgets.uri
-
- ProxyUriManager.ProxyUri(Gadget, Uri) - Constructor for class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- ProxyUriManager.ProxyUri(Integer, boolean, boolean, String, String, Uri) - Constructor for class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- ProxyUriManager.ProxyUri(UriStatus, Uri, Uri) - Constructor for class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- ProxyUriManager.Versioner - Interface in org.apache.shindig.gadgets.uri
-
- PUBLIC_CLIENT_TYPE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- put(BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler
-
Execute an HTTP PUT request
- RAW_GADGET_URI - Static variable in class org.apache.shindig.gadgets.DefaultGadgetSpecFactory
-
- RAW_GADGETSPEC_XML_PARAM_NAME - Static variable in class org.apache.shindig.gadgets.DefaultGadgetSpecFactory
-
- readBmp(HttpResponseBuilder) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- readBmp(InputStream) - Static method in class org.apache.shindig.gadgets.rewrite.image.BMPOptimizer
-
- readExternal(ObjectInput) - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
Expected layout:
int - status code
Map> - headers
int - length of body
byte array - body, of previously specified length
- readGif(HttpResponseBuilder) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- readGif(InputStream) - Static method in class org.apache.shindig.gadgets.rewrite.image.GIFOptimizer
-
- readImage(ImageFormat, HttpResponseBuilder) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- readJpeg(HttpResponseBuilder) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- readJpeg(InputStream) - Static method in class org.apache.shindig.gadgets.rewrite.image.JPEGOptimizer
-
- readPng(HttpResponseBuilder) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- REAL_DOMAIN_PARAM - Static variable in class org.apache.shindig.gadgets.servlet.OAuthCallbackServlet
-
- realRequest - Variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
The request the client really wants to make.
- REDIRECT_URI - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- REFETCH_STRICT_NO_CACHE_AFTER_MS_DEFAULT - Static variable in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- REFRESH_TOKEN - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- register(List<String>) - Method in class org.apache.shindig.gadgets.features.FeatureRegistry
-
Reads and registers all of the features in the directory, or the file, specified by
the given resourceKey.
- registerConfigContributors() - Method in class org.apache.shindig.gadgets.config.DefaultConfigContributorModule
-
- registerFeatureHandlers() - Method in class org.apache.shindig.gadgets.DefaultGuiceModule
-
Sets up the multibinding for extended feature resources
- registerGadgetHandlers() - Method in class org.apache.shindig.gadgets.DefaultGuiceModule
-
Sets up multibinding for rpc handlers
- remainingPipelines - Variable in class org.apache.shindig.gadgets.preload.PipelineExecutor.Results
-
A collection of the pipelines that could not be fully
evaluated.
- remapInternalServerError - Variable in class org.apache.shindig.gadgets.servlet.AccelHandler
-
- remapInternalServerError - Variable in class org.apache.shindig.gadgets.servlet.ProxyHandler
-
- REMOTE_ADDR_KEY - Static variable in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- removeAdditionalRpcServiceId(String) - Method in class org.apache.shindig.gadgets.admin.RpcAdminData
-
Removes a RPC service ID for the container.
- removeClient(OAuth2Client) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- removeClient(OAuth2Client) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
Remove the given client;
- removeContainerAdminData(String) - Method in class org.apache.shindig.gadgets.admin.ServerAdminData
-
Removes container administration data.
- removeFeature(String) - Method in class org.apache.shindig.gadgets.admin.FeatureAdminData
-
Removes an feature for a gadget.
- removeFeature(String) - Method in class org.apache.shindig.gadgets.Gadget
-
- removeFeatures(Set<String>) - Method in class org.apache.shindig.gadgets.admin.FeatureAdminData
-
Removes the list of features for a gadget.
- removeGadgetAdminData(String) - Method in class org.apache.shindig.gadgets.admin.ContainerAdminData
-
Removes the gadget administration data.
- removeHeader(String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Remove all headers with the given name from the request.
- removeHeader(String) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- removeOAuth2Accessor(OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- removeOAuth2Accessor(OAuth2Accessor) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
- removeOAuth2Accessor(OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- removeOAuth2Accessor(OAuth2Accessor) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
Remove the given accessor.
- removeRequestOption(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- removeResponse(HttpRequest) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- removeResponse(HttpRequest) - Method in interface org.apache.shindig.gadgets.http.HttpCache
-
- removeResponseImpl(String) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- removeResponseImpl(String) - Method in class org.apache.shindig.gadgets.http.DefaultHttpCache
-
- removeToken(SecurityToken, OAuthStore.ConsumerInfo, String, String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- removeToken(SecurityToken, OAuthStore.ConsumerInfo, OAuthArguments, OAuthResponseParams) - Method in class org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore
-
Remove an access token for the given user/gadget/service/token name
- removeToken(SecurityToken, OAuthStore.ConsumerInfo, String, String) - Method in interface org.apache.shindig.gadgets.oauth.OAuthStore
-
Remove the access token for the given user/gadget/service/token
- removeToken(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- removeToken(OAuth2Token) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
- removeToken(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- removeToken(OAuth2Token) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
Remove the given token;
- removeToken(String, String, String, String, OAuth2Token.Type) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Persister
-
Removes a token from the persistence layer.
- removeToken(Integer) - Static method in class org.apache.shindig.gadgets.oauth2.persistence.sample.JSONOAuth2Persister
-
- removeToken(String, String, String, String, OAuth2Token.Type) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.JSONOAuth2Persister
-
- removeUrlViews() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
Returns a copy of the spec with all type=url views removed.
- render(Gadget) - Method in class org.apache.shindig.gadgets.render.HtmlRenderer
-
Render the gadget into a string by performing the following steps:
- Retrieve gadget specification information (GadgetSpec, MessageBundle, etc.)
- Fetch any preloaded data needed to handle the request, as handled by Preloader.
- render(Gadget) - Method in class org.apache.shindig.gadgets.render.ProxyRenderer
-
- render(GadgetContext) - Method in class org.apache.shindig.gadgets.render.Renderer
-
Attempts to render the requested gadget.
- Renderer - Class in org.apache.shindig.gadgets.render
-
Validates a rendering request parameters before calling an appropriate renderer.
- Renderer(Processor, HtmlRenderer, ContainerConfig, LockedDomainService) - Constructor for class org.apache.shindig.gadgets.render.Renderer
-
- renderer - Variable in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- RenderingContext - Enum in org.apache.shindig.gadgets
-
Defines where the gadget is being rendered.
- RenderingException - Exception in org.apache.shindig.gadgets.render
-
Exceptions thrown during gadget rendering.
- RenderingException(Throwable, int) - Constructor for exception org.apache.shindig.gadgets.render.RenderingException
-
- RenderingException(String, int) - Constructor for exception org.apache.shindig.gadgets.render.RenderingException
-
- RenderingException(String, Throwable, int) - Constructor for exception org.apache.shindig.gadgets.render.RenderingException
-
- RenderingGadgetRewriter - Class in org.apache.shindig.gadgets.render
-
Produces a valid HTML document for the gadget output, automatically inserting appropriate HTML
document wrapper data as needed.
- RenderingGadgetRewriter(MessageBundleFactory, Expressions, ContainerConfig, FeatureRegistryProvider, JsServingPipeline, JsUriManager, ConfigProcessor, GadgetAdminStore) - Constructor for class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- RenderingResults - Class in org.apache.shindig.gadgets.render
-
Contains the results of a rendering operation.
- RenderingResults.Status - Enum in org.apache.shindig.gadgets.render
-
- renderingType - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- RenderModule - Class in org.apache.shindig.gadgets.render
-
Guice bindings for the render package.
- RenderModule() - Constructor for class org.apache.shindig.gadgets.render.RenderModule
-
- RenderTagHandler - Class in org.apache.shindig.gadgets.templates.tags
-
Tag Handler for tag.
- RenderTagHandler() - Constructor for class org.apache.shindig.gadgets.templates.tags.RenderTagHandler
-
- RepeatTagHandler - Class in org.apache.shindig.gadgets.templates.tags
-
Implementation of the tag.
- RepeatTagHandler() - Constructor for class org.apache.shindig.gadgets.templates.tags.RepeatTagHandler
-
- request - Variable in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
- REQUEST_HEADER - Static variable in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
- REQUEST_METHOD_PARAM - Static variable in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- REQUEST_TOKEN_URL_PARAM - Static variable in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- RequestAuthenticationInfo - Interface in org.apache.shindig.gadgets.spec
-
Exposes authentication information to be extracted for making authenticated requests.
- RequestPipeline - Interface in org.apache.shindig.gadgets.http
-
Implements a complete HTTP request pipeline.
- requestPipeline - Variable in class org.apache.shindig.gadgets.servlet.AccelHandler
-
- REQUIRE_LIBRARY_PARAM - Static variable in class org.apache.shindig.gadgets.rewrite.TemplateRewriter
-
Specifies what template libraries to load
- required - Variable in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- requiresCaja() - Method in class org.apache.shindig.gadgets.Gadget
-
True if the gadget opts into caja or the container forces caja
- reset() - Method in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
The response object is switched to batching mode if the response has not
been committed yet.
- resetBuffer() - Method in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
The response object is switched to batching mode if the response has not
been committed yet.
- resizeImage(BufferedImage, Integer, Integer, int, int) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
Two-step image resize.
- RESOURCE_SCHEME - Static variable in class org.apache.shindig.gadgets.features.FeatureRegistry
-
- ResourceMutateVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Abstract visitor that walks over html tags as specified by
resourceTags and prepares list of html tag nodes whose uri
attributes can be mutated.
- ResourceMutateVisitor(ContentRewriterFeature.Config, ResourceMutateVisitor.Tags...) - Constructor for class org.apache.shindig.gadgets.rewrite.ResourceMutateVisitor
-
- ResourceMutateVisitor.Tags - Enum in org.apache.shindig.gadgets.rewrite
-
Enum for resource tags and associated attributes that should be mutated.
- ResourceRequestHandler - Interface in org.apache.shindig.gadgets.oauth2.handler
-
Enables inject of token type handlers to add OAuth2 auth data to resource
requests.
- resourceTags - Variable in class org.apache.shindig.gadgets.rewrite.ResourceMutateVisitor
-
- RESPONSE_HEADER - Static variable in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
- RESPONSE_TYPE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- responseParams - Variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
OAuth specific stuff to include in the response.
- ResponseRewriter - Interface in org.apache.shindig.gadgets.rewrite
-
Base interface used by response rewriter implementations.
- ResponseRewriterList - Annotation Type in org.apache.shindig.gadgets.rewrite
-
Annotation that specifies a list of rewriters with the rewriteFlow and
container they are meant to be applied to.
- ResponseRewriterList.RewriteFlow - Enum in org.apache.shindig.gadgets.rewrite
-
- ResponseRewriterRegistry - Interface in org.apache.shindig.gadgets.rewrite
-
- responseStillUsable(HttpResponse) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
Utility function to verify that an entry is usable
The cache still serve staled data, it is the responsible of the user
to decide if to use it or not (use isStale).
- responseWasRewritten() - Method in class org.apache.shindig.gadgets.rewrite.CaptureRewriter
-
- results - Variable in class org.apache.shindig.gadgets.preload.PipelineExecutor.Results
-
Results in the form of a full JSON-RPC batch response.
- retrieveServices(String, String) - Method in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- REVERSE_DIR - Static variable in class org.apache.shindig.gadgets.variables.BidiSubstituter
-
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceVisitor
-
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.ConcatVisitor
-
For css:
Link tags are first split into buckets separated by tags with mediaType == "all"
/ title attribute different from their previous link tag / nodes that are
not 'link' tags.
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.ContentTypeCharsetRemoverVisitor
-
- revisit(Gadget, List<Node>) - Method in interface org.apache.shindig.gadgets.rewrite.DomWalker.Visitor
-
Revisit a node in the DOM that was marked by the
visit(Gadget, Node) as reserved during DOM traversal.
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.ImageAttributeRewriter.ImageAttributeVisitor
-
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.ImageResizeRewriter.ImageResizeVisitor
-
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter.GadgetHtmlVisitor
-
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.ResourceMutateVisitor
-
Revisit a node in the DOM that was marked by the
visit(Gadget, Node) as reserved during DOM traversal.
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.StyleAdjacencyVisitor
-
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.StyleTagExtractorVisitor
-
- revisit(Gadget, List<Node>) - Method in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsVisitor
-
- rewrite(HttpRequest, HttpResponseBuilder, Gadget) - Method in class org.apache.shindig.gadgets.render.CajaResponseRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.render.OpenSocialI18NGadgetRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.render.SanitizingGadgetRewriter
-
- rewrite(HttpRequest, HttpResponseBuilder, Gadget) - Method in class org.apache.shindig.gadgets.render.SanitizingResponseRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.BaseTagRemoverRewriter
-
- rewrite(HttpRequest, HttpResponseBuilder, Gadget) - Method in class org.apache.shindig.gadgets.rewrite.BaseTagRemoverRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.CaptureRewriter
-
- rewrite(HttpRequest, HttpResponseBuilder, Gadget) - Method in class org.apache.shindig.gadgets.rewrite.CaptureRewriter
-
- rewrite(HttpRequest, HttpResponseBuilder, Gadget) - Method in class org.apache.shindig.gadgets.rewrite.CssResponseRewriter
-
- rewrite(Reader, Uri, CssResponseRewriter.UriMaker, Writer, boolean, GadgetContext) - Method in class org.apache.shindig.gadgets.rewrite.CssResponseRewriter
-
Rewrite the given CSS content and optionally extract the import references.
- rewrite(Element, Uri, CssResponseRewriter.UriMaker, boolean, GadgetContext) - Method in class org.apache.shindig.gadgets.rewrite.CssResponseRewriter
-
Rewrite the CSS content in a style DOM node.
- rewrite(CssTree.StyleSheet, Uri, CssResponseRewriter.UriMaker, boolean, GadgetContext) - Static method in class org.apache.shindig.gadgets.rewrite.CssResponseRewriter
-
Rewrite the CSS DOM in place.
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.DomWalker.Rewriter
-
Performs the DomWalker rewrite operation described in class javadoc.
- rewrite(HttpRequest, HttpResponseBuilder, Gadget) - Method in class org.apache.shindig.gadgets.rewrite.DomWalker.Rewriter
-
- rewrite(Gadget, MutableContent) - Method in interface org.apache.shindig.gadgets.rewrite.GadgetRewriter
-
Rewrite the gadget.
- rewrite(HttpRequest, HttpResponseBuilder, Gadget) - Method in class org.apache.shindig.gadgets.rewrite.image.BasicImageRewriter
-
- rewrite(HttpRequest, HttpResponse, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.PipelineDataGadgetRewriter
-
- rewrite(HttpRequest, HttpResponseBuilder, Gadget) - Method in interface org.apache.shindig.gadgets.rewrite.ResponseRewriter
-
Rewrites the response.
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.TemplateRewriter
-
- rewrite(Uri, String, String, boolean, boolean) - Method in class org.apache.shindig.gadgets.servlet.CajaContentRewriter
-
- rewrite(Uri, String, ParseTreeNode, boolean, boolean) - Method in class org.apache.shindig.gadgets.servlet.CajaContentRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.servlet.CajaContentRewriter
-
- rewriteFlow - Variable in class org.apache.shindig.gadgets.rewrite.ContextAwareRegistry
-
- rewriteFlow - Variable in class org.apache.shindig.gadgets.rewrite.RewritePath
-
- rewriteFlow() - Method in class org.apache.shindig.gadgets.rewrite.RewritePath
-
- rewriteHttpResponse(HttpRequest, HttpResponse, Gadget) - Method in class org.apache.shindig.gadgets.rewrite.ContextAwareRegistry
-
- rewriteHttpResponse(HttpRequest, HttpResponse, Gadget) - Method in class org.apache.shindig.gadgets.rewrite.DefaultResponseRewriterRegistry
-
Rewrites an HttpResponse object with the given request as context,
using the registered rewriters.
- rewriteHttpResponse(HttpRequest, HttpResponse, Gadget) - Method in interface org.apache.shindig.gadgets.rewrite.ResponseRewriterRegistry
-
Rewrites an HttpResponse object with the given request as context,
using the registered rewriters.
- rewriteImpl(BufferedImage) - Method in class org.apache.shindig.gadgets.rewrite.image.GIFOptimizer
-
- rewriteImpl(BufferedImage) - Method in class org.apache.shindig.gadgets.rewrite.image.JPEGOptimizer
-
- RewriteModule - Class in org.apache.shindig.gadgets.rewrite
-
Guice bindings for the rewrite package.
- RewriteModule() - Constructor for class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- RewritePath - Class in org.apache.shindig.gadgets.rewrite
-
Implementation of ResponseRewriterList annotation interface.
- RewritePath(String, ResponseRewriterList.RewriteFlow) - Constructor for class org.apache.shindig.gadgets.rewrite.RewritePath
-
- rewritePathToRewriterList - Variable in class org.apache.shindig.gadgets.rewrite.ContextAwareRegistry
-
- rewriterFeatureFactory - Variable in class org.apache.shindig.gadgets.rewrite.CssResponseRewriter
-
- RewriterRegistry - Annotation Type in org.apache.shindig.gadgets.rewrite
-
Annotation that specifies an instance of ResponseRewriterRegistry to be used
for a given rewriteFlow.
- rewriters - Variable in class org.apache.shindig.gadgets.rewrite.DefaultResponseRewriterRegistry
-
- RewriterUtils - Class in org.apache.shindig.gadgets.rewrite
-
Various utility functions used by rewriters
- RewritingException - Exception in org.apache.shindig.gadgets.rewrite
-
Exceptions thrown during content rewriting.
- RewritingException(Throwable, int) - Constructor for exception org.apache.shindig.gadgets.rewrite.RewritingException
-
- RewritingException(String, int) - Constructor for exception org.apache.shindig.gadgets.rewrite.RewritingException
-
- RewritingException(String, Throwable, int) - Constructor for exception org.apache.shindig.gadgets.rewrite.RewritingException
-
- RIGHT - Static variable in class org.apache.shindig.gadgets.variables.BidiSubstituter
-
- RpcAdminData - Class in org.apache.shindig.gadgets.admin
-
Represents RPC administration data.
- RpcAdminData() - Constructor for class org.apache.shindig.gadgets.admin.RpcAdminData
-
- RpcAdminData(Set<String>) - Constructor for class org.apache.shindig.gadgets.admin.RpcAdminData
-
Constructor.
- RpcException - Exception in org.apache.shindig.gadgets.servlet
-
Contains RPC-specific exceptions.
- RpcException(String) - Constructor for exception org.apache.shindig.gadgets.servlet.RpcException
-
- RpcException(String, Throwable) - Constructor for exception org.apache.shindig.gadgets.servlet.RpcException
-
- RpcException(GadgetContext, Throwable) - Constructor for exception org.apache.shindig.gadgets.servlet.RpcException
-
- RpcException(GadgetContext, String) - Constructor for exception org.apache.shindig.gadgets.servlet.RpcException
-
- RpcException(GadgetContext, String, Throwable) - Constructor for exception org.apache.shindig.gadgets.servlet.RpcException
-
- rpcServiceLookup - Variable in class org.apache.shindig.gadgets.config.OsapiServicesConfigContributor
-
- RpcServiceLookup - Interface in org.apache.shindig.gadgets.render
-
Provide information about the set of JSON-RPC services that are available to gadgets running in
the context of a specific container
- RpcServlet - Class in org.apache.shindig.gadgets.servlet
-
Handles RPC metadata requests.
- RpcServlet() - Constructor for class org.apache.shindig.gadgets.servlet.RpcServlet
-
- RpcSwfServlet - Class in org.apache.shindig.gadgets.servlet
-
Trivial servlet that does precisely one thing: serves the SWF needed for gadgets.rpc's
Flash-based transport.
- RpcSwfServlet() - Constructor for class org.apache.shindig.gadgets.servlet.RpcSwfServlet
-
- RpcSwfServlet(String) - Constructor for class org.apache.shindig.gadgets.servlet.RpcSwfServlet
-
- RTL - Static variable in class org.apache.shindig.gadgets.variables.BidiSubstituter
-
- runImport(OAuth2Persister, OAuth2Persister, boolean) - Static method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- sanitize(String, Uri, GadgetContext, ProxyUriManager, ProxyUriManager) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssSanitizer
-
Sanitize the CSS content of a style tag.
- sanitize(Element, Uri, GadgetContext, ProxyUriManager, ProxyUriManager) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssSanitizer
-
Sanitize the CSS content of a style tag.
- sanitize(CssTree, Uri, GadgetContext, ProxyUriManager, ProxyUriManager) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssSanitizer
-
Sanitize the given CSS tree in-place by removing all non-whitelisted function calls
- sanitizeAndSign(HttpRequest, List<OAuth.Parameter>, boolean, boolean) - Method in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
Start with an HttpRequest.
- sanitizeContent() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- sanitizeOutput() - Method in class org.apache.shindig.gadgets.Gadget
-
Should the gadget content be sanitized on output
- SanitizingGadgetRewriter - Class in org.apache.shindig.gadgets.render
-
A content rewriter that will sanitize output for simple 'badge' like display.
- SanitizingGadgetRewriter(Provider<Set<String>>, Provider<Set<String>>, ContentRewriterFeature.Factory, CajaCssSanitizer, ProxyUriManager) - Constructor for class org.apache.shindig.gadgets.render.SanitizingGadgetRewriter
-
- SanitizingGadgetRewriter.AllowedAttributes - Annotation Type in org.apache.shindig.gadgets.render
-
- SanitizingGadgetRewriter.AllowedTags - Annotation Type in org.apache.shindig.gadgets.render
-
- SanitizingGadgetRewriter.Bypass - Enum in org.apache.shindig.gadgets.render
-
- SanitizingProxyUriManager - Class in org.apache.shindig.gadgets.render
-
Forcible rewrite the link through the proxy and force sanitization with
an expected mime type.
- SanitizingProxyUriManager(ProxyUriManager, String) - Constructor for class org.apache.shindig.gadgets.render.SanitizingProxyUriManager
-
- SanitizingResponseRewriter - Class in org.apache.shindig.gadgets.render
-
Rewriter that sanitizes CSS and image content.
- SanitizingResponseRewriter(ContentRewriterFeature.Factory, CajaCssSanitizer, ProxyUriManager) - Constructor for class org.apache.shindig.gadgets.render.SanitizingResponseRewriter
-
- sawErrorResponse() - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- SC_ACCEPTED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_BAD_GATEWAY - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_BAD_REQUEST - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_CONFLICT - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_CONTINUE - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_CREATED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_EXPECTATION_FAILED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_FORBIDDEN - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_FOUND - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_GATEWAY_TIMEOUT - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_GONE - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_INTERNAL_SERVER_ERROR - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_LENGTH_REQUIRED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_METHOD_NOT_ALLOWED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_MOVED_PERMANENTLY - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_MULTIPLE_CHOICES - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_NO_CONTENT - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_NOT_ACCEPTABLE - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_NOT_FOUND - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_NOT_IMPLEMENTED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_NOT_MODIFIED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_OK - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_PARTIAL_CONTENT - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_PAYMENT_REQUIRED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_PRECONDITION_FAILED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_REQUEST_TIMEOUT - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_REQUEST_URI_TOO_LONG - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_RESET_CONTENT - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_SEE_OTHER - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_SERVICE_UNAVAILABLE - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_SWITCHING_PROTOCOLS - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_TEMPORARY_REDIRECT - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_UNAUTHORIZED - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SC_USE_PROXY - Static variable in class org.apache.shindig.gadgets.http.HttpResponse
-
- SCOPE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- SCRIPT_TYPE_TO_OSML_TAG - Static variable in class org.apache.shindig.gadgets.parse.SocialDataTags
-
Bi-map of OpenSocial tags to their script type attribute values.
- ScriptConcatContentRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Concatenates non-private and cached script resources.
- ScriptConcatContentRewriter(ConcatUriManager, ContentRewriterFeature.Factory, Executor, HttpCache, RequestPipeline) - Constructor for class org.apache.shindig.gadgets.rewrite.ScriptConcatContentRewriter
-
- SCROLLING_CSS - Static variable in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- SECURITY_TOKEN_ALWAYS_KEY - Static variable in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- SECURITY_TOKEN_FEATURE - Static variable in class org.apache.shindig.gadgets.spec.Feature
-
- SECURITY_TOKEN_FEATURE_NAME - Static variable in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- securityTokenCodec - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- SEND_TRACE_TO_CLIENT - Static variable in class org.apache.shindig.gadgets.oauth2.OAuth2Module
-
- sendTraceToClient() - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- SeparatorCommentingProcessor - Class in org.apache.shindig.gadgets.js
-
- SeparatorCommentingProcessor() - Constructor for class org.apache.shindig.gadgets.js.SeparatorCommentingProcessor
-
- serialize(List<Object>) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser
-
Serialize a stylesheet to a String
- serialize(List<Object>, Appendable) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser
-
Serialize a stylesheet to a Writer.
- serialize(CssTree.StyleSheet) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssParser
-
Serialize a stylesheet to a String
- serialize(CssTree.StyleSheet, Writer) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssParser
-
Serialize a stylesheet to a Writer.
- serialize(Document) - Method in class org.apache.shindig.gadgets.parse.caja.CajaHtmlSerializer
-
- serialize(Document) - Method in class org.apache.shindig.gadgets.parse.caja.VanillaCajaHtmlSerializer
-
- serialize(Document) - Method in class org.apache.shindig.gadgets.parse.DefaultHtmlSerializer
- serialize(Node, Appendable) - Method in class org.apache.shindig.gadgets.parse.DefaultHtmlSerializer
-
- serialize(Document) - Static method in class org.apache.shindig.gadgets.parse.HtmlSerialization
-
Call the attached serializer and output the document
- serialize(Document) - Method in interface org.apache.shindig.gadgets.parse.HtmlSerializer
-
- serialize() - Method in class org.apache.shindig.gadgets.templates.NullTemplateLibrary
-
- serialize() - Method in interface org.apache.shindig.gadgets.templates.TemplateLibrary
-
- serialize() - Method in class org.apache.shindig.gadgets.templates.XmlTemplateLibrary
-
- SERVER_ERROR - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- ServerAdminData - Class in org.apache.shindig.gadgets.admin
-
Administration data for the server.
- ServerAdminData() - Constructor for class org.apache.shindig.gadgets.admin.ServerAdminData
-
Constructor.
- ServerAdminData(Map<String, ContainerAdminData>) - Constructor for class org.apache.shindig.gadgets.admin.ServerAdminData
-
Constructor.
- SERVICE_TAG - Static variable in class org.apache.shindig.gadgets.spec.ExternalServices.ServiceTag
-
- ServiceFetcher - Interface in org.apache.shindig.gadgets.render
-
Retrieves the rpc services for a container.
- ServletUtil - Class in org.apache.shindig.gadgets.servlet
-
Utility routines for dealing with servlets.
- setAbsolutePathTags(String) - Method in class org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceRewriter
-
- setAccessToken(String) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setAccessToken(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setAccessToken(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setAccessToken(OAuth2Token) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
updates the access token for the request (does not add it to
OAuth2Store)
- setAccessTokenSecret(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setAdditionalRequestParams(Map<String, String>) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setAdditionalRequestParams(Map<String, String>) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
set the oauth2 request parameters
- setAdditionalRpcServiceIds(Set<String>) - Method in class org.apache.shindig.gadgets.admin.RpcAdminData
-
Sets the additional RPC service IDs allowed for the container.
- setAlign(FlashTagHandler.SwfObjectConfig.Align) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setAllowedDomains(String[]) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setAllowedDomains(String[]) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
sets the domains of allowed resource servers
- setAllowedDomains(String[]) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
sets the domains of allowed resource servers
- setAllowfullscreen(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setAllowModuleOverride(boolean) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setAllownetworking(FlashTagHandler.SwfObjectConfig.NetworkAccess) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setAllowscriptaccess(FlashTagHandler.SwfObjectConfig.ScriptAccess) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setAttribute(String, Object) - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
Sets an attribute on the gadget spec.
- setAuthority(Authority) - Method in class org.apache.shindig.gadgets.HashLockedDomainService
-
- setAuthority(Authority) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- setAuthority(Authority) - Method in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- setAuthority(Authority) - Method in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- setAuthority(Authority) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- setAuthority(Authority) - Method in class org.apache.shindig.gadgets.uri.DefaultJsUriManager
-
- setAuthority(Authority) - Method in class org.apache.shindig.gadgets.uri.DefaultProxyUriManager
-
- setAuthorizationHeader(boolean) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setAuthorizationHeader(boolean) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setAuthorizationHeader(boolean) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- setAuthorizationResponseHandlers(List<AuthorizationEndpointResponseHandler>) - Method in class org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet
-
- setAuthorizationUrl(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setAuthorizationUrl(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
updates the authorization endpoint url
- setAuthorizationUrl(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2ResponseParams
-
- setAuthorizationUrl(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setAuthorizationUrl(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- setAuthType(AuthType) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setAuthType(AuthType) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setAuthz(String) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setAznUrl(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
Set the authorization URL we will return to the client.
- setBgcolor(String) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setBody(String) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setBypassSpecCache(boolean) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setCacheControlMaxAge(long) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setCacheProvider(CacheProvider) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser
-
- setCacheProvider(CacheProvider) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssParser
-
- setCacheProvider(CacheProvider) - Method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- setCacheTtl(int) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setCacheTtl(int) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setCacheTtlSecs(int) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Sets the cache TTL in seconds for the response being built.
- setCachingHeaders(HttpResponseBuilder, int, boolean) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- setCachingSetter(JsServlet.CachingSetter) - Method in class org.apache.shindig.gadgets.servlet.JsServlet
-
- setCajaRequested(boolean) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setCajoleContent(boolean) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- setChromaIndex(int) - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- setClass(String) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setClientAuthenticationType(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setClientAuthenticationType(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setClientAuthenticationType(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- setClientId(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setClientId(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setClientSecret(byte[]) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setClientSecret(byte[]) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setCompileMode(JsCompileMode) - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- setCompilerStackSize(Long) - Method in class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- setConcatUriManager(ConcatUriManager) - Method in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
-
- setConnectionTimeoutMs(int) - Method in class org.apache.shindig.gadgets.http.BasicHttpFetcher
-
Change the global connection timeout for all new fetchs.
- setConsumer(OAuthStore.ConsumerInfo) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setConsumerKeyAndSecret(BasicOAuthStoreConsumerIndex, BasicOAuthStoreConsumerKeyAndSecret) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- setContainer(String) - Method in class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- setContainer(String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setContainerAdminData(String, ContainerAdminData) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- setContainerAdminData(String, ContainerAdminData) - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
Sets the container administration data..
- setContent(String) - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
Sets the object's content as a raw String.
- setContent(Object) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- setContentBytes(byte[], Charset) - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
Sets the object's contentBytes as the given raw input.
- setContentBytes(byte[]) - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
Sets content to new byte array, with unspecified charset.
- setContentBytesState(byte[], Charset) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
Ensures that, when setting content bytes, the bytes' encoding is reflected
in the current Content-Type header.
- setContentBytesState(byte[], Charset) - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
Sets internal state having to do with content bytes, from the provided
byte array and charset.
- setContentRewriterRegistry(ResponseRewriterRegistry) - Method in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
-
- setContext(GadgetContext) - Method in class org.apache.shindig.gadgets.Gadget
-
- setContext(Map<String, ? extends Object>) - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- setCur(Object) - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- setCurrentView(View) - Method in class org.apache.shindig.gadgets.Gadget
-
- setDefaultCallbackUrl(String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- setDefaultDoctypePubId(String) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- setDefaultDoctypeQName(String) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- setDefaultDoctypeSysId(String) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- setDefaultForcedLibs(String) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- setDefaultKey(BasicOAuthStoreConsumerKeyAndSecret) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- setDefaultRpcSwfTtl(Integer) - Method in class org.apache.shindig.gadgets.servlet.RpcSwfServlet
-
- setDevicefont(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- setEncoding(Charset) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setEncryptedMacSecret(byte[]) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setEncryptedSecret(byte[]) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setEncryptedSecret(byte[]) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setEntryCount(int) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setError(OAuth2Error) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- setError(OAuth2Error) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- setErrorDescription(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- setErrorDescription(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- setErrorResponse(Throwable, OAuth2Error, String, String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setErrorResponse(Throwable, OAuth2Error, String, String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
- setErrorUri(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setErrorUri(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Message
-
- setErrorUri(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- setExecutor(Executor) - Method in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
-
- setExpirationTime(long) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setExpiresAt(long) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for expiresAt field
- setExpiresAt(long) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setExtensionParam(String, String) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- setExtensionParams(Map<String, String>) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- setExternalizeFeatureLibs(Boolean) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- setFallbackUrl(String) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setFeatureAdminData(FeatureAdminData) - Method in class org.apache.shindig.gadgets.admin.GadgetAdminData
-
Sets the feature admin data.
- setFlashvars(String) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setFollowRedirects(boolean) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setFormat(String) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setFromUri(Uri) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
Parse uri query paramaters.
- setFromUri(Uri) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setGadget(Uri) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setGadget(String) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- setGadgetAdminData(String, String, GadgetAdminData) - Method in class org.apache.shindig.gadgets.admin.BasicGadgetAdminStore
-
- setGadgetAdminData(String, String, GadgetAdminData) - Method in interface org.apache.shindig.gadgets.admin.GadgetAdminStore
-
Sets gadget administration data for a gadget in a container.
- setGadgetFeatureRegistry(FeatureRegistry) - Method in class org.apache.shindig.gadgets.Gadget
-
- setGadgetUri(Uri) - Method in class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- setGadgetUri(String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerIndex
-
- setGadgetUri(String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- setGadgetUri(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- setGadgetUri(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- setGadgetUri(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for gadgetUri field
- setGadgetUri(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setGadgetUri(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setGlobalContributors(List<ConfigContributor>) - Method in class org.apache.shindig.gadgets.config.DefaultConfigProcessor
-
- setGrantType(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setGrantType(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setHandler(AccelHandler) - Method in class org.apache.shindig.gadgets.servlet.HtmlAccelServlet
-
- setHeader(String, String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Sets a single header value, overwriting any previously set headers with the same name.
- setHeader(String, String) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setHeaders(Map<String, List<String>>) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setHeaders(Map<String, Collection<String>>) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- setHeight(String) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setHref(Uri) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setHrefContent(String) - Method in class org.apache.shindig.gadgets.spec.View
-
Set content for a type=html, href=URL style gadget.
- setHtmlTagContext(String) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setHttpStatusCode(int) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setHuffmanOptimized(boolean) - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- setId(String) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setIframeUriManager(IframeUriManager) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- setIgnoreCache(boolean) - Method in class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- setIgnoreCache(boolean) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setInternalRequest(boolean) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
An internal request is one created by the server to satisfy global server requirements.
- setInvalidMaxAge(Integer) - Method in class org.apache.shindig.gadgets.js.GetJsContentProcessor
-
- setIssuedAt(long) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for issuedAt field
- setIssuedAt(long) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setJsload(boolean) - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- setJSONPAllowed(Boolean) - Method in class org.apache.shindig.gadgets.servlet.RpcServlet
-
- setJsonRpcHandler(JsonRpcHandler) - Method in class org.apache.shindig.gadgets.servlet.RpcServlet
-
- setJsRequestBuilder(JsRequestBuilder) - Method in class org.apache.shindig.gadgets.servlet.JsServlet
-
- setJsServingPipeline(JsServingPipeline) - Method in class org.apache.shindig.gadgets.servlet.JsServlet
-
- setLegacyParam(int, Object) - Method in class org.apache.shindig.gadgets.http.CacheKeyBuilder
-
Sets a legacy cache key parameter.
- setLockedDomainService(LockedDomainService) - Method in class org.apache.shindig.gadgets.servlet.ProxyServlet
-
- setLockSecurityTokens(Boolean) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
Allows a renderer to render all gadgets that require a security token on a locked domain.
- setLongLivedRefresh(int) - Method in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
-
- setLoop(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setLumaIndex(int) - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- setMacAlgorithm(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
For use with the MAC token specification.
- setMacAlgorithm(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setMacExt(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setMacSecret(byte[]) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
For use with the MAC token specification.
- setMacSecret(byte[]) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setMakeRequestHandler(MakeRequestHandler) - Method in class org.apache.shindig.gadgets.servlet.MakeRequestServlet
-
- setMaxObjectSizeBytes(int) - Method in class org.apache.shindig.gadgets.http.BasicHttpFetcher
-
Change the global maximum fetch size (in bytes) for all fetches.
- setMenu(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setMetadata(String, String) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setMetadata(Map<String, String>) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setMetadata(Map<String, String>) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- setMethod(String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setMethod(AccessorInfo.HttpMethod) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setModuleId(long) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- setMy(Map<String, Object>) - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- setName(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- setName(String) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setNoCache(boolean) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setNohint(boolean) - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- setOAuth2Arguments(OAuth2Arguments) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setOAuth2Arguments(OAuth2Arguments) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setOauth2MessageProvider(Provider<OAuth2Message>) - Method in class org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet
-
- setOAuth2Store(boolean) - Method in class org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet
-
- setOAuth2Store(OAuth2Store) - Method in class org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet
-
- setOAuthArguments(OAuthArguments) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setOAuthArguments(OAuthArguments) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setOrigClientState(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setOwner(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setParam(String, Object) - Method in class org.apache.shindig.gadgets.http.CacheKeyBuilder
-
Sets a cache key parameter.
- setParam(String, T) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setParameterLocation(AccessorInfo.OAuthParamLocation) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setPlay(FlashTagHandler.SwfObjectConfig.Play) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setPostBody(byte[]) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Assigns the specified body to the request, copying all input bytes.
- setPostBody(InputStream) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Fills in the request body from an InputStream.
- setPostData(String, HttpServletRequest, HttpRequest) - Method in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
Set http request post data according to servlet request.
- setPreloads(Collection<PreloadedData>) - Method in class org.apache.shindig.gadgets.Gadget
-
- setProperties(Map<String, String>) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Set the properties on the token
- setProperties(Map<String, String>) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setProxiedContentRequest(boolean) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setProxyCacheable(boolean) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Sets whether the response can be cached by intermediary proxies.
- setProxyHandler(ProxyHandler) - Method in class org.apache.shindig.gadgets.servlet.ProxyServlet
-
- setProxyUriManager(ProxyUriManager) - Method in class org.apache.shindig.gadgets.servlet.ProxyServlet
-
- setQuality(FlashTagHandler.SwfObjectConfig.Quality) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setReadTimeoutMs(int) - Method in class org.apache.shindig.gadgets.http.BasicHttpFetcher
-
Change the global read timeout for all new fetchs.
- setRealCallbackUrl(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackState
-
- setRealCallbackUrl(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackStateToken
-
- setReceivedCallbackUrl(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setRedirecting(boolean) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setRedirecting(boolean) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
Used to communicate that we are in a redirect authorization flow and the accessor should be
preserved.
- setRedirectUri(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setRedirectUri(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setRefererCheckEnabled(boolean) - Method in class org.apache.shindig.gadgets.AbstractLockedDomainService
-
- setRefetchStrictNoCacheAfterMs(long) - Method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- setRefetchStrictNoCacheAfterMs(long) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setRefreshInterval(Integer) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setRefreshToken(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setRefreshToken(OAuth2Token) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
updates the refresh token for the request (does not add it to
OAuth2Store)
- setRenderer(Renderer) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- setRepository(String) - Method in class org.apache.shindig.gadgets.uri.JsUriManager.JsUri
-
- setRequestOption(String, String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setRequestPipeline(RequestPipeline) - Method in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
-
- setRequestToken(String) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setRequestToken(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setRequestToken(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setRequestTokenSecret(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setRequestTokenSecret(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setResize(Integer, Integer, Integer, boolean) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setResponse(byte[]) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setResponseCacheTtl(JsResponseBuilder, UriStatus) - Method in class org.apache.shindig.gadgets.js.GetJsContentProcessor
-
Sets the cache TTL depending on the value of the
UriStatus object.
- setResponseContentHeaders(HttpResponseBuilder, HttpResponse) - Method in class org.apache.shindig.gadgets.servlet.ProxyHandler
-
- setResponseHeaders(HttpServletRequest, HttpServletResponse, HttpResponse) - Method in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
Sets cache control headers for the response.
- setResponseNoCopy(byte[]) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setResponseString(String) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setReturnOriginalContentOnError(boolean) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setRewriteMimeType(String) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setRewriteMimeType(String) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- setRpcAdminData(RpcAdminData) - Method in class org.apache.shindig.gadgets.admin.GadgetAdminData
-
Sets the RPC administration data.
- setSalign(FlashTagHandler.SwfObjectConfig.SAlign) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setSamplingMode(int) - Method in class org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.JpegImageParams
-
- setSanitizationRequested(boolean) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setSanitize(boolean) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setSanitizeContent(boolean) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- setScale(FlashTagHandler.SwfObjectConfig.Scale) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setScope(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- setScope(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- setScope(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for scope field
- setScope(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setSeamlesstabbing(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setSecret(byte[]) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for secret property
- setSecret(byte[]) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setSecurityToken(SecurityToken) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Assign the security token to use for making any form of authenticated request.
- setSecurityToken(SecurityToken) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setSecurityTokenCodec(SecurityTokenCodec) - Method in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- setSendTraceToClient(boolean) - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- setSerializerProvider(Provider<HtmlSerializer>) - Method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- setServiceName(String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerIndex
-
- setServiceName(String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- setServiceName(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setServiceName(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- setServiceName(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- setServiceName(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for serviceName field
- setServiceName(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setServiceName(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setSessionHandle(String) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- setSessionHandle(String) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setSessionHandle(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setSharedToken(boolean) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setSignOwner(boolean) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setSignOwner(boolean) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setSignViewer(boolean) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setSignViewer(boolean) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setSlowResponseWarning(long) - Method in class org.apache.shindig.gadgets.http.BasicHttpFetcher
-
Change the global threshold for warning about slow responses
- setSpec(GadgetSpec) - Method in class org.apache.shindig.gadgets.Gadget
-
- setSpecUri(Uri) - Method in class org.apache.shindig.gadgets.AbstractSpecFactory.Query
-
- setStateCrypter(BlobCrypter) - Method in class org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet
-
- setStateCrypter(BlobCrypter) - Method in class org.apache.shindig.gadgets.servlet.OAuthCallbackServlet
-
- setStatus(int) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- setStatusCode(int) - Method in class org.apache.shindig.gadgets.js.JsResponseBuilder
-
Sets the HTTP status code.
- setStrictNoCache() - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setSummarize(boolean) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setSupportFileUpdates(int) - Method in class org.apache.shindig.gadgets.features.FeatureResourceLoader
-
- setSwf(Uri) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setSwliveconnect(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setTemplateRoot(Node) - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- setTemplatingSignal(DefaultIframeUriManager.TemplatingSignal) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- setThreadPoolSize(Integer) - Method in class org.apache.shindig.gadgets.rewrite.js.ClosureJsCompiler
-
- setTimeSource(TimeSource) - Static method in class org.apache.shindig.gadgets.http.HttpResponse
-
- setTimeSource(TimeSource) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setToken(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- setToken(OAuth2Token) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
- setToken(String) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- setTokenExpireMillis(long) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- setTokenExpireMillis(long) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setTokenExpireMillis(long) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setTokenInfo(SecurityToken, OAuthStore.ConsumerInfo, String, String, OAuthStore.TokenInfo) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- setTokenInfo(SecurityToken, OAuthStore.ConsumerInfo, String, String, OAuthStore.TokenInfo) - Method in interface org.apache.shindig.gadgets.oauth.OAuthStore
-
Set the access token for the given user/gadget/service/token
- setTokenName(String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- setTokenName(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setTokenSecret(String) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setTokenType(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for tokenType property
- setTokenType(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setTokenUrl(String) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setTokenUrl(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Accessor
-
updates the token endpoint url
- setTokenUrl(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setTokenUrl(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- setType(FeatureAdminData.Type) - Method in class org.apache.shindig.gadgets.admin.FeatureAdminData
-
Sets the type.
- setType(OAuth2Accessor.Type) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setType(OAuth2Token.Type) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for type property
- setType(OAuth2Accessor.Type) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setType(OAuth2Token.Type) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setUnversionedMaxAge(Integer) - Method in class org.apache.shindig.gadgets.js.GetJsContentProcessor
-
- setUri(Uri) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setUri(String) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser.ImportDecl
-
- setUri(String) - Method in class org.apache.shindig.gadgets.parse.caja.CajaCssLexerParser.UriDecl
-
- setUrlMaxLength(int) - Method in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- setUrlParameter(boolean) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Accessor
-
- setUrlParameter(boolean) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2Client
-
- setUrlParameter(boolean) - Method in class org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2Provider
-
- setUseAsync(Boolean) - Method in class org.apache.shindig.gadgets.js.JsLoadProcessor
-
- setUser(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackState
-
- setUser(String) - Method in class org.apache.shindig.gadgets.oauth2.OAuth2CallbackStateToken
-
- setUser(String) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Token
-
Setter for user property
- setUser(String) - Method in class org.apache.shindig.gadgets.oauth2.persistence.OAuth2TokenPersistence
-
- setUserAgent(String) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- setUserId(String) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- setUseStrictParsing(boolean) - Method in class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- setUseStrictParsing(boolean) - Method in class org.apache.shindig.gadgets.uri.DefaultProxyUriManager
-
- setUseTemplates(Boolean) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager.DefaultTemplatingSignal
-
- setUseToken(OAuthArguments.UseToken) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.shindig.gadgets.GadgetELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.shindig.gadgets.templates.ElementELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.shindig.gadgets.templates.MessageELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.shindig.gadgets.templates.TemplateELResolver
-
- setVersionedMaxAge(Integer) - Method in class org.apache.shindig.gadgets.js.GetJsContentProcessor
-
- setVersionedMaxAge(Integer) - Method in class org.apache.shindig.gadgets.js.IfModifiedSinceProcessor
-
- setVersioner(IframeUriManager.Versioner) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- setWidth(String) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setWmode(FlashTagHandler.SwfObjectConfig.WMode) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setXForwardedForHeader(HttpRequest, HttpRequest) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
Sets standard forwarding headers on the proxied request.
- setXForwardedForHeader(HttpServletRequest, HttpRequest) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- SHARED_TOKEN - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- ShindigAuthConfigContributor - Class in org.apache.shindig.gadgets.config
-
- ShindigAuthConfigContributor(SecurityTokenCodec) - Constructor for class org.apache.shindig.gadgets.config.ShindigAuthConfigContributor
-
- shouldCache() - Method in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- shouldExclude(String) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- shouldInclude(String) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- shouldRefetch() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- shouldReturnOrigOnErr() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- shouldRewriteTag(String) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- shouldRewriteURL(String) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- slowResponseWarning(HttpRequest, long, long) - Method in class org.apache.shindig.gadgets.http.BasicHttpFetcher
-
Called when a request takes too long.
- SocialDataTags - Class in org.apache.shindig.gadgets.parse
-
Helper class containing all defs regarding social data tags,
and one helper method to retrieve all such tags from the document.
- SpecParserException - Exception in org.apache.shindig.gadgets.spec
-
Exceptions for Gadget Spec parsing.
- SpecParserException(String) - Constructor for exception org.apache.shindig.gadgets.spec.SpecParserException
-
- SpecParserException(XmlException) - Constructor for exception org.apache.shindig.gadgets.spec.SpecParserException
-
- SpecParserException(String, XmlException) - Constructor for exception org.apache.shindig.gadgets.spec.SpecParserException
-
- specRefreshInterval - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
- STANDARD_AUTH_TYPE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- StandardAuthenticationHandler - Class in org.apache.shindig.gadgets.oauth2.handler
-
- StandardAuthenticationHandler() - Constructor for class org.apache.shindig.gadgets.oauth2.handler.StandardAuthenticationHandler
-
- START_EDGE - Static variable in class org.apache.shindig.gadgets.variables.BidiSubstituter
-
- startCDATA(Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- startStreaming() - Method in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
Switches this response object to streaming mode.
- STATE - Static variable in interface org.apache.shindig.gadgets.oauth2.OAuth2Message
-
- storeClient(OAuth2Client) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- storeClient(OAuth2Client) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
Stores the given client.
- storeClients(Collection<OAuth2Client>) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- storeClients(Collection<OAuth2Client>) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
Store all clients in the collection.
- storeOAuth2Accessor(OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.BasicOAuth2Store
-
- storeOAuth2Accessor(OAuth2Accessor) - Method in interface org.apache.shindig.gadgets.oauth2.OAuth2Store
-
- storeOAuth2Accessor(OAuth2Accessor) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- storeOAuth2Accessor(OAuth2Accessor) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
Stores the given accessor.
- storeToken(OAuth2Token) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- storeToken(OAuth2Token) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
Stores the given token.
- storeTokenKeyAndSecret(SecurityToken, OAuthStore.ConsumerInfo, OAuthArguments, OAuthStore.TokenInfo, OAuthResponseParams) - Method in class org.apache.shindig.gadgets.oauth.GadgetOAuthTokenStore
-
Store an access token for the given user/gadget/service/token name
- storeTokens(Collection<OAuth2Token>) - Method in class org.apache.shindig.gadgets.oauth2.persistence.MapCache
-
- storeTokens(Collection<OAuth2Token>) - Method in interface org.apache.shindig.gadgets.oauth2.persistence.OAuth2Cache
-
Stores all tokens in the collection.
- stream - Variable in class org.apache.shindig.gadgets.servlet.ETaggingHttpResponse
-
- STYLE_TAG - Static variable in class org.apache.shindig.gadgets.templates.XmlTemplateLibrary
-
- StyleAdjacencyContentRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Merges adjacent style tags.
- StyleAdjacencyContentRewriter() - Constructor for class org.apache.shindig.gadgets.rewrite.StyleAdjacencyContentRewriter
-
- StyleAdjacencyVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Visitor that pulls all stylesheet nodes in a document to head, in
the order they were found in the document.
- StyleAdjacencyVisitor() - Constructor for class org.apache.shindig.gadgets.rewrite.StyleAdjacencyVisitor
-
- StyleConcatContentRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Concatenates non-private and cached adjacent styles
CacheEnforcementVisitor is used to merge only non-private & cached styles.
- StyleConcatContentRewriter(ConcatUriManager, ContentRewriterFeature.Factory, Executor, HttpCache, RequestPipeline) - Constructor for class org.apache.shindig.gadgets.rewrite.StyleConcatContentRewriter
-
- StyleTagExtractorContentRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Extracts style tags
- StyleTagExtractorContentRewriter(ContentRewriterFeature.Factory, ProxyUriManager, CssResponseRewriter) - Constructor for class org.apache.shindig.gadgets.rewrite.StyleTagExtractorContentRewriter
-
- StyleTagExtractorVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Visits nodes in the dom extracting style tags.
- StyleTagExtractorVisitor(ContentRewriterFeature.Config, CssResponseRewriter, ProxyUriManager) - Constructor for class org.apache.shindig.gadgets.rewrite.StyleTagExtractorVisitor
-
- StyleTagProxyEmbeddedUrlsRewriter - Class in org.apache.shindig.gadgets.rewrite
-
Rewriter that replaces urls (@import + background) in
<style> ...
- StyleTagProxyEmbeddedUrlsRewriter(ContentRewriterFeature.DefaultConfig, ProxyUriManager, CssResponseRewriter) - Constructor for class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsRewriter
-
- StyleTagProxyEmbeddedUrlsVisitor - Class in org.apache.shindig.gadgets.rewrite
-
Visitor that replaces urls (@import + background) in
<style> ...
- StyleTagProxyEmbeddedUrlsVisitor(ContentRewriterFeature.Config, ProxyUriManager, CssResponseRewriter) - Constructor for class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsVisitor
-
- substitute(Substitutions) - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
Performs substitutions on the spec.
- substitute(Substitutions) - Method in class org.apache.shindig.gadgets.spec.Icon
-
Substitutes the icon fields according to the spec.
- substitute(Substitutions) - Method in class org.apache.shindig.gadgets.spec.LinkSpec
-
Performs variable substitution on all visible elements.
- substitute(Substitutions) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
Produces a new ModulePrefs by substituting hangman variables from
substituter.
- substitute(Substitutions) - Method in class org.apache.shindig.gadgets.spec.PipelinedData
-
Allows the creation of a view from an existing view so that localization
can be performed.
- substitute(Substitutions) - Method in class org.apache.shindig.gadgets.spec.Preload
-
- substitute(Substitutions) - Method in class org.apache.shindig.gadgets.spec.UserPref
-
Performs substitutions on the pref.
- substitute(Substitutions) - Method in class org.apache.shindig.gadgets.spec.View
-
Creates a new view by performing hangman substitution.
- substitute(GadgetContext, GadgetSpec) - Method in class org.apache.shindig.gadgets.variables.VariableSubstituter
-
Substitutes all hangman variables into the gadget spec.
- Substituter - Interface in org.apache.shindig.gadgets.variables
-
- SubstituterModule - Class in org.apache.shindig.gadgets.variables
-
Guice bindings for the variables package.
- SubstituterModule() - Constructor for class org.apache.shindig.gadgets.variables.SubstituterModule
-
- SubstituterModule.SubstitutersProvider - Class in org.apache.shindig.gadgets.variables
-
- SubstituterModule.SubstitutersProvider(MessageSubstituter, UserPrefSubstituter, ModuleSubstituter, BidiSubstituter) - Constructor for class org.apache.shindig.gadgets.variables.SubstituterModule.SubstitutersProvider
-
- substituteString(String) - Method in class org.apache.shindig.gadgets.variables.Substitutions
-
Performs string substitution only for the specified type.
- substituteUri(Uri) - Method in class org.apache.shindig.gadgets.variables.Substitutions
-
Substitutes a uri
- Substitutions - Class in org.apache.shindig.gadgets.variables
-
Performs string substitutions for message bundles, user prefs, and bidi
variables.
- Substitutions() - Constructor for class org.apache.shindig.gadgets.variables.Substitutions
-
- Substitutions.Type - Enum in org.apache.shindig.gadgets.variables
-
Defines all of the valid types of message substitutions.
- supportedFields(RequestItem) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler
-
- SYSTEM_LIST_METHODS_METHOD - Static variable in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- validate(Uri, GadgetsHandlerApi.AuthContext, Long) - Method in interface org.apache.shindig.gadgets.servlet.ModuleIdManager
-
Checks to make sure that the proposed moduleId for this gadget is valid.
- validate(Uri, GadgetsHandlerApi.AuthContext, Long) - Method in class org.apache.shindig.gadgets.servlet.ModuleIdManagerImpl
-
- validate(Uri, String, String) - Method in class org.apache.shindig.gadgets.uri.AllJsIframeVersioner
-
- validate(List<Uri>, String, String) - Method in interface org.apache.shindig.gadgets.uri.ConcatUriManager.Versioner
-
Validate the version of the resource list.
- validate(JsUriManager.JsUri, String) - Method in class org.apache.shindig.gadgets.uri.DefaultJsVersioner
-
- validate(Uri, String, String) - Method in interface org.apache.shindig.gadgets.uri.IframeUriManager.Versioner
-
- validate(JsUriManager.JsUri, String) - Method in interface org.apache.shindig.gadgets.uri.JsUriManager.Versioner
-
- validate(Uri, String, String) - Method in interface org.apache.shindig.gadgets.uri.ProxyUriManager.Versioner
-
Validate the version of the resource.
- validateGadgetUrl(Uri) - Method in class org.apache.shindig.gadgets.process.Processor
-
- validateRenderingUri(Uri) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- validateRenderingUri(Uri) - Method in interface org.apache.shindig.gadgets.uri.IframeUriManager
-
Validates the provided rendering Uri.
- validateUrl(Uri) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
Validates and normalizes the given url, ensuring that it is non-null, has
scheme http or https, and has a path value of some kind.
- VALUE_KEY - Static variable in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter.Converter
-
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.admin.FeatureAdminData.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.AuthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.features.ApiDirective.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.GadgetException.Code
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.JsCompileMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth.AccessorInfo.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth.AccessorInfo.OAuthParamLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth.OAuthArguments.UseToken
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth.OAuthCommandLine.BodySigning
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth.OAuthError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth2.OAuth2Accessor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth2.OAuth2Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.oauth2.OAuth2Token.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.render.RenderingResults.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.render.SanitizingGadgetRewriter.Bypass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.RenderingContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceVisitor.Tags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.PatternOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.rewrite.DomWalker.Visitor.VisitStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.SamplingModes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.rewrite.ResourceMutateVisitor.Tags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.rewrite.ResponseRewriterList.RewriteFlow
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Location
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MessageLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.RenderingContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.RenderingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPrefDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ViewContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.spec.BaseOAuthService.Location
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.spec.BaseOAuthService.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.spec.PipelinedData.BatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.spec.UserPref.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.spec.View.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.NetworkAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Play
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Quality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.SAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Scale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.ScriptAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.WMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.templates.TemplateResource.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.uri.ConcatUriManager.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.uri.UriCommon.Param
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.uri.UriStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.uri.UriUtils.DisallowedHeaders
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.variables.Substitutions.Type
-
Returns the enum constant of this type with the specified name.
- valueOfParam(String) - Static method in enum org.apache.shindig.gadgets.JsCompileMode
-
- valueOfParam(String) - Static method in enum org.apache.shindig.gadgets.RenderingContext
-
- values() - Static method in enum org.apache.shindig.gadgets.admin.FeatureAdminData.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.AuthType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.features.ApiDirective.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.GadgetException.Code
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.JsCompileMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth.AccessorInfo.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth.AccessorInfo.OAuthParamLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerKeyAndSecret.KeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth.OAuthArguments.UseToken
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth.OAuthCommandLine.BodySigning
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth.OAuthError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth2.OAuth2Accessor.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth2.OAuth2Error
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.oauth2.OAuth2Token.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.render.RenderingResults.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.render.SanitizingGadgetRewriter.Bypass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.RenderingContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceVisitor.Tags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.PatternOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.rewrite.DomWalker.Visitor.VisitStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.rewrite.image.JpegImageUtils.SamplingModes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.rewrite.ResourceMutateVisitor.Tags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.rewrite.ResponseRewriterList.RewriteFlow
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Location
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MessageLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.RenderingContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.RenderingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPrefDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ViewContentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.spec.BaseOAuthService.Location
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.spec.BaseOAuthService.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.spec.PipelinedData.BatchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.spec.UserPref.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.spec.View.ContentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Align
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.NetworkAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Play
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Quality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.SAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.Scale
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.ScriptAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig.WMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.templates.TemplateResource.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.uri.ConcatUriManager.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.uri.UriCommon.Param
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.uri.UriStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.uri.UriUtils.DisallowedHeaders
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.shindig.gadgets.variables.Substitutions.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VanillaCajaHtmlParser - Class in org.apache.shindig.gadgets.parse.caja
-
Simple html parser based on caja.
- VanillaCajaHtmlParser(DOMImplementation, boolean) - Constructor for class org.apache.shindig.gadgets.parse.caja.VanillaCajaHtmlParser
-
- VanillaCajaHtmlSerializer - Class in org.apache.shindig.gadgets.parse.caja
-
Serializer for VanillaCajaHtmlParser.
- VanillaCajaHtmlSerializer() - Constructor for class org.apache.shindig.gadgets.parse.caja.VanillaCajaHtmlSerializer
-
- VariableSubstituter - Class in org.apache.shindig.gadgets.variables
-
Performs variable substitution on a gadget spec.
- VariableSubstituter(List<Substituter>) - Constructor for class org.apache.shindig.gadgets.variables.VariableSubstituter
-
- VariableTagHandler - Class in org.apache.shindig.gadgets.templates.tags
-
Implement the osx:Variable tag
- VariableTagHandler(String) - Constructor for class org.apache.shindig.gadgets.templates.tags.VariableTagHandler
-
- VarTagHandler - Class in org.apache.shindig.gadgets.templates.tags
-
Implement the os:Var tag
- VarTagHandler() - Constructor for class org.apache.shindig.gadgets.templates.tags.VarTagHandler
-
- verifyBaseParams(GadgetsHandlerApi.BaseRequest, boolean) - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandlerService
-
Verify request parameter are defined.
- version(Uri, String) - Method in class org.apache.shindig.gadgets.uri.AllJsIframeVersioner
-
- version(List<List<Uri>>, String, List<String>) - Method in interface org.apache.shindig.gadgets.uri.ConcatUriManager.Versioner
-
Generates a version for each of the provided resources.
- version(JsUriManager.JsUri) - Method in class org.apache.shindig.gadgets.uri.DefaultJsVersioner
-
- version(Uri, String) - Method in interface org.apache.shindig.gadgets.uri.IframeUriManager.Versioner
-
- version(JsUriManager.JsUri) - Method in interface org.apache.shindig.gadgets.uri.JsUriManager.Versioner
-
- version(List<Uri>, String, List<String>) - Method in interface org.apache.shindig.gadgets.uri.ProxyUriManager.Versioner
-
Generates a version for each of the provided resources.
- View - Class in org.apache.shindig.gadgets.spec
-
Represents a Content section, but normalized into an individual
view value after views are split on commas.
- View(String, List<Element>, Uri) - Constructor for class org.apache.shindig.gadgets.spec.View
-
- View.ContentType - Enum in org.apache.shindig.gadgets.spec
-
Possible values for Content/@type
- VIEW_PARAMS_PROPERTY - Static variable in class org.apache.shindig.gadgets.GadgetELResolver
-
- views - Variable in class org.apache.shindig.gadgets.spec.GadgetSpec
-
Content
Mapping is view -> Content section.
- viewWasRewritten() - Method in class org.apache.shindig.gadgets.rewrite.CaptureRewriter
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.AbsolutePathReferenceVisitor
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.CacheEnforcementVisitor
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.ConcatVisitor
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.ContentTypeCharsetRemoverVisitor
-
- visit(Gadget, Node) - Method in interface org.apache.shindig.gadgets.rewrite.DomWalker.Visitor
-
Visit a particular Node in the DOM.
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.ImageAttributeRewriter.ImageAttributeVisitor
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.ImageResizeRewriter.ImageResizeVisitor
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter.GadgetHtmlVisitor
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.ResourceMutateVisitor
-
Visit a particular Node in the DOM.
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.StyleAdjacencyVisitor
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.StyleTagExtractorVisitor
-
- visit(Gadget, Node) - Method in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsVisitor
-