Search Results
OK to copy?
Examples 1 through 10 of
333 (0.0030 seconds)
Class:
com.technoetic.xplanner.actions.IdSearchAction
©,
Rating:
0% of 0,
C1
Class: org.springframework.beans.propertyeditors.ClassEditor ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.format.DecimalFormat ©, Rating: 0% of 0, C1
Class: org.springframework.core.io.ResourceEditor ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.tags.ContentTitleTag ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.plugin.PluginManager ©, Rating: 0% of 0, C1
Class: org.springframework.core.io.support.ResourceArrayPropertyEditor ©, Rating: 0% of 0, C1
Class: org.htmlparser.scanners.BaseHrefScanner ©, Rating: 0% of 0, C1
Class: org.springframework.beans.propertyeditors.StringTrimmerEditor ©, Rating: 0% of 0, C2
Class: org.apache.batik.Version ©, Rating: 0% of 0, C1
21 return createErrorForward(request, mapping, "missing ID");
22 }
23 int oid = Integer.parseInt(request.getParameter("searchedId").trim());
24 Object object = new IdSearchHelper(oid).search();
25 return new ActionForward("/do/view/"+HistorySupport.classToName(object.getClass())+"?oid="+oid, true);
Class: org.springframework.beans.propertyeditors.ClassEditor ©, Rating: 0% of 0, C1
41 if (StringUtils.hasText(text)) {
42 try {
43 setValue(ClassUtils.forName(text.trim()));
44 }
45 catch (ClassNotFoundException ex) {
Class: com.technoetic.xplanner.format.DecimalFormat ©, Rating: 0% of 0, C1
32
33 public double parse(String value) throws ParseException {
34 value = value.trim();
35 return parser.parse(value).doubleValue();
36 }
Class: org.springframework.core.io.ResourceEditor ©, Rating: 0% of 0, C1
57
58 public void setAsText(String text) {
59 String locationToUse = resolvePath(text).trim();
60 setValue(this.resourceLoader.getResource(locationToUse));
61 }
Class: com.technoetic.xplanner.tags.ContentTitleTag ©, Rating: 0% of 0, C2
29 formattedTitle = resources.getMessage(titleKey, titleArguments.toArray());
30 } else {
31 formattedTitle = getBodyContent().getString().trim();
32 }
33 } else {
Class: org.apache.jmeter.plugin.PluginManager ©, Rating: 0% of 0, C1
57 for (int i = 0; i < icons.length; i++)
58 {
59 URL resource = classloader.getResource(icons[i][1].trim());
60
61 if (resource == null)
Class: org.springframework.core.io.support.ResourceArrayPropertyEditor ©, Rating: 0% of 0, C1
63
64 public void setAsText(String text) {
65 String locationPatternToUse = resolvePath(text).trim();
66 try {
67 setValue(this.resourcePatternResolver.getResources(locationPatternToUse));
Class: org.htmlparser.scanners.BaseHrefScanner ©, Rating: 0% of 0, C1
68 if (baseUrl != null && baseUrl.length() > 0)
69 {
70 absoluteBaseUrl = LinkProcessor.removeLastSlash(baseUrl.trim());
71 processor.setBaseUrl(absoluteBaseUrl);
72 }
Class: org.springframework.beans.propertyeditors.StringTrimmerEditor ©, Rating: 0% of 0, C2
61 }
62 else {
63 String value = text.trim();
64 if (this.charsToDelete != null) {
65 value = StringUtils.deleteAny(value, this.charsToDelete);
Class: org.apache.batik.Version ©, Rating: 0% of 0, C1