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