|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Facet | |
---|---|
org.kohsuke.stapler | Stapler URL->Object mapping framework. |
Uses of Facet in org.kohsuke.stapler |
---|
Fields in org.kohsuke.stapler with type parameters of type Facet | |
---|---|
List<Facet> |
WebApp.facets
Activated facets. |
Methods in org.kohsuke.stapler with type parameters of type Facet | ||
---|---|---|
|
WebApp.getFacet(Class<T> type)
If the facet of the given type exists, return it. |
Methods in org.kohsuke.stapler that return types with arguments of type Facet | |
---|---|
static List<Facet> |
Facet.discover(ClassLoader cl)
Discovers all the facets in the classloader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |