1 package net.trajano.twiff.action; 2 3 /*** 4 * Results of POSTs. 5 * 6 * @author Archimedes Trajano 7 */ 8 public class ActionResult { 9 /*** 10 * @param pageName 11 */ 12 public ActionResult(final String pageName) { 13 } 14 }