org.kohsuke.stapler.jelly
Interface JellyCompatibleFacet
- All Known Implementing Classes:
- GroovyFacet, JellyFacet
public interface JellyCompatibleFacet
Facet
subtype (although not captured in a type hierarchy) that loads Jelly-compatible scripts.
- Author:
- Kohsuke Kawaguchi
Method Summary |
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". |
getClassTearOffTypes
java.util.Collection<? extends java.lang.Class<? extends AbstractTearOff<?,? extends org.apache.commons.jelly.Script,?>>> getClassTearOffTypes()
getScriptExtensions
java.util.Collection<java.lang.String> getScriptExtensions()
- Gets the list of view script extensions, such as ".jelly".
Copyright © 2012. All Rights Reserved.