|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |