Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@113846 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b1ea861f7f
commit
cd9257ef00
|
@ -92,6 +92,12 @@
|
|||
<servlet-class>org.gcube.portlets.user.tdtemplate.server.TdTemplateServiceImpl</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>templateColumnOperationService</servlet-name>
|
||||
<servlet-class>org.gcube.portlets.user.tdtemplateoperation.server.TemplateColumnOperationServiceImpl</servlet-class>
|
||||
</servlet>
|
||||
|
||||
|
||||
<!-- TD Column Operation -->
|
||||
<servlet>
|
||||
<servlet-name>TdColumnOperationServlet</servlet-name>
|
||||
|
@ -253,6 +259,12 @@
|
|||
<url-pattern>/tabulardataportlet/tdtemplate</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>templateColumnOperationService</servlet-name>
|
||||
<url-pattern>/tabulardataportlet/templateColumnOperationService</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
|
||||
<!-- TD Column Operation -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>TdColumnOperationServlet</servlet-name>
|
||||
|
|
Loading…
Reference in New Issue