A B C D E F G I M P R T U W

A

AbstractUrlBuilder - Class in com.atlassian.gadgets.util
 
AbstractUrlBuilder(ApplicationProperties, WebResourceManager, String) - Constructor for class com.atlassian.gadgets.util.AbstractUrlBuilder
 
applicationProperties - Variable in class com.atlassian.gadgets.util.AbstractUrlBuilder
 
asLong(String) - Static method in class com.atlassian.gadgets.util.UriParameterConverter
 

B

buildGadgetSpecFeedUrl() - Method in class com.atlassian.gadgets.util.GadgetSpecUrlBuilder
Builds a URL for the feed containing all the gadget specs published by this application.
buildGadgetSpecUrl(String, String, String) - Method in class com.atlassian.gadgets.util.GadgetSpecUrlBuilder
Builds a URL for the gadget spec that can be found with the Plugin.
buildImageUrl(String) - Method in class com.atlassian.gadgets.util.AbstractUrlBuilder
 
buildImageUrl(String) - Method in interface com.atlassian.gadgets.util.UrlBuilder
Returns the URL to the image specified by the given path.
buildRpcJsUrl() - Method in class com.atlassian.gadgets.util.AbstractUrlBuilder
 
buildRpcJsUrl() - Method in interface com.atlassian.gadgets.util.UrlBuilder
Returns the URL to the RPC javascript file.

C

com.atlassian.gadgets.util - package com.atlassian.gadgets.util
 
create(String) - Static method in class com.atlassian.gadgets.util.Uri
Attempts to convert the gadgetUri to a URI object.

D

DASHBOARD_MENU_SECTION - Static variable in class com.atlassian.gadgets.util.WebItemFinder
 
DASHBOARD_TOOLS_MENU_SECTION - Static variable in class com.atlassian.gadgets.util.WebItemFinder
 
DebugTransformer - Class in com.atlassian.gadgets.util
 
DebugTransformer() - Constructor for class com.atlassian.gadgets.util.DebugTransformer
 
decodeUriComponent(String) - Static method in class com.atlassian.gadgets.util.Uri
Returns the decoded part of the URI.

E

encodeUriComponent(String) - Static method in class com.atlassian.gadgets.util.Uri
Returns the encoded part of the URI.
ensureTrailingSlash(String) - Static method in class com.atlassian.gadgets.util.Uri
Returns a "/"-terminated String.
execute(Callable<T>) - Method in class com.atlassian.gadgets.util.TransactionRunner
 
execute(Runnable) - Method in class com.atlassian.gadgets.util.TransactionRunner
 
extractParameters(String) - Method in class com.atlassian.gadgets.util.UriTemplate
Returns Map of parameter names and their values.

F

findMenuItemsInSection(String, Map<String, ?>) - Method in class com.atlassian.gadgets.util.WebItemFinder
 

G

GadgetSpecUrlBuilder - Class in com.atlassian.gadgets.util
Builds URLs to gadget specs that are hosted in plugins.
GadgetSpecUrlBuilder(ApplicationProperties) - Constructor for class com.atlassian.gadgets.util.GadgetSpecUrlBuilder
Constructs a new GadgetSpecUrlBuilder that uses the specified ApplicationProperties to determine the application base URL.
getBaseUrl() - Method in class com.atlassian.gadgets.util.AbstractUrlBuilder
 
getDisplayableLabel() - Method in class com.atlassian.gadgets.util.WebItemFinder.GadgetWebLabel
 
getDisplayableUrl() - Method in class com.atlassian.gadgets.util.WebItemFinder.GadgetWebLink
 
getId() - Method in class com.atlassian.gadgets.util.WebItemFinder.GadgetWebLink
 
getLabel() - Method in class com.atlassian.gadgets.util.WebItemFinder.WebItem
 
getLink() - Method in class com.atlassian.gadgets.util.WebItemFinder.WebItem
 
getStyleClass() - Method in class com.atlassian.gadgets.util.WebItemFinder.WebItem
 

I

IllegalUriParameterException - Exception in com.atlassian.gadgets.util
Exception thrown when a parameter found in the URI of a request is invalid.
IllegalUriParameterException(String, Throwable) - Constructor for exception com.atlassian.gadgets.util.IllegalUriParameterException
 
