Package | Description |
---|---|
org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticViewFacet |
Modifier and Type | Field and Description |
---|---|
List<Facet> |
WebApp.facets
Activated facets.
|
Modifier and Type | Method and Description |
---|---|
<T extends Facet> |
WebApp.getFacet(Class<T> type)
If the facet of the given type exists, return it.
|
Modifier and Type | Method and Description |
---|---|
static List<Facet> |
Facet.discover(ClassLoader cl)
Discovers all the facets in the classloader.
|
Copyright © 2013. All Rights Reserved.