@MetaInfServices
public class GuiceFacet
extends org.kohsuke.stapler.Facet
| Modifier and Type | Field and Description |
|---|---|
com.google.inject.Injector |
injector |
| Constructor and Description |
|---|
GuiceFacet() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildViewDispatchers(org.kohsuke.stapler.MetaClass owner,
List<org.kohsuke.stapler.Dispatcher> dispatchers) |
static com.google.inject.Injector |
get() |
static com.google.inject.Injector |
get(org.kohsuke.stapler.StaplerRequest req) |
static com.google.inject.Injector |
get(org.kohsuke.stapler.WebApp webApp) |
boolean |
handleIndexRequest(org.kohsuke.stapler.RequestImpl req,
org.kohsuke.stapler.ResponseImpl rsp,
Object node,
org.kohsuke.stapler.MetaClass nodeMetaClass) |
public void buildViewDispatchers(org.kohsuke.stapler.MetaClass owner,
List<org.kohsuke.stapler.Dispatcher> dispatchers)
buildViewDispatchers in class org.kohsuke.stapler.Facetpublic boolean handleIndexRequest(org.kohsuke.stapler.RequestImpl req,
org.kohsuke.stapler.ResponseImpl rsp,
Object node,
org.kohsuke.stapler.MetaClass nodeMetaClass)
throws IOException,
javax.servlet.ServletException
handleIndexRequest in class org.kohsuke.stapler.FacetIOExceptionjavax.servlet.ServletExceptionpublic static com.google.inject.Injector get(org.kohsuke.stapler.StaplerRequest req)
public static com.google.inject.Injector get(org.kohsuke.stapler.WebApp webApp)
public static com.google.inject.Injector get()
Copyright © 2014. All rights reserved.