Package | Description |
---|---|
org.kohsuke.stapler |
Stapler
URL → Object mapping framework. |
org.kohsuke.stapler.jelly |
Optional Jelly support, to write views in Jelly.
|
org.kohsuke.stapler.jelly.groovy | |
org.kohsuke.stapler.jsp |
Modifier and Type | Method and Description |
---|---|
javax.servlet.RequestDispatcher |
Facet.createRequestDispatcher(RequestImpl request,
Class type,
Object it,
String viewName) |
javax.servlet.RequestDispatcher |
StaticViewFacet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
Object it,
String viewName) |
javax.servlet.RequestDispatcher |
Facet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
Object it,
String viewName)
Creates a
RequestDispatcher that handles the given view, or
return null if no such view was found. |
abstract boolean |
Dispatcher.dispatch(RequestImpl req,
ResponseImpl rsp,
Object node)
Tries to handle the given request and returns true
if it succeeds.
|
boolean |
StaticViewFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
abstract boolean |
Facet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass)
Attempts to route the HTTP request to the 'index' page of the 'it' object.
|
Modifier and Type | Method and Description |
---|---|
javax.servlet.RequestDispatcher |
JellyFacet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
Object it,
String viewName) |
boolean |
JellyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
Modifier and Type | Method and Description |
---|---|
javax.servlet.RequestDispatcher |
GroovyFacet.createRequestDispatcher(RequestImpl request,
Klass type,
Object it,
String viewName) |
boolean |
GroovyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
Modifier and Type | Method and Description |
---|---|
javax.servlet.RequestDispatcher |
JSPFacet.createRequestDispatcher(RequestImpl request,
Klass type,
Object it,
String viewName) |
boolean |
JSPFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
Copyright © 2016. All rights reserved.