1 16 package org.directwebremoting.extend; 17 18 import java.util.Collection ; 19 20 25 public interface DebugPageGenerator 26 { 27 33 String generateIndexPage(String root) throws SecurityException ; 34 35 42 String generateTestPage(String root, String scriptName) throws SecurityException ; 43 44 52 String generateInterfaceUrl(String root, String scriptName); 53 54 60 String generateEngineUrl(String root); 61 62 69 String generateLibraryUrl(String root, String library); 70 71 75 Collection getAvailableLibraries(); 76 } 77 | Popular Tags |