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