/**
* Copyright (c) 2005-2012 https://github.com/zhangkaitao
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.sishuok.bigpipe;
import javax.servlet.http.HttpServletResponse;
/**
* <p>User: Zhang Kaitao
* <p>Date: 13-8-3 下午9:00
* <p>Version: 1.0
*/
public interface PageletView {
public void render(final BigPipeContext context, final HttpServletResponse response);
}