org.kohsuke.stapler.jelly
Class JellyTagFileLoader
java.lang.Object
org.kohsuke.stapler.jelly.JellyTagFileLoader
public abstract class JellyTagFileLoader
- extends Object
Extension point that lets Jelly scripts written in other languages.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JellyTagFileLoader
public JellyTagFileLoader()
load
public abstract org.apache.commons.jelly.Script load(CustomTagLibrary taglib,
String name,
ClassLoader classLoader)
throws org.apache.commons.jelly.JellyException
- Loads a tag file for the given tag library.
- Returns:
- null
if this loader didn't find the script.
- Throws:
org.apache.commons.jelly.JellyException
discover
public static List<JellyTagFileLoader> discover(ClassLoader cl)
- Discovers all the facets in the classloader.
Copyright © 2012. All Rights Reserved.