File tree 4 files changed +14
-35
lines changed
forms/src/main/java/org/devgateway/toolkit/forms/wicket/page
4 files changed +14
-35
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ protected void onInitialize() {
581
581
if (model != null ) {
582
582
editForm .setCompoundPropertyModel (model );
583
583
}
584
-
584
+
585
585
afterLoad (model );
586
586
}
587
587
Original file line number Diff line number Diff line change 39
39
import org .devgateway .toolkit .forms .wicket .styles .BlockUiReportsJavaScript ;
40
40
import org .devgateway .toolkit .forms .wicket .styles .ReportsStyles ;
41
41
42
- import java .io .ByteArrayOutputStream ;
43
42
import java .io .File ;
44
43
import java .io .FileInputStream ;
45
44
import java .io .IOException ;
@@ -75,7 +74,7 @@ public abstract class AbstractReportPage extends BasePage {
75
74
@ SpringBean
76
75
protected MarkupCacheService markupCacheService ;
77
76
78
- /**
77
+ /*
79
78
* A special Wicket panel that displays the stream coming from Pentaho's
80
79
* {@link AbstractReportProcessor}
81
80
*/
@@ -315,7 +314,7 @@ public Component getLazyLoadComponent(final String id) {
315
314
*/
316
315
public abstract Map <String , Object > getReportParameters ();
317
316
318
- /**
317
+ /*
319
318
* Generates the report in the specified <code>outputType</code> and writes
320
319
* it into the specified <code>outputStream</code>.
321
320
*
Original file line number Diff line number Diff line change 10
10
* Development Gateway - initial API and implementation
11
11
*******************************************************************************/
12
12
/**
13
- *
13
+ *
14
14
*/
15
15
package org .devgateway .toolkit .forms .wicket .page .reports ;
16
16
19
19
import org .apache .wicket .request .resource .SharedResourceReference ;
20
20
import org .devgateway .toolkit .forms .util .FolderContentResource ;
21
21
22
- /**
22
+ /*
23
23
* @author mpostelnicu This {@link URLRewriter} will translate local folder
24
24
* resources into wicket encoded resources using the
25
25
* {@link SharedResourceReference} to {@link FolderContentResource}
@@ -31,7 +31,7 @@ public class WicketResourceURLRewriter {
31
31
32
32
/*
33
33
* (non-Javadoc)
34
- *
34
+ *
35
35
* @see org.pentaho.reporting.engine.classic.core.modules.output.table.html.
36
36
* URLRewriter
37
37
* #rewrite(org.pentaho.reporting.libraries.repository.ContentEntity,
Original file line number Diff line number Diff line change 1
1
<!--
2
2
Copyright (c) 2015 Development Gateway, Inc and others.
3
-
3
+
4
4
All rights reserved. This program and the accompanying materials
5
5
are made available under the terms of the MIT License (MIT)
6
6
which accompanies this distribution, and is available at
7
7
https://opensource.org/licenses/MIT
8
-
8
+
9
9
Contributors:
10
10
Development Gateway - initial API and implementation
11
11
-->
83
83
<url >http://oss.jfrog.org/artifactory/oss-snapshot-local/</url >
84
84
</repository >
85
85
<repository >
86
- <id >jcenter</id >
87
- <url >https://jcenter.bintray.com/</url >
88
- </repository >
89
- <repository >
90
- <id >DGToolkit</id >
91
- <name >DGToolkit</name >
92
- <url >http://artifactory.ampdev.net/artifactory/dg-toolkit/</url >
93
- <snapshots >
94
- <enabled >true</enabled >
95
- </snapshots >
96
- </repository >
97
- <repository >
98
- <snapshots >
99
- <enabled >false</enabled >
100
- </snapshots >
101
- <id >bintray-devgateway-dozer-hibernate-model</id >
102
- <name >bintray</name >
103
- <url >https://dl.bintray.com/devgateway/dozer-hibernate-model</url >
86
+ <id >devgateway-open-source</id >
87
+ <name >devgateway-open-source</name >
88
+ <url >https://artifactory.dgdev.org/artifactory/devgateway-open-source/</url >
104
89
</repository >
105
90
</repositories >
106
91
107
92
<pluginRepositories >
108
93
<pluginRepository >
109
- <id >jcenter</id >
110
- <name >jcenter</name >
111
- <url >https://jcenter.bintray.com</url >
112
- </pluginRepository >
113
- <pluginRepository >
114
- <id >DGToolkit</id >
115
- <name >DGToolkit</name >
116
- <url >http://artifactory.ampdev.net/artifactory/dg-toolkit/</url >
94
+ <id >devgateway-open-source</id >
95
+ <name >devgateway-open-source</name >
96
+ <url >https://artifactory.dgdev.org/artifactory/devgateway-open-source/</url >
117
97
<snapshots >
118
98
<enabled >true</enabled >
119
99
</snapshots >
You can’t perform that action at this time.
0 commit comments