1 17 package net.sourceforge.ejosa.piggybank.presentation.enhydra; 18 19 import com.lutris.appserver.server.httpPresentation.*; 20 21 22 28 public class Redirect implements HttpPresentation { 29 32 public void run(HttpPresentationComms comms) throws Exception { 33 throw new ClientPageRedirectException(comms.request.getAppFileURIPath( 34 "Welcome.po")); 35 } 36 } | Popular Tags |