package

com.atlassian.gadgets.util

Interfaces

UrlBuilder Builds URLs to resources. 

Classes

AbstractUrlBuilder  
DebugTransformer  
GadgetSpecUrlBuilder Builds URLs to gadget specs that are hosted in plugins. 
TransactionRunner  
Uri Utility class for dealing with URIs. 
UriParameterConverter Utility class that can be used to convert from Strings to other types. 
UriTemplate Used to match and extract parameter values from request URIs against a URI template. 
WebItemFinder  
WebItemFinder.GadgetWebLabel  
WebItemFinder.GadgetWebLink  
WebItemFinder.WebItem  

Exceptions

IllegalUriParameterException Exception thrown when a parameter found in the URI of a request is invalid. 
InvalidDirectoryGadgetUriException Thrown when a directory gadget URI is either not a valid URI or if it does not begin with http:// or https://. 
TransactionRunner.TransactionException