public class

ViewSystemClasspathAction

extends ConfluenceActionSupport
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.admin.actions.ViewSystemClasspathAction

Class Overview

Action for the View System Classpath page

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewSystemClasspathAction()
Public Methods
List<URL> getClassLoaderClasspath(ClassLoader classloader)
Set<String> getCommonPackages(JarSet jars)
Set<JarSet> getJarSetsWithCommonClasses()
List<String> getKnownDuplicates()
List<ClassLoader> getThreadContextClassLoaders()
boolean isPermitted()
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public ViewSystemClasspathAction ()

Public Methods

public List<URL> getClassLoaderClasspath (ClassLoader classloader)

public Set<String> getCommonPackages (JarSet jars)

public Set<JarSet> getJarSetsWithCommonClasses ()

public List<String> getKnownDuplicates ()

public List<ClassLoader> getThreadContextClassLoaders ()

public boolean isPermitted ()