org.kohsuke.stapler.jelly
public interface JellyCompatibleFacet
Facet
subtype (although not captured in a type hierarchy) that loads Jelly-compatible scripts.Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends java.lang.Class<? extends AbstractTearOff<?,? extends org.apache.commons.jelly.Script,?>>> |
getClassTearOffTypes() |
java.util.Collection<java.lang.String> |
getScriptExtensions()
Gets the list of view script extensions, such as ".jelly".
|
java.util.Collection<? extends java.lang.Class<? extends AbstractTearOff<?,? extends org.apache.commons.jelly.Script,?>>> getClassTearOffTypes()
java.util.Collection<java.lang.String> getScriptExtensions()
Copyright © 2014. All Rights Reserved.