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

Packages that use Flavor
org.kohsuke.stapler   
org.kohsuke.stapler.export   
 

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 © 2008. All Rights Reserved.