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,
java.lang.Object node)
Trys to handle the given request and returns true
if it succeeds.
|
abstract boolean |
Facet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.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,
java.lang.Object node,
MetaClass nodeMetaClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
GroovyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
JSPFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass) |
Copyright © 2012. All Rights Reserved.