Uses of Class
org.kohsuke.stapler.Facet

Packages that use Facet
org.kohsuke.stapler Stapler URL->Object mapping framework. 
 

Uses of Facet in org.kohsuke.stapler
 

Fields in org.kohsuke.stapler with type parameters of type Facet
 List<Facet> WebApp.facets
          Activated facets.
 

Methods in org.kohsuke.stapler with type parameters of type Facet
<T extends Facet>
T
WebApp.getFacet(Class<T> type)
          If the facet of the given type exists, return it.
 

Methods in org.kohsuke.stapler that return types with arguments of type Facet
static List<Facet> Facet.discover(ClassLoader cl)
          Discovers all the facets in the classloader.
 



Copyright © 2010. All Rights Reserved.