IForward.java :  » MVC » simpleframework » net » simpleframework » web » page » Java Open Source

Java Open Source » MVC » simpleframework 
simpleframework » net » simpleframework » web » page » IForward.java
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;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.