Search Results
OK to copy?
Examples 1 through 10 of
18 (0.0010 seconds)
Class:
org.springframework.context.event.SimpleApplicationEventMulticaster
©,
Rating:
0% of 0,
C1
Class: org.springframework.beans.factory.support.ManagedSet ©, Rating: 0% of 0, C1
Class: org.springframework.aop.support.IntroductionInfoSupport ©, Rating: 0% of 0, C1
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C1
Class: org.springframework.web.servlet.HttpServletBean ©, Rating: 0% of 0, C2
Class: org.springframework.web.filter.GenericFilterBean ©, Rating: 0% of 0, C2
Class: org.apache.catalina.realm.JAASMemoryLoginModule ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.xml.XMLTestSuiteRunnerValidator ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.testelement.AbstractTestElement ©, Rating: 0% of 0, C1
55
56 public void removeApplicationListener(ApplicationListener listener) {
57 this.applicationListeners.remove(listener);
58 }
59
Class: org.springframework.beans.factory.support.ManagedSet ©, Rating: 0% of 0, C1
Class: org.springframework.aop.support.IntroductionInfoSupport ©, Rating: 0% of 0, C1
055 */
056 public void suppressInterface(Class intf) {
057 this.publishedInterfaces.remove(intf);
058 }
059
Class: org.springframework.beans.ConcurrentBeanWrapperTests ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.ConcurrentBeanFactoryTests ©, Rating: 0% of 0, C1
Class: org.springframework.web.servlet.HttpServletBean ©, Rating: 0% of 0, C2
160 addPropertyValue(new PropertyValue(property, value));
161 if (missingProps != null) {
162 missingProps.remove(property);
163 }
164 }
Class: org.springframework.web.filter.GenericFilterBean ©, Rating: 0% of 0, C2
225 addPropertyValue(new PropertyValue(property, value));
226 if (missingProps != null) {
227 missingProps.remove(property);
228 }
229 }
Class: org.apache.catalina.realm.JAASMemoryLoginModule ©, Rating: 0% of 0, C1
342 public boolean logout() throws LoginException {
343
344 subject.getPrincipals().remove(principal);
345 committed = false;
346 principal = null;
Class: org.apache.batik.test.xml.XMLTestSuiteRunnerValidator ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.testelement.AbstractTestElement ©, Rating: 0% of 0, C1