1 package org.seasar.cubby.convention; 2 3 public interface PathResolver { 4 5 ForwardInfo getForwardInfo(String path); 6 7 }