com.xpn.xwiki.render.groovy
Class XWikiGroovyRenderer.CachedGroovyClass

java.lang.Object
  extended by com.xpn.xwiki.render.groovy.XWikiGroovyRenderer.CachedGroovyClass
All Implemented Interfaces:
DisposableCacheValue
Enclosing class:
XWikiGroovyRenderer

public class XWikiGroovyRenderer.CachedGroovyClass
extends Object
implements DisposableCacheValue


Field Summary
protected  Class<?> cl
           
 
Constructor Summary
XWikiGroovyRenderer.CachedGroovyClass(Class<?> cl)
           
 
Method Summary
 void dispose()
           
 Class<?> getGroovyClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cl

protected Class<?> cl
Constructor Detail

XWikiGroovyRenderer.CachedGroovyClass

public XWikiGroovyRenderer.CachedGroovyClass(Class<?> cl)
Method Detail

getGroovyClass

public Class<?> getGroovyClass()

dispose

public void dispose()
             throws Exception
Specified by:
dispose in interface DisposableCacheValue
Throws:
Exception


Copyright © 2004–2014 XWiki. All rights reserved.