RequestContentReader.java :  » Google-tech » jrest4guice » org » jrest4guice » rest » reader » Java Open Source

Java Open Source » Google tech » jrest4guice 
jrest4guice » org » jrest4guice » rest » reader » RequestContentReader.java
package org.jrest4guice.rest.reader;

import javax.servlet.http.HttpServletRequest;

import org.jrest4guice.client.ModelMap;


/**
 * 
 * @author <a href="mailto:zhangyouqun@gmail.com">cnoss (QQ:86895156)</a>
 *
 */
public interface RequestContentReader {

  /**
   * 
   */
  public void readData(HttpServletRequest request, ModelMap params, String charset);
  
  /**
   * Reader
   * @return
   */
  public String getContentType();
}
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.