Extends {@link BaseGwtConfiguration} with just the parts that are not GWTcompatible.
38394041424344
ConfigurationState configurationState) { return GWT.create(ValidatorFactory.class); } public Configuration<?> createGenericConfiguration(BootstrapState state) { return new GwtConfiguration(this, state); }
42434445464748
public Configuration<?> createGenericConfiguration(BootstrapState state) { return new GwtConfiguration(this, state); } public GwtConfiguration createSpecializedConfiguration(BootstrapState state) { return new GwtConfiguration(this, state); }