Search Results
OK to copy?
Examples 1 through 10 of
98 (0.162 seconds)
Class:
org.springframework.ui.context.support.UiApplicationContextUtils
©,
Rating:
0% of 0,
C2
Class: org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator ©, Rating: 100% of 1, C2
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
58 // set parent theme source if applicable,
59 // and if the theme source is defined in this context, not in a parent
60 if (context.getParent() instanceof ThemeSource &&
61 themeSource instanceof HierarchicalThemeSource &&
62 Arrays.asList(context.getBeanDefinitionNames()).contains(THEME_SOURCE_BEAN_NAME)) {
Class: org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator ©, Rating: 100% of 1, C2
49 protected Object[] getAdvicesAndAdvisorsForBean(Object bean, String beanName, TargetSource targetSource) {
50 if (this.beanNames != null) {
51 if (this.beanNames.contains(beanName)) {
52 return PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS;
53 }
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
86 assertFalse(l.contains(Advised.class));
87 assertTrue(l.contains(ITestBean.class));
88 assertTrue(l.contains(Comparable.class));
89 }
90
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
85 List l = Arrays.asList(completedInterfaces);
86 assertFalse(l.contains(Advised.class));
87 assertTrue(l.contains(ITestBean.class));
88 assertTrue(l.contains(Comparable.class));
89 }
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
84 // Can't assume ordering for others, so use a list
85 List l = Arrays.asList(completedInterfaces);
86 assertFalse(l.contains(Advised.class));
87 assertTrue(l.contains(ITestBean.class));
88 assertTrue(l.contains(Comparable.class));
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
71 assertTrue(l.contains(Advised.class));
72 assertTrue(l.contains(ITestBean.class));
73 assertTrue(l.contains(Comparable.class));
74 }
75
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
70 List l = Arrays.asList(completedInterfaces);
71 assertTrue(l.contains(Advised.class));
72 assertTrue(l.contains(ITestBean.class));
73 assertTrue(l.contains(Comparable.class));
74 }
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
69 // Can't assume ordering for others, so use a list
70 List l = Arrays.asList(completedInterfaces);
71 assertTrue(l.contains(Advised.class));
72 assertTrue(l.contains(ITestBean.class));
73 assertTrue(l.contains(Comparable.class));
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
56 assertTrue(l.contains(Advised.class));
57 assertTrue(l.contains(ITestBean.class));
58 assertTrue(l.contains(Comparable.class));
59 }
60
Class: org.springframework.aop.framework.AopProxyUtilsTests ©, Rating: 0% of 0, C2
55 List l = Arrays.asList(completedInterfaces);
56 assertTrue(l.contains(Advised.class));
57 assertTrue(l.contains(ITestBean.class));
58 assertTrue(l.contains(Comparable.class));
59 }