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.view   
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.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.publisher.internal   
com.atlassian.gadgets.publisher.internal.impl   
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.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.spi.changes   
com.atlassian.gadgets.test   
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
 

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.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.internal
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.
 

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.
 

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.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.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.
 

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.
 

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.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.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.test
GadgetId
          Representation of the identifier for a particular 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 © 2010 Atlassian. All Rights Reserved.