org.kohsuke.stapler.jelly
Class JellyClassLoaderTearOff

java.lang.Object
  extended by org.kohsuke.stapler.jelly.JellyClassLoaderTearOff

public class JellyClassLoaderTearOff
extends java.lang.Object

MetaClassLoader tear-off for Jelly support.

Author:
Kohsuke Kawaguchi

Field Summary
static org.apache.commons.jelly.expression.ExpressionFactory EXPRESSION_FACTORY
           
 
Constructor Summary
JellyClassLoaderTearOff(MetaClassLoader owner)
           
 
Method Summary
 org.apache.commons.jelly.JellyContext createContext()
          Creates JellyContext for compiling view scripts for classes in this classloader.
 org.apache.commons.jelly.TagLibrary getTagLibrary(java.lang.String nsUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPRESSION_FACTORY

public static org.apache.commons.jelly.expression.ExpressionFactory EXPRESSION_FACTORY
Constructor Detail

JellyClassLoaderTearOff

public JellyClassLoaderTearOff(MetaClassLoader owner)
Method Detail

getTagLibrary

public org.apache.commons.jelly.TagLibrary getTagLibrary(java.lang.String nsUri)

createContext

public org.apache.commons.jelly.JellyContext createContext()
Creates JellyContext for compiling view scripts for classes in this classloader.



Copyright © 2011. All Rights Reserved.