comparison src/de/mpiwg/itgroup/escidoc/MPIWGServices/Restlet/services/redirect/IndexMetaRedirector.java @ 0:1aac45997235

first ingest
author dwinter
date Wed, 01 Dec 2010 17:35:51 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1aac45997235
1 package de.mpiwg.itgroup.escidoc.MPIWGServices.Restlet.services.redirect;
2
3 import java.io.IOException;
4
5
6
7 public class IndexMetaRedirector extends ComponentURLRedirector{
8
9 public IndexMetaRedirector() throws IOException {
10 super("index_meta");
11 // TODO Auto-generated constructor stub
12 }
13
14 }