1 package org.seasar.cubby.convention; 2 3 public interface ForwardInfo { 4 5 String getRewritePath(); 6 7 String getActionClassName(); 8 9 String getMethodName(); 10 11 }