Search Results
OK to copy?
Examples 1 through 10 of
208 (0.0020 seconds)
Class:
org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewWithCustomMappingsTests
©,
Rating:
0% of 0,
C1
Class: org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewWithCustomMappingsTests ©, Rating: 0% of 0, C1
Class: org.springframework.jdbc.core.support.JdbcBeanDefinitionReader ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.TransactionInterceptorTests ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.config.PropertiesFactoryBeanTests ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.config.PropertiesFactoryBeanTests ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.config.PropertiesFactoryBeanTests ©, Rating: 0% of 0, C1
Class: org.springframework.context.support.ResourceMapFactoryBeanTests ©, Rating: 0% of 0, C2
Class: org.springframework.context.support.ResourceMapFactoryBeanTests ©, Rating: 0% of 0, C2
Class: org.springframework.context.support.ResourceMapFactoryBeanTests ©, Rating: 0% of 0, C2
31 Properties props = new Properties();
32 props.setProperty("comma-separated", JasperReportsCsvView.class.getName());
33 props.setProperty("html", JasperReportsHtmlView.class.getName());
34
35 view.setFormatMappings(props);
Class: org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewWithCustomMappingsTests ©, Rating: 0% of 0, C1
30
31 Properties props = new Properties();
32 props.setProperty("comma-separated", JasperReportsCsvView.class.getName());
33 props.setProperty("html", JasperReportsHtmlView.class.getName());
34
Class: org.springframework.jdbc.core.support.JdbcBeanDefinitionReader ©, Rating: 0% of 0, C1
83 String value = rs.getString(3);
84 // Make a properties entry by combining bean name and property
85 props.setProperty(beanName + "." + property, value);
86 }
87 });
Class: org.springframework.transaction.interceptor.TransactionInterceptorTests ©, Rating: 0% of 0, C1
59 TransactionInterceptor ti = new TransactionInterceptor();
60 Properties p = new Properties();
61 p.setProperty("methodName", "PROPAGATION_REQUIRED");
62 ti.setTransactionAttributes(p);
63 PlatformTransactionManager ptm = new SerializableTransactionManager();
Class: org.springframework.beans.factory.config.PropertiesFactoryBeanTests ©, Rating: 0% of 0, C1
64 pfb.setLocation(new ClassPathResource("/org/springframework/beans/factory/config/test.properties"));
65 Properties localProps = new Properties();
66 localProps.setProperty("key2", "value2");
67 pfb.setProperties(localProps);
68 pfb.afterPropertiesSet();
Class: org.springframework.beans.factory.config.PropertiesFactoryBeanTests ©, Rating: 0% of 0, C1
51 pfb.setLocation(new ClassPathResource("/org/springframework/beans/factory/config/test.properties"));
52 Properties localProps = new Properties();
53 localProps.setProperty("key2", "value2");
54 pfb.setProperties(localProps);
55 pfb.afterPropertiesSet();
Class: org.springframework.beans.factory.config.PropertiesFactoryBeanTests ©, Rating: 0% of 0, C1
40 PropertiesFactoryBean pfb = new PropertiesFactoryBean();
41 Properties localProps = new Properties();
42 localProps.setProperty("key2", "value2");
43 pfb.setProperties(localProps);
44 pfb.afterPropertiesSet();
Class: org.springframework.context.support.ResourceMapFactoryBeanTests ©, Rating: 0% of 0, C2
60 Properties props = new Properties();
61 props.setProperty("test1", "A.xml");
62 props.setProperty("test2", "B.xml");
63 MutablePropertyValues pvs = new MutablePropertyValues();
64 pvs.addPropertyValue("properties", props);
Class: org.springframework.context.support.ResourceMapFactoryBeanTests ©, Rating: 0% of 0, C2
59 DefaultListableBeanFactory beanFactory = new DefaultListableBeanFactory();
60 Properties props = new Properties();
61 props.setProperty("test1", "A.xml");
62 props.setProperty("test2", "B.xml");
63 MutablePropertyValues pvs = new MutablePropertyValues();
Class: org.springframework.context.support.ResourceMapFactoryBeanTests ©, Rating: 0% of 0, C2
43 Properties props = new Properties();
44 props.setProperty("test1", "A.xml");
45 props.setProperty("test2", "B.xml");
46 MutablePropertyValues pvs = new MutablePropertyValues();
47 pvs.addPropertyValue("properties", props);