comparison src/de/mpiwg/itgroup/escidoc/MPIWGServices/Restlet/services/redirect/DisplayRedirector.java @ 4:938e45fabd7c default tip

version f?r escidoc produktionsversion
author dwinter
date Wed, 25 Jul 2012 12:36:25 +0200
parents 1aac45997235
children
comparison
equal deleted inserted replaced
3:498b68667ff3 4:938e45fabd7c
1 package de.mpiwg.itgroup.escidoc.MPIWGServices.Restlet.services.redirect; 1 package de.mpiwg.itgroup.escidoc.MPIWGServices.Restlet.services.redirect;
2 2
3 import java.io.IOException; 3 import java.io.IOException;
4 4
5 5 @Deprecated
6 /*
7 * Should used DocuviewerRedirector
8 */
6 public class DisplayRedirector extends ComponentURLRedirector { 9 public class DisplayRedirector extends ComponentURLRedirector {
7 10
8 public DisplayRedirector() throws IOException { 11 public DisplayRedirector() throws IOException {
9 super("display_url"); 12 super("display_url");
10 // TODO Auto-generated constructor stub 13 // TODO Auto-generated constructor stub