Uses of Class
org.kohsuke.stapler.export.Flavor

Packages that use Flavor
org.kohsuke.stapler Stapler URL->Object mapping framework. 
org.kohsuke.stapler.export Mechanism for writing out a graph of model objects in a machine readable format. 
 

Uses of Flavor in org.kohsuke.stapler
 

Methods in org.kohsuke.stapler with parameters of type Flavor
 void ResponseImpl.serveExposedBean(StaplerRequest req, java.lang.Object exposedBean, Flavor flavor)
           
 void StaplerResponse.serveExposedBean(StaplerRequest req, java.lang.Object exposedBean, Flavor flavor)
          Serves the exposed bean in the specified flavor.
 

Uses of Flavor in org.kohsuke.stapler.export
 

Methods in org.kohsuke.stapler.export that return Flavor
static Flavor Flavor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Flavor[] Flavor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.