public class

PropertySetConfig

extends Object
java.lang.Object
   ↳ com.opensymphony.module.propertyset.config.PropertySetConfig

Class Overview

DOCUMENT ME!

Summary

Public Methods
Map getArgs(String name)
String getClassName(String name)
static PropertySetConfig getConfig()
static URL getResource(String resourceName, Class callingClass)
Load a given resource.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Map getArgs (String name)

public String getClassName (String name)

public static PropertySetConfig getConfig ()

public static URL getResource (String resourceName, Class callingClass)

Load a given resource. This method will try to load the resource using the following methods (in order):

  • From Thread.currentThread().getContextClassLoader()
  • From ClassLoaderUtil.class.getClassLoader()
  • callingClass.getClassLoader()
Parameters
resourceName The name of the resource to load
callingClass The Class object of the calling object