Package | Description |
---|---|
org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Dispatcher.dispatch(RequestImpl req,
ResponseImpl rsp,
Object node)
Trys to handle the given request and returns true
if it succeeds.
|
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.
|
boolean |
StaticViewFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass) |
Copyright © 2013. All Rights Reserved.