com.atlassian.confluence.it.plugin
Class SpringComponentUploadablePlugin

java.lang.Object
  extended by com.atlassian.confluence.it.plugin.ClasspathUploadablePlugin
      extended by com.atlassian.confluence.it.plugin.SpringComponentUploadablePlugin
All Implemented Interfaces:
Plugin, UploadablePlugin

public class SpringComponentUploadablePlugin
extends ClasspathUploadablePlugin

A plugin containing a Spring component which will be loaded from the classpath.


Constructor Summary
SpringComponentUploadablePlugin(String key, String displayName, String resourceName, String componentName)
           
 
Method Summary
 String getComponentName()
           
 
Methods inherited from class com.atlassian.confluence.it.plugin.ClasspathUploadablePlugin
getDisplayName, getFile, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringComponentUploadablePlugin

public SpringComponentUploadablePlugin(String key,
                                       String displayName,
                                       String resourceName,
                                       String componentName)
Method Detail

getComponentName

public String getComponentName()


Copyright © 2003-2011 Atlassian. All Rights Reserved.