Uses of Class
org.kohsuke.stapler.lang.Klass
Package
Description
Stapler
URL
→ Object
mapping framework.-
Uses of Klass in org.kohsuke.stapler
Modifier and TypeMethodDescriptionjakarta.servlet.RequestDispatcher
Facet.createRequestDispatcher
(RequestImpl request, Klass<?> type, Object it, String viewName) Creates aRequestDispatcher
that handles the given view, or return null if no such view was found.jakarta.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 servedWebApp.getMetaClass
(Klass<?> c) jakarta.servlet.RequestDispatcher
jakarta.servlet.RequestDispatcher
javax.servlet.RequestDispatcher
Deprecated.Gets theRequestDispatcher
that represents a specific view for the given class.jakarta.servlet.RequestDispatcher
javax.servlet.RequestDispatcher
jakarta.servlet.RequestDispatcher
Gets theRequestDispatcher
that represents a specific view for the given class. -
Uses of Klass in org.kohsuke.stapler.lang
Modifier and TypeMethodDescriptionKInstance.getKlass()
Klass<?>
Klass.getSuperClass()
abstract Klass<?>
KlassNavigator.getSuperClass
(C clazz) Gets the super class.Modifier and TypeMethodDescriptionKlass.getAncestors()
KlassNavigator.getAncestors
(C clazz) Lists up all the ancestor classes, from specific to general, without any duplicate.