public abstract class JellyTagFileLoader extends Object
Constructor and Description |
---|
JellyTagFileLoader() |
Modifier and Type | Method and Description |
---|---|
static List<JellyTagFileLoader> |
discover(ClassLoader cl)
Discovers all the facets in the classloader.
|
abstract org.apache.commons.jelly.Script |
load(CustomTagLibrary taglib,
String name,
ClassLoader classLoader)
Loads a tag file for the given tag library.
|
public abstract org.apache.commons.jelly.Script load(CustomTagLibrary taglib, String name, ClassLoader classLoader) throws org.apache.commons.jelly.JellyException
org.apache.commons.jelly.JellyException
public static List<JellyTagFileLoader> discover(ClassLoader cl)
Copyright © 2015. All rights reserved.