ViewBundle   ViewBundle 
Compiled from "ViewBundle.java" Compiled from "ViewBundle.java"
public class io.dropwizard.views.ViewBundle<T> implements io.dropwizard.Con public class io.dropwizard.views.common.ViewBundle<T> implements io.dropwiz
figuredBundle<T>, io.dropwizard.views.ViewConfigurable<T> { ard.core.ConfiguredBundle<T>, io.dropwizard.views.common.ViewConfigurable<T
public io.dropwizard.views.ViewBundle(); > {
public io.dropwizard.views.ViewBundle(java.lang.Iterable<io.dropwizard.vi public io.dropwizard.views.common.ViewBundle();
ews.ViewRenderer>); public io.dropwizard.views.common.ViewBundle(java.lang.Iterable<io.dropwi
zard.views.common.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.core.setup.Environment) throws java.lang .Exception;
} }
 End of changes. 2 change blocks. 
6 lines changed or deleted 7 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/