Uses of Class
com.atlassian.gadgets.GadgetSpecUriNotAllowedException

Packages that use GadgetSpecUriNotAllowedException
com.atlassian.gadgets This package contains the main APIs for interacting with gadgets. 
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.publisher.internal   
com.atlassian.gadgets.util   
 

Uses of GadgetSpecUriNotAllowedException in com.atlassian.gadgets
 

Methods in com.atlassian.gadgets that throw GadgetSpecUriNotAllowedException
 void LocalGadgetSpecProvider.writeGadgetSpecTo(URI gadgetSpecUri, OutputStream output)
          Writes the gadget spec found at the specified URI, to the specified OutputStream.
 

Uses of GadgetSpecUriNotAllowedException in com.atlassian.gadgets.dashboard.internal
 

Methods in com.atlassian.gadgets.dashboard.internal that throw GadgetSpecUriNotAllowedException
 Gadget GadgetFactory.createGadget(GadgetState state, GadgetRequestContext gadgetRequestContext)
           
 Gadget GadgetFactory.createGadget(String gadgetSpecUrl, GadgetRequestContext gadgetRequestContext)
           
 

Uses of GadgetSpecUriNotAllowedException in com.atlassian.gadgets.dashboard.internal.impl
 

Methods in com.atlassian.gadgets.dashboard.internal.impl that throw GadgetSpecUriNotAllowedException
 Gadget GadgetFactoryImpl.createGadget(String gadgetSpecUrl, GadgetRequestContext gadgetRequestContext)
          Creates a new gadget from the spec at the specified URL.
 

Uses of GadgetSpecUriNotAllowedException in com.atlassian.gadgets.publisher.internal
 

Subclasses of GadgetSpecUriNotAllowedException in com.atlassian.gadgets.publisher.internal
 class PublishedGadgetSpecNotFoundException
           
 

Uses of GadgetSpecUriNotAllowedException in com.atlassian.gadgets.util
 

Methods in com.atlassian.gadgets.util that throw GadgetSpecUriNotAllowedException
static URI Uri.create(String gadgetUri)
          Attempts to convert the gadgetUri to a URI object.
 



Copyright © 2012 Atlassian. All Rights Reserved.