Uses of Class
org.kohsuke.stapler.lang.Klass
Packages that use Klass
Package
Description
Stapler
URL → Object mapping framework.-
Uses of Klass in org.kohsuke.stapler
Fields in org.kohsuke.stapler declared as KlassMethods in org.kohsuke.stapler that return KlassMethods in org.kohsuke.stapler with parameters of type KlassModifier and TypeMethodDescriptionjakarta.servlet.RequestDispatcherFacet.createRequestDispatcher(RequestImpl request, Klass<?> type, Object it, String viewName) Creates aRequestDispatcherthat handles the given view, or return null if no such view was found.jakarta.servlet.RequestDispatcherStaticViewFacet.createRequestDispatcher(RequestImpl request, Klass<?> type, Object it, String viewName) protected URLStaticViewFacet.findResource(Klass c, String fileName) Determines if this resource can be servedWebApp.getMetaClass(Klass<?> c) jakarta.servlet.RequestDispatcherjakarta.servlet.RequestDispatcherjavax.servlet.RequestDispatcherDeprecated.Gets theRequestDispatcherthat represents a specific view for the given class.jakarta.servlet.RequestDispatcherjavax.servlet.RequestDispatcherjakarta.servlet.RequestDispatcherGets theRequestDispatcherthat represents a specific view for the given class. -
Uses of Klass in org.kohsuke.stapler.lang
Methods in org.kohsuke.stapler.lang that return KlassModifier and TypeMethodDescriptionKInstance.getKlass()Klass<?>Klass.getSuperClass()abstract Klass<?>KlassNavigator.getSuperClass(C clazz) Gets the super class.Methods in org.kohsuke.stapler.lang that return types with arguments of type KlassModifier and TypeMethodDescriptionKlass.getAncestors()KlassNavigator.getAncestors(C clazz) Lists up all the ancestor classes, from specific to general, without any duplicate.