com.atlassian.crowd.plugin.web
Class CrowdWebResourceIntegration

java.lang.Object
  extended by com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
All Implemented Interfaces:
com.atlassian.plugin.webresource.WebResourceIntegration

public class CrowdWebResourceIntegration
extends java.lang.Object
implements com.atlassian.plugin.webresource.WebResourceIntegration

Crowd specific implementation of the Atlassian Plugin WebResourceIntegration Note: Bamboo, Confluence and Crowd are all using the same implementation here!


Constructor Summary
CrowdWebResourceIntegration()
           
 
Method Summary
 java.lang.String getBaseUrl()
           
 com.atlassian.plugin.PluginAccessor getPluginAccessor()
           
 java.util.Map getRequestCache()
           
 java.lang.String getSystemBuildNumber()
           
 java.lang.String getSystemCounter()
           
 void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdWebResourceIntegration

public CrowdWebResourceIntegration()
Method Detail

getPluginAccessor

public com.atlassian.plugin.PluginAccessor getPluginAccessor()
Specified by:
getPluginAccessor in interface com.atlassian.plugin.webresource.WebResourceIntegration

getRequestCache

public java.util.Map getRequestCache()
Specified by:
getRequestCache in interface com.atlassian.plugin.webresource.WebResourceIntegration

getSystemCounter

public java.lang.String getSystemCounter()
Specified by:
getSystemCounter in interface com.atlassian.plugin.webresource.WebResourceIntegration

getSystemBuildNumber

public java.lang.String getSystemBuildNumber()
Specified by:
getSystemBuildNumber in interface com.atlassian.plugin.webresource.WebResourceIntegration

getBaseUrl

public java.lang.String getBaseUrl()
Specified by:
getBaseUrl in interface com.atlassian.plugin.webresource.WebResourceIntegration

setPluginAccessor

public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.