Search Results
OK to copy?
Examples 1 through 10 of
263 (0.638 seconds)
Class:
org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
©,
Rating:
100% of 1,
C1
Class: org.apache.jmeter.engine.util.ReplaceFunctionsWithStrings ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.engine.util.UndoVariableReplacement ©, Rating: 0% of 0, C1
Class: org.springframework.context.event.SimpleApplicationEventMulticaster ©, Rating: 0% of 0, C1
Class: org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver ©, Rating: 0% of 0, C2
Class: org.springframework.web.context.support.ServletContextAttributeExporter ©, Rating: 0% of 0, C2
Class: org.apache.catalina.deploy.ContextTransaction ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.jaas.JaasLoginModuleAdapter ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.TransactionAttributeSourceEditor ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.threads.JMeterVariables ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.engine.util.ReplaceFunctionsWithStrings ©, Rating: 0% of 0, C1
51 throws InvalidVariableException
52 {
53 Iterator iter = getVariables().keySet().iterator();
54 String input = prop.getStringValue();
55 while (iter.hasNext())
Class: org.apache.jmeter.engine.util.UndoVariableReplacement ©, Rating: 0% of 0, C1
52 throws InvalidVariableException
53 {
54 Iterator iter = getVariables().keySet().iterator();
55 String input = prop.getStringValue();
56 while (iter.hasNext())
Class: org.springframework.context.event.SimpleApplicationEventMulticaster ©, Rating: 0% of 0, C1
63
64 public void multicastEvent(ApplicationEvent event) {
65 Iterator it = this.applicationListeners.iterator();
66 while (it.hasNext()) {
67 ApplicationListener listener = (ApplicationListener) it.next();
Class: org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver ©, Rating: 0% of 0, C2
69 return name;
70 }
71 for (Iterator it = this.mappings.keySet().iterator(); it.hasNext();) {
72 String registeredPath = (String) it.next();
73 if (PathMatcher.match(registeredPath, urlPath)) {
Class: org.springframework.web.context.support.ServletContextAttributeExporter ©, Rating: 0% of 0, C2
67
68 public void setServletContext(ServletContext servletContext) {
69 for (Iterator it = this.attributes.entrySet().iterator(); it.hasNext();) {
70 Map.Entry entry = (Map.Entry) it.next();
71 String attributeName = (String) entry.getKey();
Class: org.apache.catalina.deploy.ContextTransaction ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.jaas.JaasLoginModuleAdapter ©, Rating: 0% of 0, C1
53 }
54 Set principals = subject.getPrincipals(jaasUserPrincipalClass);
55 Iterator principalIterator = principals.iterator();
56 if (principalIterator.hasNext()) {
57 Principal jaasUserPrincipal = (Principal)principalIterator.next();
Class: org.springframework.transaction.interceptor.TransactionAttributeSourceEditor ©, Rating: 0% of 0, C2
66 // Now we have properties, process each one individually
67 TransactionAttributeEditor tae = new TransactionAttributeEditor();
68 for (Iterator iter = props.keySet().iterator(); iter.hasNext();) {
69 String name = (String) iter.next();
70 String value = props.getProperty(name);
Class: org.apache.jmeter.threads.JMeterVariables ©, Rating: 0% of 0, C1
071 public void putAll(Map vars)
072 {
073 Iterator iter = vars.keySet().iterator();
074 while (iter.hasNext())
075 {