package net.simpleframework.web.page; /** * LGPLv3 * * @author (cknet@126.com, 13910090885) * http://code.google.com/p/simpleframework/ * http://www.simpleframework.net */ public interface IForward { static final String REQUEST_ID = "@rid"; String getResponseText(PageRequestResponse requestResponse) throws Exception; }