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 |
---|---|
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 |
---|---|
boolean |
JellyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
GroovyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
JSPFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
Copyright © 2017. All rights reserved.