org.kuali.rice.kew.clientapp
Class ThinClientTest.DelegatingClassLoaderCreater

java.lang.Object
  extended by org.kuali.rice.kew.clientapp.ThinClientTest.DelegatingClassLoaderCreater
All Implemented Interfaces:
PrivilegedAction<ClassLoader>
Enclosing class:
ThinClientTest

private class ThinClientTest.DelegatingClassLoaderCreater
extends Object
implements PrivilegedAction<ClassLoader>

a privileged action to create a new classloader with our thread's classloader as its parent

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
private ThinClientTest.DelegatingClassLoaderCreater()
           
 
Method Summary
 ClassLoader run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThinClientTest.DelegatingClassLoaderCreater

private ThinClientTest.DelegatingClassLoaderCreater()
Method Detail

run

public ClassLoader run()
Specified by:
run in interface PrivilegedAction<ClassLoader>


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.