Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
StaplerResponse.serveExposedBean(StaplerRequest req,
Object exposedBean,
Flavor flavor)
Serves the exposed bean in the specified flavor.
|
void |
ResponseImpl.serveExposedBean(StaplerRequest req,
Object exposedBean,
Flavor flavor) |
Modifier and Type | Method and Description |
---|---|
static Flavor |
Flavor.valueOf(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 © 2016. All rights reserved.