public class JellyClassLoaderTearOff extends Object
MetaClassLoader
tear-off for Jelly support.Modifier and Type | Field and Description |
---|---|
static org.apache.commons.jelly.expression.ExpressionFactory |
EXPRESSION_FACTORY |
Constructor and Description |
---|
JellyClassLoaderTearOff(MetaClassLoader owner) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.jelly.JellyContext |
createContext()
Creates
JellyContext for compiling view scripts
for classes in this classloader. |
org.apache.commons.jelly.TagLibrary |
getTagLibrary(String nsUri) |
public static org.apache.commons.jelly.expression.ExpressionFactory EXPRESSION_FACTORY
public JellyClassLoaderTearOff(MetaClassLoader owner)
public org.apache.commons.jelly.TagLibrary getTagLibrary(String nsUri)
public org.apache.commons.jelly.JellyContext createContext()
JellyContext
for compiling view scripts
for classes in this classloader.Copyright © 2018. All rights reserved.