Uses of Class
com.atlassian.plugin.webresource.UrlMode

Packages that use UrlMode
com.atlassian.plugin.webresource   
 

Uses of UrlMode in com.atlassian.plugin.webresource
 

Methods in com.atlassian.plugin.webresource that return UrlMode
static UrlMode UrlMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UrlMode[] UrlMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.plugin.webresource with parameters of type UrlMode
 String WebResourceIntegration.getBaseUrl(UrlMode urlMode)
          Returns the base URL for this application in either relative or absolute format, depending on the value of urlMode.
 String WebResourceManagerImpl.getRequiredResources(UrlMode urlMode)
          This is the equivalent of calling WebResourceManagerImpl.getRequiredResources(UrlMode, WebResourceFilter) with the given url mode and a DefaultWebResourceFilter.
 String WebResourceManager.getRequiredResources(UrlMode urlMode)
          This is the equivalent of calling WebResourceManager.getRequiredResources(UrlMode, WebResourceFilter) with the given url mode and a default filter that is dependent on the implementation.
 String WebResourceManagerImpl.getRequiredResources(UrlMode urlMode, WebResourceFilter webResourceFilter)
          Returns a String of the resources tags to the previously required resources called via requireResource methods for the specified url mode and resource filter.
 String WebResourceManager.getRequiredResources(UrlMode urlMode, WebResourceFilter webResourceFilter)
          Returns the resource tags for the previously required resources called via WebResourceManager.requireResource(String) that match the specified web resource filter.
 String WebResourceManagerImpl.getResourceTags(String moduleCompleteKey, UrlMode urlMode)
           
 String WebResourceManager.getResourceTags(String moduleCompleteKey, UrlMode urlMode)
          Returns the resource tags of the specified resource.
 String WebResourceManager.getStaticPluginResource(ModuleDescriptor<?> moduleDescriptor, String resourceName, UrlMode urlMode)
          A helper method to return a url for 'plugin' resources.
 String WebResourceManagerImpl.getStaticPluginResource(ModuleDescriptor moduleDescriptor, String resourceName, UrlMode urlMode)
           
 String WebResourceManagerImpl.getStaticPluginResource(String moduleCompleteKey, String resourceName, UrlMode urlMode)
           
 String WebResourceManager.getStaticPluginResource(String moduleCompleteKey, String resourceName, UrlMode urlMode)
          A helper method to return a url for 'plugin' resources.
 String WebResourceManagerImpl.getStaticResourcePrefix(String resourceCounter, UrlMode urlMode)
           
 String WebResourceManager.getStaticResourcePrefix(String resourceCounter, UrlMode urlMode)
          A helper method to return a prefix for 'system' static resources.
 String WebResourceManagerImpl.getStaticResourcePrefix(UrlMode urlMode)
           
 String WebResourceManager.getStaticResourcePrefix(UrlMode urlMode)
          A helper method to return a prefix for 'system' static resources.
 void WebResourceManagerImpl.includeResources(Iterable<String> moduleCompleteKeys, Writer writer, UrlMode urlMode)
           
 void WebResourceManager.includeResources(Iterable<String> moduleCompleteKeys, Writer writer, UrlMode urlMode)
          Writes out the resource tags for a specified set of required resources and their dependencies.
 void WebResourceManagerImpl.includeResources(Writer writer, UrlMode urlMode)
          This is the equivalent of of calling WebResourceManagerImpl.includeResources(Writer, UrlMode, WebResourceFilter) with the given url mode and a DefaultWebResourceFilter.
 void WebResourceManager.includeResources(Writer writer, UrlMode urlMode)
          This is the equivalent of calling WebResourceManager.includeResources(Writer, UrlMode, WebResourceFilter) with the given url mode and a default web resource filter that is dependent on the implementation.
 void WebResourceManagerImpl.includeResources(Writer writer, UrlMode urlMode, WebResourceFilter webResourceFilter)
          Writes out the resource tags to the previously required resources called via requireResource methods for the specified url mode and resource filter.
 void WebResourceManager.includeResources(Writer writer, UrlMode urlMode, WebResourceFilter webResourceFilter)
          Writes out the resource tags to the previously required resources called via WebResourceManager.requireResource(String) for the specified resource type.
 void WebResourceManagerImpl.requireResource(String moduleCompleteKey, Writer writer, UrlMode urlMode)
           
 void WebResourceManager.requireResource(String moduleCompleteKey, Writer writer, UrlMode urlMode)
          Writes the resource tags of the specified resource to the writer.
 



Copyright © 2010 Atlassian. All Rights Reserved.