- 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
-
- AbstractSpecFactory<T> - Class in org.apache.shindig.gadgets
-
Basis for implementing GadgetSpec and MessageBundle factories.
- AbstractSpecFactory(Class<T>, ExecutorService, RequestPipeline, Cache<Uri, 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
-
- 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
-
- 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
-
- AccelResponseRewriterRegistry - Class in org.apache.shindig.gadgets.rewrite
-
Response rewriter registry for accel servlet.
- AccelResponseRewriterRegistry(List<ResponseRewriter>, GadgetHtmlParser) - Constructor for class org.apache.shindig.gadgets.rewrite.AccelResponseRewriterRegistry
-
- AccelUriManager - Interface in org.apache.shindig.gadgets.uri
-
UriManager for Accel servlet.
- 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
- 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
-
- addExtras(UriBuilder) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- addFeature(String) - Method in class org.apache.shindig.gadgets.Gadget
-
- 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
-
- addPipelinedData(String, Object) - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
- 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.
- 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.
- 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
-
- 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
-
- APPROVAL_URL - Static variable in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- 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_URL_PARAM - Static variable in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- 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_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.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
-
- 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) - Constructor for class org.apache.shindig.gadgets.servlet.CajaContentRewriter
-
- 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
-
- 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
-
- CajaResponseRewriter - Class in org.apache.shindig.gadgets.render
-
Rewriter that cajoles Javascript.
- CajaResponseRewriter(RequestPipeline) - Constructor for class org.apache.shindig.gadgets.render.CajaResponseRewriter
-
- cajoleContent() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- CAJOLED_DOCUMENTS - Static variable in class org.apache.shindig.gadgets.servlet.CajaContentRewriter
-
- call() - Method in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet.HttpFetchCallable
-
- 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
-
- 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
-
- 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
-
- clearAllHeaders() - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- CLIENT_STATE - Static variable in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- clientState - Variable in class org.apache.shindig.gadgets.oauth.OAuthRequest
-
State information from client
- 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
-
- 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
-
- ConcatProxyServlet.HttpFetchCallable - Class in org.apache.shindig.gadgets.servlet
-
- ConcatProxyServlet.HttpFetchCallable(HttpRequest) - Constructor for class org.apache.shindig.gadgets.servlet.ConcatProxyServlet.HttpFetchCallable
-
- 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(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
-
- config - Variable in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsVisitor
-
- ConfigContributor - Interface in org.apache.shindig.gadgets.config
-
Interface used by java classes that can inject javascript configuration information
- configContributors - Variable in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- configContributors - Variable in class org.apache.shindig.gadgets.servlet.JsHandler
-
- configure() - Method in class org.apache.shindig.gadgets.DefaultGuiceModule
- configure() - Method in class org.apache.shindig.gadgets.oauth.OAuthModule
-
- 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
-
- CONTAINER - Static variable in interface org.apache.shindig.gadgets.uri.AccelUriManager
-
- containerConfig - Variable in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- containerConfig - Variable in class org.apache.shindig.gadgets.servlet.JsHandler
-
- 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_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) - 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, 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.servlet.JsonRpcHandler.Job
-
- 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
-
- 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.
- 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.
- copyResponseToServlet(HttpResponse, HttpServletResponse) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- CORE_FEATURE - Static variable in class org.apache.shindig.gadgets.spec.Feature
-
- 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) - 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
-
- createBaseResponse(Uri, String) - 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
-
- createNewJob(GadgetContext) - Method in class org.apache.shindig.gadgets.servlet.JsonRpcHandler
-
- 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.
- createRewriteAllFeature(int) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Factory
-
Create a rewriter feature that allows all URIs to be rewritten.
- createTagHandler(Element, String, String) - Method in class org.apache.shindig.gadgets.templates.XmlTemplateLibrary
-
Creates a tag handler wrapping an element.
- 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
- 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
-
- cssRewriter - Variable in class org.apache.shindig.gadgets.rewrite.StyleTagProxyEmbeddedUrlsVisitor
-
- DAEMON_THREAD_FACTORY - Static variable in class org.apache.shindig.gadgets.DefaultGuiceModule
-
- DATA_HASH - Static variable in class org.apache.shindig.gadgets.http.HttpResponseMetadataHelper
-
- DATA_URI_KEY - Static variable in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- debug - Variable in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- DEFAULT_CSS - Static variable in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- DEFAULT_LOCALE - Static variable in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- DEFAULT_NAME - Static variable in class org.apache.shindig.gadgets.templates.tags.RenderTagHandler
-
- DEFAULT_NUM_ENTRIES - Static variable in class org.apache.shindig.gadgets.servlet.MakeRequestHandler
-
- DEFAULT_VIEW - Static variable in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- DefaultAccelUriManager - Class in org.apache.shindig.gadgets.uri
-
Default UriManager for Accel servlet.
- DefaultAccelUriManager(ContainerConfig, ProxyUriManager) - Constructor for class org.apache.shindig.gadgets.uri.DefaultAccelUriManager
-
- DefaultConcatUriManager - Class in org.apache.shindig.gadgets.uri
-
Default implementation of a ConcatUriManager
- DefaultConcatUriManager(ContainerConfig, ConcatUriManager.Versioner) - Constructor for class org.apache.shindig.gadgets.uri.DefaultConcatUriManager
-
- defaultExternLibs - Variable in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- defaultFeatures(String, Set<String>) - Method in class org.apache.shindig.gadgets.DefaultGuiceModule
-
Merges the features provided in shindig.properties with the extended features from multibinding
- DefaultGadgetSpecFactory - Class in org.apache.shindig.gadgets
-
Default implementation of a gadget spec factory.
- DefaultGadgetSpecFactory(ExecutorService, RequestPipeline, CacheProvider, long) - Constructor for class org.apache.shindig.gadgets.DefaultGadgetSpecFactory
-
- DefaultGuiceModule - Class in org.apache.shindig.gadgets
-
Creates a module to supply all of the core gadget classes.
- DefaultGuiceModule() - Constructor for class org.apache.shindig.gadgets.DefaultGuiceModule
-
- DefaultHtmlSerializer - Class in org.apache.shindig.gadgets.parse
-
This parser does not try to escape entities in text content as it expects the parser
to have retained the original entity references rather than its resolved form in text nodes.
- DefaultHtmlSerializer() - Constructor for class org.apache.shindig.gadgets.parse.DefaultHtmlSerializer
-
- DefaultHttpCache - Class in org.apache.shindig.gadgets.http
-
Simple cache of HttpResponses.
- DefaultHttpCache(CacheProvider) - Constructor for class org.apache.shindig.gadgets.http.DefaultHttpCache
-
- DefaultIframeUriManager - Class in org.apache.shindig.gadgets.uri
-
Default implementetion of an IframeUriManager which references the /ifr endpoint.
- DefaultIframeUriManager(ContainerConfig, LockedDomainPrefixGenerator, SecurityTokenCodec) - Constructor for class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- DefaultIframeUriManager.DefaultTemplatingSignal - Class in org.apache.shindig.gadgets.uri
-
- DefaultIframeUriManager.DefaultTemplatingSignal() - Constructor for class org.apache.shindig.gadgets.uri.DefaultIframeUriManager.DefaultTemplatingSignal
-
- DefaultIframeUriManager.TemplatingSignal - Interface in org.apache.shindig.gadgets.uri
-
- DefaultInvalidationService - Class in org.apache.shindig.gadgets.http
-
Default implementation of the invalidation service.
- DefaultInvalidationService(HttpCache, CacheProvider) - Constructor for class org.apache.shindig.gadgets.http.DefaultInvalidationService
-
- DefaultJsUriManager - Class in org.apache.shindig.gadgets.uri
-
Generates and validates URLs serviced by a gadget JavaScript service (JsServlet).
- DefaultJsUriManager(ContainerConfig, JsUriManager.Versioner) - Constructor for class org.apache.shindig.gadgets.uri.DefaultJsUriManager
-
- DefaultJsVersioner - Class in org.apache.shindig.gadgets.uri
-
Straightforward versioner for collections of requested features to extern.
- DefaultJsVersioner(FeatureRegistry) - Constructor for class org.apache.shindig.gadgets.uri.DefaultJsVersioner
-
- DefaultMessageBundleFactory - Class in org.apache.shindig.gadgets
-
Default implementation of a message bundle factory.
- DefaultMessageBundleFactory(ExecutorService, RequestPipeline, CacheProvider, long) - Constructor for class org.apache.shindig.gadgets.DefaultMessageBundleFactory
-
- DefaultOAuthUriManager - Class in org.apache.shindig.gadgets.uri
-
Straightforward implemenation of an OAuth callback Uri generator.
- DefaultOAuthUriManager(ContainerConfig) - Constructor for class org.apache.shindig.gadgets.uri.DefaultOAuthUriManager
-
- DefaultProxyUriManager - Class in org.apache.shindig.gadgets.uri
-
Generates URIs for use by the Shindig proxy service.
- DefaultProxyUriManager(ContainerConfig, ProxyUriManager.Versioner) - Constructor for class org.apache.shindig.gadgets.uri.DefaultProxyUriManager
-
- DefaultRequestPipeline - Class in org.apache.shindig.gadgets.http
-
A standard implementation of a request pipeline.
- DefaultRequestPipeline(HttpFetcher, HttpCache, Provider<OAuthRequest>, ResponseRewriterRegistry, InvalidationService, HttpResponseMetadataHelper) - Constructor for class org.apache.shindig.gadgets.http.DefaultRequestPipeline
-
- DefaultResponseRewriterRegistry - Class in org.apache.shindig.gadgets.rewrite
-
Basic registry -- just iterates over rewriters and invokes them sequentially.
- DefaultResponseRewriterRegistry(List<ResponseRewriter>, GadgetHtmlParser) - Constructor for class org.apache.shindig.gadgets.rewrite.DefaultResponseRewriterRegistry
-
- DefaultRpcServiceLookup - Class in org.apache.shindig.gadgets.render
-
Simple storage for holding the various services offered by containers.
- DefaultRpcServiceLookup(DefaultServiceFetcher, Long) - Constructor for class org.apache.shindig.gadgets.render.DefaultRpcServiceLookup
-
- DefaultServiceFetcher - Class in org.apache.shindig.gadgets.render
-
Retrieves the rpc services for a container by fetching them from the container's
system.listMethods endpoints as defined in the container config.
- DefaultServiceFetcher(ContainerConfig, HttpFetcher) - Constructor for class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
- DefaultTagRegistry - Class in org.apache.shindig.gadgets.templates.tags
-
A registry of custom tag handlers, keyed by a combination of namespace URL
and tag name.
- DefaultTagRegistry(Set<TagHandler>) - Constructor for class org.apache.shindig.gadgets.templates.tags.DefaultTagRegistry
-
- DefaultTemplateProcessor - Class in org.apache.shindig.gadgets.templates
-
Implements a DOM-based OS templates compiler.
- DefaultTemplateProcessor(Expressions) - Constructor for class org.apache.shindig.gadgets.templates.DefaultTemplateProcessor
-
- delete(BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler
-
Execute an HTTP DELETE request
- depalettize(BufferedImage, int) - Static method in class org.apache.shindig.gadgets.rewrite.image.ImageUtils
-
Convert an image to a direct color map
- descendants(CssTree, Class<T>) - Static method in class org.apache.shindig.gadgets.parse.caja.CajaCssUtils
-
Get all descendants of the passed node with the specified node type
- detectEncoding(byte[], boolean, EncodingDetector.FallbackEncodingDetector) - Static method in class org.apache.shindig.gadgets.encoding.EncodingDetector
-
Returns the detected encoding of the given byte array.
- detectEncoding(byte[]) - Method in class org.apache.shindig.gadgets.encoding.EncodingDetector.FallbackEncodingDetector
-
- DIR - Static variable in class org.apache.shindig.gadgets.variables.BidiSubstituter
-
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser.DocumentHandler
-
- documentChanged() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
Notification that the content of the document has changed.
- documentFactory - Variable in class org.apache.shindig.gadgets.parse.GadgetHtmlParser
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.HtmlAccelServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.JsServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.MakeRequestServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.OAuthCallbackServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.ProxyServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.RpcServlet
-
- domToJson(String) - Method in class org.apache.shindig.gadgets.rewrite.OsTemplateXmlLoaderRewriter.Converter
-
- DomWalker - Class in org.apache.shindig.gadgets.rewrite
-
Framework-in-a-framework facilitating the common Visitor case
in which a DOM tree is walked in order to manipulate it.
- DomWalker.Rewriter - Class in org.apache.shindig.gadgets.rewrite
-
Rewriter that traverses the DOM, passing each node to its
list of Visitor instances in order.
- DomWalker.Rewriter(List<DomWalker.Visitor>) - Constructor for class org.apache.shindig.gadgets.rewrite.DomWalker.Rewriter
-
- DomWalker.Rewriter(DomWalker.Visitor...) - Constructor for class org.apache.shindig.gadgets.rewrite.DomWalker.Rewriter
-
- DomWalker.Rewriter() - Constructor for class org.apache.shindig.gadgets.rewrite.DomWalker.Rewriter
-
- DomWalker.Visitor - Interface in org.apache.shindig.gadgets.rewrite
-
Implemented by classes that do actual manipulation of the DOM
while DomWalker.ContentVisitor walks it.
- DomWalker.Visitor.VisitStatus - Enum in org.apache.shindig.gadgets.rewrite
-
Returned by the visit(Gadget, Node) method, signaling:
BYPASS = Visitor doesn't care about the node.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.HtmlAccelServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.MakeRequestServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.gadgets.servlet.RpcServlet
-
- DOS_PREVENTION_HEADER - Static variable in class org.apache.shindig.gadgets.http.HttpRequest
-
Automatically added to every request so that we know that the request came from our server.
- 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
-
- GadgetBlacklist - Interface in org.apache.shindig.gadgets
-
A blacklist for gadgets.
- gadgetCanRender(String, Gadget, String) - Method in class org.apache.shindig.gadgets.HashLockedDomainService
-
- gadgetCanRender(String, Gadget, String) - Method in interface org.apache.shindig.gadgets.LockedDomainService
-
Check whether a gadget should be allowed to render on a particular
host.
- 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
-
- 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
-
- 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.MetadataRequestData - Class in org.apache.shindig.gadgets.servlet
-
- GadgetsHandler.MetadataRequestData(String, BaseRequestItem) - Constructor for class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- 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.BaseRequest - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.BaseResponse - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.EnumValuePair - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.Feature - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.LinkSpec - Interface 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.ModulePrefs - Interface in org.apache.shindig.gadgets.servlet
-
- GadgetsHandlerApi.TokenData - Interface 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(Processor, IframeUriManager, SecurityTokenCodec, BeanFilter) - 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.
- GadgetSpecFactory - Interface in org.apache.shindig.gadgets
-
Factory of gadget specs.
- 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
-
- generateSecurityToken(Gadget) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- 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.parse.ParseModule.DOMImplementationProvider
-
- get(HttpRequest) - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Factory
-
- get(Uri) - 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
-
- getAccessor() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- getAccessToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
OAuth access token.
- getAccessToken() - Method in class org.apache.shindig.gadgets.oauth.OAuthStore.TokenInfo
-
- 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 class org.apache.shindig.gadgets.spec.OAuthService
-
Represents /OAuth/Service/Access elements.
- 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
-
- getAppUrl(HttpRequest) - Static method in class org.apache.shindig.gadgets.http.AbstractHttpCache
-
- 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 interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.View
-
- 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
-
- 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
- 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
-
- 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) - Method in class org.apache.shindig.gadgets.DefaultMessageBundleFactory
-
- getBundle(GadgetSpec, Locale, boolean, String) - Method in interface org.apache.shindig.gadgets.MessageBundleFactory
-
Retrieves a messagMessageBundle for the provided GadgetSpec and Locale.
- getBypassSpecCache() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- 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
-
- 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
-
- getChecksum() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getChecksum() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getClock() - Method in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- getCode() - Method in exception org.apache.shindig.gadgets.GadgetException
-
- 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
-
- 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.oauth.OAuthGadgetContext
-
- 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.JsHandler.JsGadgetContext
-
- 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
-
- getContent() - Method in class org.apache.shindig.gadgets.features.BrowserSpecificFeatureResource
-
- 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.MutableContent
-
Retrieves the current content for this object in String form.
- getContent() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.View
-
- 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
-
- 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
-
- 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 exception org.apache.shindig.gadgets.servlet.RpcException
-
- getContext() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- 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.servlet.GadgetsHandler.MetadataRequestData
-
- getDebug() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- 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() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Factory
-
- 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 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
-
- 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
-
- getEncoding() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getEncodingCharset() - Method in class org.apache.shindig.gadgets.http.HttpResponse
-
- getEncryptedState() - Method in class org.apache.shindig.gadgets.oauth.OAuthCallbackState
-
- getEncryptedState() - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- getEntryCount() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- getEnumValues() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.UserPref
-
- 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 interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseResponse
-
- getErrorMessage() - Method in class org.apache.shindig.gadgets.render.RenderingResults
-
- getErrorText() - Method in exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
Get a meaningful description of the exception
- getExpires() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- getExtraElements() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getFallbackUri() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- 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
-
- 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.
- getFeatureResourcesContent(HttpServletRequest, GadgetContext, Set<String>) - Method in class org.apache.shindig.gadgets.servlet.JsHandler
-
Get the content of the feature resources and push it to jsData.
- 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 interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getFeatures() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- getFeaturesNeeded(HttpServletRequest) - Method in class org.apache.shindig.gadgets.servlet.JsHandler
-
Get the Set of feature names from the request.
- getFields() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseRequest
-
- getFileContent(File) - Method in class org.apache.shindig.gadgets.features.FeatureResourceLoader
-
- 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(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
-
- getGadgetContext(HttpServletRequest) - Method in class org.apache.shindig.gadgets.servlet.JsHandler
-
Get the GadgetContext to be used when calling FeatureRegistry.getFeatureResources.
- getGadgetJson(Gadget, GadgetSpec) - Method in class org.apache.shindig.gadgets.servlet.JsonRpcHandler.Job
-
- 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() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreConsumerIndex
-
- getGadgetUri() - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStoreTokenIndex
-
- getGadgetUri(SecurityToken, HttpRequestHandler.HttpApiRequest) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler
-
Extract the gadget URL from the request or the security token
- 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 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.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.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
-
- getHtmlTagContext() - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- getHttpMethod() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- 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
-
- getIframeUrl() - 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.servlet.GadgetsHandler.MetadataRequestData
-
- getIgnoreCache() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- 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
-
- getIncludedTags() - Method in class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
-
- getInputSource() - Method in class org.apache.shindig.gadgets.parse.caja.CajaHtmlParser
-
- 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
-
- 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.
- getJsContent(HttpServletRequest) - Method in class org.apache.shindig.gadgets.servlet.JsHandler
-
Get the JavaScript content from the feature name aliases.
- getJsData() - Method in class org.apache.shindig.gadgets.servlet.JsHandler.JsHandlerResponse
-
- 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
-
- 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
-
- 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) - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
Gets the locale spec for the given locale, if any exists.
- getLocales() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- 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(Uri) - Method in interface org.apache.shindig.gadgets.uri.LockedDomainPrefixGenerator
-
- 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. of palette entries to create when attempting to palettize an
image before quitting.
- getMessage() - Method in exception org.apache.shindig.gadgets.oauth.OAuthRequestException
-
- getMessageBundle() - Method in class org.apache.shindig.gadgets.spec.LocaleSpec
-
Locale/msg
- 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
-
- 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 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
-
- 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.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 interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.Feature
-
- 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.Feature
-
- 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
-
- getNewClientState() - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
Get the state we will return to the client.
- getNextBatch(ELResolver) - Method in interface org.apache.shindig.gadgets.spec.PipelinedData.Batch
-
- getNumChanges() - Method in class org.apache.shindig.gadgets.rewrite.MutableContent
-
- 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
-
- getOAuthCallbackGenerator() - Method in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- getOAuthSpec() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
- 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
-
- getOutputContentType() - Method in class org.apache.shindig.gadgets.rewrite.image.GIFOptimizer
-
- getOutputContentType() - Method in class org.apache.shindig.gadgets.rewrite.image.JPEGOptimizer
-
- 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.TokenData
-
- 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.
- getParamLocation() - Method in class org.apache.shindig.gadgets.oauth.AccessorInfo
-
- getParams() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- getParams() - Method in class org.apache.shindig.gadgets.spec.Feature
-
- getParams() - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- 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
-
- getProxyUri(HttpRequest) - Method in class org.apache.shindig.gadgets.servlet.AccelHandler
-
Returns the proxy uri encapsulating the request uri.
- 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
-
- getReceivedCallbackUrl() - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- getRedirect() - Method in class org.apache.shindig.gadgets.render.RenderingResults
-
- getRefresh() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getRefreshInterval() - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- 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.servlet.GadgetsHandlerService.MetadataGadgetContext
-
- getRenderingContext() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- getRenderingContext() - Method in class org.apache.shindig.gadgets.servlet.JsHandler.JsGadgetContext
-
- getRenderingContext() - Method in class org.apache.shindig.gadgets.servlet.JsonRpcGadgetContext
-
- 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
-
- 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 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
-
- getResourceContent(String) - Method in class org.apache.shindig.gadgets.features.FeatureResourceLoader
-
- 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
-
- 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.uri.ProxyUriBase
-
- getRewriters(GadgetContext) - Method in class org.apache.shindig.gadgets.render.GadgetRewritersProvider
-
- 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
-
- 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
- getSecurityToken() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- 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
-
- 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://...
- getServicesForContainer(String, String) - Method in class org.apache.shindig.gadgets.render.DefaultServiceFetcher
-
Returns the services, keyed by endpoint for the given container.
- 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
-
- 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
-
- 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
-
- getStateCrypter() - Method in class org.apache.shindig.gadgets.oauth.OAuthFetcherConfig
-
- 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.JsUriManager.JsUri
-
- getStatus() - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- getSubstitution(Substitutions.Type, String) - Method in class org.apache.shindig.gadgets.variables.Substitutions
-
- 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() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.MetadataRequestData
-
- getToken() - Method in class org.apache.shindig.gadgets.servlet.GadgetsHandler.TokenRequestData
-
- getToken() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataRequest
-
- getToken() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.TokenRequest
-
- 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.
- 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
-
- getTop() - Method in class org.apache.shindig.gadgets.templates.TemplateContext
-
- getType(ELContext, Object, Object) - Method in class org.apache.shindig.gadgets.GadgetELResolver
-
- 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.
- getUri() - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- 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
-
- getUri() - Method in class org.apache.shindig.gadgets.uri.ConcatUriManager.ConcatData
-
- 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.
- getUrl() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getUrl() - Method in class org.apache.shindig.gadgets.oauth.OAuthGadgetContext
-
- getUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseRequest
-
- getUrl() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.BaseResponse
-
- 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.GadgetSpec
-
- getUrlStatus() - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.PostGadgetRenderingParams
-
- getUserAgent() - Method in class org.apache.shindig.gadgets.GadgetContext
-
- getUserAgent() - Method in class org.apache.shindig.gadgets.servlet.HttpGadgetContext
-
- 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(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 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, View) - 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.TokenData
-
- getViews() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.MetadataResponse
-
- getViews() - Method in class org.apache.shindig.gadgets.spec.GadgetSpec
-
- getViews() - Method in class org.apache.shindig.gadgets.spec.Preload
-
- getWidth() - Method in interface org.apache.shindig.gadgets.servlet.GadgetsHandlerApi.ModulePrefs
-
- getWidth() - Method in class org.apache.shindig.gadgets.spec.ModulePrefs
-
ModuleSpec@width
- 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
-
- 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
-
- 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) - 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
-
- OAuthService.EndPoint - Class in org.apache.shindig.gadgets.spec
-
Description of an OAuth request token or access token URL.
- OAuthService.EndPoint(Uri, OAuthService.Method, OAuthService.Location) - Constructor for class org.apache.shindig.gadgets.spec.OAuthService.EndPoint
-
- OAuthService.Location - Enum in org.apache.shindig.gadgets.spec
-
Location for OAuth parameters in requests to an OAuth request token,
access token, or resource URL.
- OAuthService.Method - Enum in org.apache.shindig.gadgets.spec
-
Method to use for requests to an OAuth request token or access token URL.
- 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.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
-
- 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_INSTANCE_ID - 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) - Constructor for class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
- OptimizerConfig() - Constructor for class org.apache.shindig.gadgets.rewrite.image.OptimizerConfig
-
Defaults
- org.apache.shindig.gadgets - package org.apache.shindig.gadgets
-
- 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.oauth - package org.apache.shindig.gadgets.oauth
-
- 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.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
-
- 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
-
- 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
-
- 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.OAuthService.Location
-
- parse(String) - Static method in enum org.apache.shindig.gadgets.spec.OAuthService.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.GadgetHtmlParser
-
- parseDomImpl(String) - Method in class org.apache.shindig.gadgets.parse.caja.CajaHtmlParser
-
- 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, 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.GadgetHtmlParser
-
- parseFragmentImpl(String) - Method in class org.apache.shindig.gadgets.parse.nekohtml.NekoSimplifiedHtmlParser
-
- 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
-
- PATH_PARAM - Static variable in class org.apache.shindig.gadgets.render.HtmlRenderer
-
- PATH_PARAM - Static variable in class org.apache.shindig.gadgets.render.ProxyRenderer
-
- 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.
- postJsContentProcessing(HttpServletResponse, UriStatus, boolean) - Method in class org.apache.shindig.gadgets.servlet.JsServlet
-
Provides post JavaScript content processing.
- 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
-
- 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
-
- process(String, String, boolean, int) - Method in class org.apache.shindig.gadgets.FeedProcessor
-
Converts feed XML to JSON.
- 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(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, 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, GadgetBlacklist, FeatureRegistry) - 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.
- 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
-
- 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
-
- provideGadgetRewriters(PipelineDataGadgetRewriter, TemplateRewriter, AbsolutePathReferenceRewriter, StyleTagExtractorContentRewriter, StyleAdjacencyContentRewriter, ProxyingContentRewriter, CajaContentRewriter, SanitizingGadgetRewriter, RenderingGadgetRewriter, OpenSocialI18NGadgetRewriter) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- providePreCacheResponseRewriters(BasicImageRewriter) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- providePreCacheResponseRewritersRegistry(GadgetHtmlParser, List<ResponseRewriter>) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- provideResponseRewriters(AbsolutePathReferenceRewriter, StyleTagExtractorContentRewriter, StyleAdjacencyContentRewriter, ProxyingContentRewriter, CssResponseRewriter, SanitizingResponseRewriter, CajaResponseRewriter) - Method in class org.apache.shindig.gadgets.rewrite.RewriteModule
-
- 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 - Class in org.apache.shindig.gadgets.servlet
-
Handles open proxy requests.
- ProxyHandler(RequestPipeline, ResponseRewriterRegistry, Boolean) - 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
-
- 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.StyleTagProxyEmbeddedUrlsVisitor
-
- 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
-
- put(BaseRequestItem) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler
-
Execute an HTTP PUT request
- 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.
- 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.DefaultGuiceModule
-
- 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
- registry - Variable in class org.apache.shindig.gadgets.servlet.JsHandler
-
- 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
-
- removeFeature(String) - Method in class org.apache.shindig.gadgets.Gadget
-
- 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
-
- 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
- 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
- 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
-
- 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, ContainerConfig, FeatureRegistry, JsUriManager, Map<String, ConfigContributor>) - 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
-
- 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_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
-
- 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.
- resourceTags - Variable in class org.apache.shindig.gadgets.rewrite.ResourceMutateVisitor
-
- 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.
- 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.
- 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.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) - 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) - Method in class org.apache.shindig.gadgets.render.SanitizingResponseRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.BaseTagRemoverRewriter
-
- rewrite(HttpRequest, HttpResponseBuilder) - Method in class org.apache.shindig.gadgets.rewrite.BaseTagRemoverRewriter
-
- rewrite(HttpRequest, HttpResponseBuilder) - Method in class org.apache.shindig.gadgets.rewrite.CaptureRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.CaptureRewriter
-
- rewrite(HttpRequest, HttpResponseBuilder) - 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) - 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) - 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) - Method in interface org.apache.shindig.gadgets.rewrite.ResponseRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.rewrite.TemplateRewriter
-
- rewrite(Gadget, MutableContent) - Method in class org.apache.shindig.gadgets.servlet.CajaContentRewriter
-
- rewriteHttpResponse(HttpRequest, HttpResponse) - Method in class org.apache.shindig.gadgets.rewrite.AccelResponseRewriterRegistry
-
Rewrites an HttpResponse object with the given request as context,
using the registered rewriters.
- rewriteHttpResponse(HttpRequest, HttpResponse) - 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) - 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
-
- 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
-
- 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
-
- RTL - Static variable in class org.apache.shindig.gadgets.variables.BidiSubstituter
-
- 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) - 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(Set<String>, 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
-
- 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
-
REwrites scripts.
- ScriptConcatContentRewriter(ContentRewriterFeature.Factory, ConcatUriManager) - Constructor for class org.apache.shindig.gadgets.rewrite.ScriptConcatContentRewriter
-
- 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
-
- sendTraceToClient() - Method in class org.apache.shindig.gadgets.oauth.OAuthResponseParams
-
- 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.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
-
- ServletUtil - Class in org.apache.shindig.gadgets.servlet
-
Jtility routines for dealing with servlets.
- setAccessToken(String) - Method in class org.apache.shindig.gadgets.oauth.AccessorInfoBuilder
-
- setAccessToken(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setAccessTokenSecret(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthClientState
-
- setAlign(FlashTagHandler.SwfObjectConfig.Align) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setAllowfullscreen(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- 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.
- setAuthType(AuthType) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- 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
-
- 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
-
- setCachingHeaders(HttpResponseBuilder, int, boolean) - Static method in class org.apache.shindig.gadgets.servlet.ServletUtil
-
- setCajaRequested(boolean) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- setCajoleContent(boolean) - Method in class org.apache.shindig.gadgets.uri.ProxyUriBase
-
- setClass(String) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- 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
-
- 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
-
- setDefaultForcedLibs(String) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- setDefaultKey(BasicOAuthStoreConsumerKeyAndSecret) - Method in class org.apache.shindig.gadgets.oauth.BasicOAuthStore
-
- 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
-
- setEntryCount(int) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setExecutor(ExecutorService) - Method in class org.apache.shindig.gadgets.servlet.ConcatProxyServlet
-
- setExpirationTime(long) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- setExternalizeFeatureLibs(Boolean) - Method in class org.apache.shindig.gadgets.render.RenderingGadgetRewriter
-
- setFallbackUrl(String) - Method in class org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri
-
- 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
-
- 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
-
- 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
-
- setHttpFetcher(HttpFetcher) - Method in class org.apache.shindig.gadgets.features.FeatureResourceLoader
-
- setHttpStatusCode(int) - Method in class org.apache.shindig.gadgets.http.HttpResponseBuilder
-
- 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
-
- setJsHandler(JsHandler) - Method in class org.apache.shindig.gadgets.servlet.JsServlet
-
- setJsonRpcHandler(JsonRpcHandler) - Method in class org.apache.shindig.gadgets.servlet.RpcServlet
-
- setLegacyParam(int, Object) - Method in class org.apache.shindig.gadgets.http.CacheKeyBuilder
-
Sets a legacy cache key parameter.
- setLockedDomainEnabled(Boolean) - Method in class org.apache.shindig.gadgets.uri.DefaultIframeUriManager
-
- setLockedDomainService(LockedDomainService) - Method in class org.apache.shindig.gadgets.servlet.ProxyServlet
-
- setLockSecurityTokens(Boolean) - Method in class org.apache.shindig.gadgets.HashLockedDomainService
-
Allows a renderer to render all gadgets that require a security token on a locked
domain.
- setLoop(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- 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.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setNoCache(boolean) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setOAuthArguments(OAuthArguments) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
- 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(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
-
- setProxiedContentRequest(boolean) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- 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
-
- setReceivedCallbackUrl(String) - Method in class org.apache.shindig.gadgets.oauth.OAuthArguments
-
- setRefreshInterval(Integer) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiRequest
-
- setRenderer(Renderer) - Method in class org.apache.shindig.gadgets.servlet.GadgetRenderingServlet
-
- 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
-
- setResponseContentHeaders(HttpResponseBuilder, HttpResponse) - Method in class org.apache.shindig.gadgets.servlet.ProxyHandler
-
- setResponseHeaders(HttpServletRequest, HttpServletResponse, HttpResponse) - Static 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
-
- setSalign(FlashTagHandler.SwfObjectConfig.SAlign) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- 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
-
- setSeamlesstabbing(Boolean) - Method in class org.apache.shindig.gadgets.templates.tags.FlashTagHandler.SwfObjectConfig
-
- setSecurityToken(SecurityToken) - Method in class org.apache.shindig.gadgets.http.HttpRequest
-
Assign the security token to use for making any form of authenticated request.
- 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
-
- 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
-
- 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.OAuthCallbackServlet
-
- setStatus(int) - Method in class org.apache.shindig.gadgets.servlet.HttpRequestHandler.HttpApiResponse
-
- 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
-
- setTimeSource(TimeSource) - Method in class org.apache.shindig.gadgets.features.FeatureResourceLoader
-
- setTimeSource(TimeSource) - Static method in class org.apache.shindig.gadgets.http.HttpResponse
-
- 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
-
- 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
-
- setUrlGenerator(JsUriManager) - Method in class org.apache.shindig.gadgets.servlet.JsServlet
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
- 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
-
Merges adjacent styles
- StyleConcatContentRewriter(ContentRewriterFeature.Factory, ConcatUriManager) - 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.Factory, 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
-
- 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(Uri, String, Collection<String>, 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(Uri, String, Collection<String>, 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.
- 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.AuthType
-
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.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.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.ResourceMutateVisitor.Tags
-
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.OAuthService.Location
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.shindig.gadgets.spec.OAuthService.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.
- 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.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.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.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.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.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.OAuthService.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.OAuthService.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.
- 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
-
- version(Uri, String) - Method in class org.apache.shindig.gadgets.uri.AllJsIframeVersioner
-
- version(List<List<Uri>>, String) - Method in interface org.apache.shindig.gadgets.uri.ConcatUriManager.Versioner
-
Generates a version for each of the provided resources.
- version(Uri, String, Collection<String>) - Method in class org.apache.shindig.gadgets.uri.DefaultJsVersioner
-
- version(Uri, String) - Method in interface org.apache.shindig.gadgets.uri.IframeUriManager.Versioner
-
- version(Uri, String, Collection<String>) - Method in interface org.apache.shindig.gadgets.uri.JsUriManager.Versioner
-
- version(List<Uri>, 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
-
- 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.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.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
-