All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.litongjava.tio.http.common.view.ModelGenerator Maven / Gradle / Ivy

There is a newer version: 3.7.3.v20241201-RELEASE
Show newest version
package com.litongjava.tio.http.common.view;

import com.litongjava.tio.http.common.HttpRequest;

/**
 * 模板引擎model创建者
 * @author tanyaowu 
 * 2017年11月15日 下午1:12:39
 */
public interface ModelGenerator {

  /**
   * 
   * @param request
   * @return
   * @author tanyaowu
   * @throws Exception 
   */
  Object generate(HttpRequest request) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy