1 15 package org.apache.tapestry.engine; 16 17 import java.io.IOException ; 18 19 import org.apache.tapestry.IRequestCycle; 20 21 30 31 public interface IEngineService 32 { 33 50 51 public ILink getLink(IRequestCycle cycle, Object parameter); 52 53 62 63 public void service(IRequestCycle cycle) throws IOException ; 64 65 70 71 public String getName(); 72 } | Popular Tags |