@Mapping(value="/demo2/redirect/") @Controller public class RedirectController extends java.lang.Object
RedirectController()
void
jump(Context ctx, int code)
java.lang.String
target()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RedirectController()
@Mapping(value="/jump") public void jump(Context ctx, int code) throws java.lang.Exception
java.lang.Exception
@Mapping(value="/target") public java.lang.String target() throws java.lang.Exception