ViewBundle | ViewBundle | |||
---|---|---|---|---|
Compiled from "ViewBundle.java" | Compiled from "ViewBundle.java" | |||
public class io.dropwizard.views.ViewBundle implements io.dropwizard.Bundle { | public abstract class io.dropwizard.views.ViewBundle<T extends io.dropwizar d.Configuration> implements io.dropwizard.ConfiguredBundle<T>, io.dropwizar d.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 void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce ption; | ||||
public void initialize(io.dropwizard.setup.Bootstrap<?>); | public void initialize(io.dropwizard.setup.Bootstrap<?>); | |||
public void run(io.dropwizard.setup.Environment); | public void run(java.lang.Object, io.dropwizard.setup.Environment) throws java.lang.Exception; | |||
} | } | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 3 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/ |