com.atlassian.plugin.refimpl.webresource
Class SimpleWebResourceIntegration

java.lang.Object
  extended by com.atlassian.plugin.refimpl.webresource.SimpleWebResourceIntegration
All Implemented Interfaces:
WebResourceIntegration

public class SimpleWebResourceIntegration
extends java.lang.Object
implements WebResourceIntegration


Constructor Summary
SimpleWebResourceIntegration(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 java.lang.String getBaseUrl()
           
 PluginAccessor getPluginAccessor()
           
 java.util.Map getRequestCache()
           
 java.lang.String getSystemBuildNumber()
           
 java.lang.String getSystemCounter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWebResourceIntegration

public SimpleWebResourceIntegration(javax.servlet.ServletContext servletContext)
Method Detail

getBaseUrl

public java.lang.String getBaseUrl()
Specified by:
getBaseUrl in interface WebResourceIntegration

getPluginAccessor

public PluginAccessor getPluginAccessor()
Specified by:
getPluginAccessor in interface WebResourceIntegration

getRequestCache

public java.util.Map getRequestCache()
Specified by:
getRequestCache in interface WebResourceIntegration

getSystemBuildNumber

public java.lang.String getSystemBuildNumber()
Specified by:
getSystemBuildNumber in interface WebResourceIntegration

getSystemCounter

public java.lang.String getSystemCounter()
Specified by:
getSystemCounter in interface WebResourceIntegration


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.