Uses of Package
com.atlassian.gadgets

Packages that use com.atlassian.gadgets
com.atlassian.gadgets This package contains the main APIs for interacting with gadgets. 
com.atlassian.gadgets.dashboard This package contains the main APIs for interacting with dashboards and gadgets. 
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.rest Interfaces and classes used to implement dashboards and their gadgets as REST resources. 
com.atlassian.gadgets.dashboard.internal.rest.representations   
com.atlassian.gadgets.dashboard.internal.velocity   
com.atlassian.gadgets.dashboard.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.dashboard.spi.changes This package contains classes for managing changes to the dashboard state. 
com.atlassian.gadgets.dashboard.view   
com.atlassian.gadgets.directory   
com.atlassian.gadgets.directory.internal   
com.atlassian.gadgets.directory.internal.impl   
com.atlassian.gadgets.directory.internal.jaxb Contains JAXB model classes that can be served through REST modules. 
com.atlassian.gadgets.directory.internal.rest   
com.atlassian.gadgets.embedded.internal Handles construction of gadget <iframes>, rendering, and URLs to Shindig's gadget rendering servlet. 
com.atlassian.gadgets.oauth.serviceprovider.internal   
com.atlassian.gadgets.opensocial.spi Contains the service provider interfaces (SPIs) for OpenSocial requests. 
com.atlassian.gadgets.publisher.internal   
com.atlassian.gadgets.publisher.internal.impl   
com.atlassian.gadgets.publisher.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
com.atlassian.gadgets.refimpl.ui   
com.atlassian.gadgets.renderer.internal   
com.atlassian.gadgets.renderer.internal.guice   
com.atlassian.gadgets.renderer.internal.local   
com.atlassian.gadgets.renderer.internal.servlet   
com.atlassian.gadgets.spec Contains classes related to Gadgets' Specification XML. 
com.atlassian.gadgets.util   
com.atlassian.gadgets.view Contains classes related to the rendering and display of gadgets. 
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets
GadgetId
          Representation of the identifier for a particular gadget.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetRequestContext.Builder
          A builder that facilitates construction of GadgetRequestContext objects.
GadgetSpecProvider
          A simple representation of a container of gadget spec URIs.
GadgetSpecUriNotAllowedException
          Thrown when a gadget spec URI is not valid for rendering on the dashboard.
GadgetState
          An immutable representation of a gadget.
GadgetState.Builder
          A builder that allows you to set the Color and the user preferences of the GadgetState under construction.
GadgetState.SpecUriBuilder
          A builder that allows you to set the spec URI of the gadget state under construction
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard
GadgetState
          An immutable representation of a gadget.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard.internal
GadgetId
          Representation of the identifier for a particular gadget.
GadgetNotFoundException
          Thrown if the gadget identified by the GadgetId does not exist.
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetSpecUriNotAllowedException
          Thrown when a gadget spec URI is not valid for rendering on the dashboard.
GadgetState
          An immutable representation of a gadget.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard.internal.impl
GadgetId
          Representation of the identifier for a particular gadget.
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetSpecUriNotAllowedException
          Thrown when a gadget spec URI is not valid for rendering on the dashboard.
GadgetState
          An immutable representation of a gadget.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard.internal.rest
GadgetId
          Representation of the identifier for a particular gadget.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetRequestContextFactory
          Provides methods for constructing GadgetRequestContext instances from various sources.
GadgetSpecUrlChecker
          Models permission and validation checks on gadget specs.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard.internal.rest.representations
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard.internal.velocity
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard.spi
GadgetId
          Representation of the identifier for a particular gadget.
GadgetState
          An immutable representation of a gadget.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard.spi.changes
GadgetId
          Representation of the identifier for a particular gadget.
GadgetState
          An immutable representation of a gadget.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.dashboard.view
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.directory
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.directory.internal
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetSpecProvider
          A simple representation of a container of gadget spec URIs.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.directory.internal.impl
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetSpecProvider
          A simple representation of a container of gadget spec URIs.
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.directory.internal.jaxb
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.directory.internal.rest
GadgetRequestContextFactory
          Provides methods for constructing GadgetRequestContext instances from various sources.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.embedded.internal
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetState
          An immutable representation of a gadget.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.oauth.serviceprovider.internal
GadgetRequestContextFactory
          Provides methods for constructing GadgetRequestContext instances from various sources.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.opensocial.spi
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.publisher.internal
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetSpecUriNotAllowedException
          Thrown when a gadget spec URI is not valid for rendering on the dashboard.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.publisher.internal.impl
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetSpecProvider
          A simple representation of a container of gadget spec URIs.
LocalGadgetSpecProvider
          A provider of gadget specs that are avaiable locally, without making an HTTP request to fetch them.
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.publisher.spi
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.refimpl
GadgetId
          Representation of the identifier for a particular gadget.
GadgetSpecProvider
          A simple representation of a container of gadget spec URIs.
GadgetState
          An immutable representation of a gadget.
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.refimpl.ui
GadgetRequestContextFactory
          Provides methods for constructing GadgetRequestContext instances from various sources.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.renderer.internal
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetRequestContextFactory
          Provides methods for constructing GadgetRequestContext instances from various sources.
GadgetSpecUrlChecker
          Models permission and validation checks on gadget specs.
GadgetState
          An immutable representation of a gadget.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.renderer.internal.guice
LocalGadgetSpecProvider
          A provider of gadget specs that are avaiable locally, without making an HTTP request to fetch them.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.renderer.internal.local
LocalGadgetSpecProvider
          A provider of gadget specs that are avaiable locally, without making an HTTP request to fetch them.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.renderer.internal.servlet
GadgetSpecUrlChecker
          Models permission and validation checks on gadget specs.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.spec
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetState
          An immutable representation of a gadget.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.util
GadgetSpecUriNotAllowedException
          Thrown when a gadget spec URI is not valid for rendering on the dashboard.
 

Classes in com.atlassian.gadgets used by com.atlassian.gadgets.view
GadgetParsingException
          Thrown when the gadget spec is malformed or cannot be parsed for other reasons.
GadgetRequestContext
          Holds information associated with a gadget request that the system will need to use.
GadgetState
          An immutable representation of a gadget.
 



Copyright © 2013 Atlassian. All Rights Reserved.