ViewBundle | ViewBundle | |||
---|---|---|---|---|
Compiled from "ViewBundle.java" | Compiled from "ViewBundle.java" | |||
public class io.dropwizard.views.ViewBundle<T extends io.dropwizard.Configu ration> implements io.dropwizard.ConfiguredBundle<T>, io.dropwizard.views.V iewConfigurable<T> { | public class io.dropwizard.views.ViewBundle<T> implements io.dropwizard.Con figuredBundle<T>, io.dropwizard.views.ViewConfigurable<T> { | |||
public io.dropwizard.views.ViewBundle(); | public io.dropwizard.views.ViewBundle(); | |||
public io.dropwizard.views.ViewBundle(java.lang.Iterable<io.dropwizard.vi ews.ViewRenderer>); | public io.dropwizard.views.ViewBundle(java.lang.Iterable<io.dropwizard.vi ews.ViewRenderer>); | |||
public java.util.Map<java.lang.String, java.util.Map<java.lang.String, ja va.lang.String>> getViewConfiguration(T); | public java.util.Map<java.lang.String, java.util.Map<java.lang.String, ja va.lang.String>> getViewConfiguration(T); | |||
public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce ption; | public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce ption; | |||
public void initialize(io.dropwizard.setup.Bootstrap<?>); | ||||
public void run(java.lang.Object, io.dropwizard.setup.Environment) throws | ||||
java.lang.Exception; | ||||
} | } | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |