org.nanocontainer.nanowar.nanoweb
Class CachingScriptClassLoader

java.lang.Object
  extended by org.nanocontainer.nanowar.nanoweb.CachingScriptClassLoader

public class CachingScriptClassLoader
extends Object

Loads classes from scripts and caches them based on the URL's timestamp.

Version:
$Revision: 1570 $
Author:
Aslak Hellesøy, Kouhei Mori

Constructor Summary
CachingScriptClassLoader()
           
 
Method Summary
 Class getClass(URL scriptURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingScriptClassLoader

public CachingScriptClassLoader()
Method Detail

getClass

public Class getClass(URL scriptURL)
               throws IOException,
                      ScriptException
Throws:
IOException
ScriptException


Copyright © 2003-2009 Codehaus. All Rights Reserved.