1 /* 2 * Replica is published under the terms 3 * of the Apache Software License. 4 */ 5 package replica.server.mvc; 6 7 /*** 8 * 9 * @author Pedro Costa 10 * @author Helder Silva 11 * @since 20/Jan/2004 12 */ 13 public interface View { 14 15 Object render(Object model); 16 17 }

This page was automatically generated by Maven