Skip to content

Commit a46286f

Browse files
committed
Initial empty portlet
1 parent b06ab9a commit a46286f

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

MDX2JSON/EmptyPortlet.cls.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Export generator="Cache" version="25">
3+
<Class name="MDX2JSON.EmptyPortlet">
4+
<Super>%DeepSee.Component.Portlet.abstractPortlet</Super>
5+
<TimeCreated>63677,67001.020851</TimeCreated>
6+
7+
<Method name="%OnGetPortletName">
8+
<ClassMethod>1</ClassMethod>
9+
<ReturnType>%String</ReturnType>
10+
<Implementation><![CDATA[ quit "Empty portlet"
11+
]]></Implementation>
12+
</Method>
13+
14+
<Method name="%OnGetPortletIcon">
15+
<ClassMethod>1</ClassMethod>
16+
<ReturnType>%String</ReturnType>
17+
<Implementation><![CDATA[ quit "deepsee/window_24.png"
18+
]]></Implementation>
19+
</Method>
20+
</Class>
21+
</Export>

sc-list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
MDX2JSON.AbstractREST.CLS
33
MDX2JSON.Dashboard.CLS
44
MDX2JSON.DashboardFilters.CLS
5+
MDX2JSON.EmptyPortlet.CLS
56
MDX2JSON.Installer.CLS
67
MDX2JSON.MDX2JSON.INC
78
MDX2JSON.REST.CLS

0 commit comments

Comments
 (0)