IllegalUriParameterException(String) - Constructor for exception com.atlassian.gadgets.util.IllegalUriParameterException
 
InvalidDirectoryGadgetUriException - Exception in com.atlassian.gadgets.util
Thrown when a directory gadget URI is either not a valid URI or if it does not begin with http:// or https://.
InvalidDirectoryGadgetUriException(Throwable) - Constructor for exception com.atlassian.gadgets.util.InvalidDirectoryGadgetUriException
 
InvalidDirectoryGadgetUriException(String) - Constructor for exception com.atlassian.gadgets.util.InvalidDirectoryGadgetUriException
 
isValid(String) - Static method in class com.atlassian.gadgets.util.Uri
Returns true if the gadget URI is a valid URI and begins with http:// or https://, false otherwise.

M

matches(String) - Method in class com.atlassian.gadgets.util.UriTemplate
Returns true if the URI matches this template, false.

P

parseGadgetSpecUrl(String) - Method in class com.atlassian.gadgets.util.GadgetSpecUrlBuilder
Parses a gadget spec URL in the format returned from #buildGadgetSpecUrl(String, String) into a PluginResourceKey containing the plugin key and resource location specified by the URL.

R

relativizeUriAgainstBase(String, URI) - Static method in class com.atlassian.gadgets.util.Uri
Relativize a possibly absolute URI against a specified base.
relativizeUriAgainstBase(String, String) - Static method in class com.atlassian.gadgets.util.Uri
Relativize a possibly absolute URI against a specified base.
resolveUriAgainstBase(String, URI) - Static method in class com.atlassian.gadgets.util.Uri
Resolves a possibly relative URI against a specified base.
resolveUriAgainstBase(String, String) - Static method in class com.atlassian.gadgets.util.Uri
Resolves a possibly relative URI (in String form) against a specified base.

T

TransactionRunner - Class in com.atlassian.gadgets.util
 
TransactionRunner(TransactionTemplate) - Constructor for class com.atlassian.gadgets.util.TransactionRunner
 
TransactionRunner.TransactionException - Exception in com.atlassian.gadgets.util
 
transform(Element, ResourceLocation, String, DownloadableResource) - Method in class com.atlassian.gadgets.util.DebugTransformer
 

U

Uri - Class in com.atlassian.gadgets.util
Utility class for dealing with URIs.
UriParameterConverter - Class in com.atlassian.gadgets.util
Utility class that can be used to convert from Strings to other types.
UriParameterConverter() - Constructor for class com.atlassian.gadgets.util.UriParameterConverter
 
UriTemplate - Class in com.atlassian.gadgets.util
Used to match and extract parameter values from request URIs against a URI template.
UriTemplate(String) - Constructor for class com.atlassian.gadgets.util.UriTemplate
 
UrlBuilder - Interface in com.atlassian.gadgets.util
Builds URLs to resources.

W

WebItemFinder - Class in com.atlassian.gadgets.util
 
WebItemFinder(WebInterfaceManager, ApplicationProperties, I18nResolver) - Constructor for class com.atlassian.gadgets.util.WebItemFinder
 
WebItemFinder.GadgetWebLabel - Class in com.atlassian.gadgets.util
 
WebItemFinder.GadgetWebLabel(WebLabel, Map<String, Object>) - Constructor for class com.atlassian.gadgets.util.WebItemFinder.GadgetWebLabel
 
WebItemFinder.GadgetWebLink - Class in com.atlassian.gadgets.util
 
WebItemFinder.GadgetWebLink(WebLink, Map<String, Object>) - Constructor for class com.atlassian.gadgets.util.WebItemFinder.GadgetWebLink
 
WebItemFinder.WebItem - Class in com.atlassian.gadgets.util
 
WebItemFinder.WebItem(WebItemModuleDescriptor, Map<String, Object>) - Constructor for class com.atlassian.gadgets.util.WebItemFinder.WebItem
 
webResourceManager - Variable in class com.atlassian.gadgets.util.AbstractUrlBuilder
 

A B C D E F G I M P R T U W

Copyright © 2010 Atlassian. All Rights Reserved.