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 |
---|---|
MetaClass |
MetaClass.baseClass
Base metaclass.
|
protected MetaClass |
AbstractTearOff.owner |
Modifier and Type | Method and Description |
---|---|
MetaClass |
WebApp.getMetaClass(java.lang.Class c) |
MetaClass |
WebApp.getMetaClass(Klass<?> c) |
MetaClass |
WebApp.getMetaClass(java.lang.Object o)
Obtains a
MetaClass that represents the type of the given object. |
Modifier and Type | Method and Description |
---|---|
void |
Facet.buildFallbackDispatchers(MetaClass owner,
java.util.List<Dispatcher> dispatchers)
Adds
Dispatcher s that do catch-all behaviours like "doDispatch" does. |
abstract void |
Facet.buildViewDispatchers(MetaClass owner,
java.util.List<Dispatcher> dispatchers)
Adds
Dispatcher s that look at one token and binds that
to the views associated with the 'it' object. |
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.
|
Constructor and Description |
---|
AbstractTearOff(MetaClass owner,
java.lang.Class<CLT> cltClass) |
Modifier and Type | Method and Description |
---|---|
void |
JellyFacet.buildViewDispatchers(MetaClass owner,
java.util.List<Dispatcher> dispatchers) |
boolean |
JellyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass) |
Constructor and Description |
---|
JellyClassTearOff(MetaClass owner) |
Modifier and Type | Method and Description |
---|---|
void |
GroovyFacet.buildViewDispatchers(MetaClass owner,
java.util.List<Dispatcher> dispatchers) |
boolean |
GroovyFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass) |
Constructor and Description |
---|
GroovyClassTearOff(MetaClass owner) |
Modifier and Type | Method and Description |
---|---|
void |
JSPFacet.buildViewDispatchers(MetaClass owner,
java.util.List<Dispatcher> dispatchers) |
boolean |
JSPFacet.handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
java.lang.Object node,
MetaClass nodeMetaClass) |
Copyright © 2014. All Rights Reserved.