| Interface | Description |
|---|---|
| FeedProcessor |
Processes RSS & Atom Feeds and converts them into JSON output.
|
| GadgetSpecFactory |
Factory of gadget specs.
|
| LockedDomainService |
Interface for locked domain, a security mechanism that ensures that
a gadget is always registered on a fixed, unique domain.
|
| MessageBundleFactory |
Factory of message bundles
|
| Class | Description |
|---|---|
| AbstractLockedDomainService |
Provides a default implementation of much of the basic functionality for managing locked domains.
|
| AbstractSpecFactory<T> |
Basis for implementing GadgetSpec and MessageBundle factories.
|
| AbstractSpecFactory.Query |
Holds information used to fetch a spec.
|
| DefaultGadgetSpecFactory |
Default implementation of a gadget spec factory.
|
| DefaultGuiceModule |
Creates a module to supply all of the core gadget classes.
|
| DefaultGuiceModule.ShindigExecutorService |
An Executor service that mimics Executors.newCachedThreadPool(DAEMON_THREAD_FACTORY);
Registers a cleanup handler to shutdown the thread.
|
| DefaultMessageBundleFactory |
Default implementation of a message bundle factory.
|
| FeedProcessorImpl |
Processes RSS/Atom Feeds and converts them into JSON output.
|
| FetchResponseUtils |
Handles converting HttpResponse objects to the format expected by the makeRequest javascript.
|
| Gadget |
Intermediary representation of all state associated with processing
of a single gadget request.
|
| GadgetContext |
Bundles together context data for the current request with server config data.
|
| GadgetELResolver |
ELResolver for the built-in gadget properties:
- UserPrefs: the user preferences
- ViewParams: view params (as a JSON object)
|
| HashLockedDomainService |
Locked domain implementation based on sha.
|
| UserPrefs |
Data structure representing gadget user preferences.
|
| Enum | Description |
|---|---|
| AuthType |
The supported auth modes for outbound requests.
|
| GadgetException.Code | |
| JsCompileMode | |
| RenderingContext |
Defines where the gadget is being rendered.
|
| Exception | Description |
|---|---|
| AbstractSpecFactory.SpecRetrievalFailedException | |
| GadgetException |
Base class for all Gadget exceptions.
|
| UnsupportedFeatureException |
Thrown whenever GadgetFeatureRegistry gets a request for a feature that is
not registered.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.