| 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 | Field and Description |
|---|---|
List<Dispatcher> |
MetaClass.dispatchers |
| Modifier and Type | Method and Description |
|---|---|
void |
Facet.buildFallbackDispatchers(MetaClass owner,
List<Dispatcher> dispatchers)
Adds
Dispatchers that do catch-all behaviours like "doDispatch" does. |
abstract void |
Facet.buildViewDispatchers(MetaClass owner,
List<Dispatcher> dispatchers)
Adds
Dispatchers that look at one token and binds that
to the views associated with the 'it' object. |
void |
StaticViewFacet.buildViewDispatchers(MetaClass owner,
List<Dispatcher> dispatchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
JellyFacet.buildViewDispatchers(MetaClass owner,
List<Dispatcher> dispatchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroovyFacet.buildViewDispatchers(MetaClass owner,
List<Dispatcher> dispatchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSPFacet.buildViewDispatchers(MetaClass owner,
List<Dispatcher> dispatchers) |
Copyright © 2014. All rights reserved.