Package | Description |
---|---|
org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
org.kohsuke.stapler.jelly |
Optional Jelly support, to write views in Jelly.
|
org.kohsuke.stapler.jelly.groovy | |
org.kohsuke.stapler.jsp |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JellyFacet
Facet that adds Jelly as the view. |
Modifier and Type | Class and Description |
---|---|
class |
GroovyFacet
Facet that brings in Groovy support on top of Jelly. |
Modifier and Type | Class and Description |
---|---|
class |
JSPFacet
Facet that adds JSP file support. |
Copyright © 2015. All rights reserved.