1 16 package org.getahead.dwrdemo.intro; 17 18 import java.io.IOException ; 19 20 import javax.servlet.ServletException ; 21 22 import org.directwebremoting.WebContext; 23 import org.directwebremoting.WebContextFactory; 24 25 29 public class Intro 30 { 31 37 public String getInsert() throws ServletException , IOException  38 { 39 return WebContextFactory.get().forwardToString("/insert.html"); 40 } 41 } 42 | Popular Tags |