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 | |
org.kohsuke.stapler.lang |
Modifier and Type | Field and Description |
---|---|
Klass<?> |
MetaClass.klass |
Modifier and Type | Method and Description |
---|---|
Klass<?> |
Facet.getKlass(Object o)
Maps an instance to a
Klass . |
Klass<?> |
WebApp.getKlass(Object o) |
Modifier and Type | Method and Description |
---|---|
javax.servlet.RequestDispatcher |
Facet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
Object it,
String viewName)
Creates a
RequestDispatcher that handles the given view, or
return null if no such view was found. |
javax.servlet.RequestDispatcher |
StaticViewFacet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
Object it,
String viewName) |
protected URL |
StaticViewFacet.findResource(Klass c,
String fileName)
Determines if this resource can be served
|
MetaClass |
WebApp.getMetaClass(Klass<?> c) |
javax.servlet.RequestDispatcher |
RequestImpl.getView(Klass<?> clazz,
Object it,
String viewName) |
javax.servlet.RequestDispatcher |
RequestImpl.getView(Klass<?> clazz,
String viewName) |
javax.servlet.RequestDispatcher |
StaplerRequest.getView(Klass<?> clazz,
String viewName)
Gets the
RequestDispatcher that represents a specific view
for the given class. |
Modifier and Type | Field and Description |
---|---|
Klass<?> |
JellyViewScript.fromKlass |
Modifier and Type | Method and Description |
---|---|
javax.servlet.RequestDispatcher |
JellyFacet.createRequestDispatcher(RequestImpl request,
Klass<?> type,
Object it,
String viewName) |
Constructor and Description |
---|
JellyViewScript(Klass from,
URL source,
org.apache.commons.jelly.Script base) |
Modifier and Type | Method and Description |
---|---|
javax.servlet.RequestDispatcher |
GroovyFacet.createRequestDispatcher(RequestImpl request,
Klass type,
Object it,
String viewName) |
Modifier and Type | Method and Description |
---|---|
javax.servlet.RequestDispatcher |
JSPFacet.createRequestDispatcher(RequestImpl request,
Klass type,
Object it,
String viewName) |
Modifier and Type | Method and Description |
---|---|
Klass<?> |
Klass.getSuperClass() |
abstract Klass<?> |
KlassNavigator.getSuperClass(C clazz)
Gets the super class.
|
static Klass<Class> |
Klass.java(Class c)
|
Modifier and Type | Method and Description |
---|---|
Iterable<Klass<?>> |
Klass.getAncestors() |
abstract Iterable<Klass<?>> |
KlassNavigator.getAncestors(C clazz)
Lists up all the ancestor classes, from specific to general, without any duplicate.
|
Copyright © 2015. All rights reserved.