|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
StaplerResponse.serveExposedBean(StaplerRequest req,
java.lang.Object exposedBean,
Flavor flavor)
Serves the exposed bean in the specified flavor. |
void |
ResponseImpl.serveExposedBean(StaplerRequest req,
java.lang.Object exposedBean,
Flavor 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 |