Uses of Class
org.kohsuke.stapler.Facet

Packages that use Facet
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   
 

Uses of Facet in org.kohsuke.stapler
 

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

Methods in org.kohsuke.stapler with type parameters of type Facet
<T extends Facet>
T
WebApp.getFacet(java.lang.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 java.util.List<Facet> Facet.discover(java.lang.ClassLoader cl)
          Discovers all the facets in the classloader.
 

Uses of Facet in org.kohsuke.stapler.jelly
 

Subclasses of Facet in org.kohsuke.stapler.jelly
 class JellyFacet
          Facet that adds Jelly as the view.
 

Uses of Facet in org.kohsuke.stapler.jelly.groovy
 

Subclasses of Facet in org.kohsuke.stapler.jelly.groovy
 class GroovyFacet
          Facet that brings in Groovy support on top of Jelly.
 

Uses of Facet in org.kohsuke.stapler.jsp
 

Subclasses of Facet in org.kohsuke.stapler.jsp
 class JSPFacet
          Facet that adds JSP file support.
 



Copyright © 2012. All Rights Reserved.