@MetaInfServices(value=org.kohsuke.stapler.Facet.class) public class GroovyFacet extends Facet implements JellyCompatibleFacet
Facet that brings in Groovy support on top of Jelly.| Constructor and Description |
|---|
GroovyFacet() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildViewDispatchers(MetaClass owner,
List<Dispatcher> dispatchers) |
javax.servlet.RequestDispatcher |
createRequestDispatcher(RequestImpl request,
Klass type,
Object it,
String viewName) |
Collection<Class<GroovyClassTearOff>> |
getClassTearOffTypes() |
Collection<String> |
getScriptExtensions() |
boolean |
handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
buildFallbackDispatchers, createRequestDispatcher, discover, discoverExtensions, getKlasspublic void buildViewDispatchers(MetaClass owner, List<Dispatcher> dispatchers)
buildViewDispatchers in class Facetpublic Collection<Class<GroovyClassTearOff>> getClassTearOffTypes()
getClassTearOffTypes in interface JellyCompatibleFacetpublic Collection<String> getScriptExtensions()
getScriptExtensions in interface JellyCompatibleFacetpublic javax.servlet.RequestDispatcher createRequestDispatcher(RequestImpl request, Klass type, Object it, String viewName) throws IOException
createRequestDispatcher in class FacetIOExceptionpublic boolean handleIndexRequest(RequestImpl req, ResponseImpl rsp, Object node, MetaClass nodeMetaClass) throws IOException, javax.servlet.ServletException
handleIndexRequest in class FacetIOExceptionjavax.servlet.ServletExceptionCopyright © 2016. All Rights Reserved.