|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Klass | |
---|---|
org.kohsuke.stapler | Stapler URL->Object mapping framework. |
org.kohsuke.stapler.lang |
Uses of Klass in org.kohsuke.stapler |
---|
Fields in org.kohsuke.stapler declared as Klass | |
---|---|
Klass<?> |
MetaClass.klass
|
Methods in org.kohsuke.stapler that return Klass | |
---|---|
Klass<?> |
Facet.getKlass(Object o)
Maps an instance to a Klass . |
Klass<?> |
WebApp.getKlass(Object o)
|
Methods in org.kohsuke.stapler with parameters of type Klass | |
---|---|
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. |
Uses of Klass in org.kohsuke.stapler.lang |
---|
Methods in org.kohsuke.stapler.lang that return Klass | |
---|---|
Klass<?> |
Klass.getSuperClass()
|
abstract Klass<?> |
KlassNavigator.getSuperClass(C clazz)
Gets the super class. |
static Klass<Class> |
Klass.java(Class c)
Creates Klass from a Java Class . |
Methods in org.kohsuke.stapler.lang that return types with arguments of type Klass | |
---|---|
Iterable<Klass<?>> |
Klass.getAncestors()
|
abstract Iterable<Klass<?>> |
KlassNavigator.getAncestors(C clazz)
Lists up all the ancestor classes, from specific to general, without any duplicate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |