Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0070 seconds)
Class:
org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
©,
Rating:
0% of 0,
C1
Class: org.springframework.beans.propertyeditors.PropertyEditorTests ©, Rating: 0% of 0, C1
Class: org.springframework.ui.freemarker.FreeMarkerConfigurationFactory ©, Rating: 0% of 0, C3
59
60 public void afterPropertiesSet() {
61 if (this.mappings == null || this.mappings.isEmpty()) {
62 throw new IllegalArgumentException("'mappings' property is required");
63 }
Class: org.springframework.beans.propertyeditors.PropertyEditorTests ©, Rating: 0% of 0, C1
143 pe.setAsText("");
144 Properties p= (Properties) pe.getValue();
145 assertTrue("empty string means empty properties", p.isEmpty());
146 }
147
Class: org.springframework.ui.freemarker.FreeMarkerConfigurationFactory ©, Rating: 0% of 0, C3
186 // FreeMarker will only accept known keys in its setSettings and
187 // setAllSharedVariables methods.
188 if (!props.isEmpty()) {
189 config.setSettings(props);
190 }
Result Page:
1