public class ResourceWriter
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
static ResourceWriter |
create() |
protected void |
flushFile(javax.servlet.http.HttpServletResponse res,
java.lang.String charset,
java.io.InputStream is) |
void |
flushResource(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String resourcePath,
java.lang.String i18n,
java.lang.String charset) |
public static ResourceWriter create()
public void flushResource(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String resourcePath, java.lang.String i18n, java.lang.String charset) throws java.lang.Exception
java.lang.Exception
protected void flushFile(javax.servlet.http.HttpServletResponse res, java.lang.String charset, java.io.InputStream is) throws java.io.IOException
java.io.IOException