public class ResourceUtil
extends java.lang.Object
| Constructor and Description |
|---|
ResourceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static RequestMessageParameters |
getCommonParameters(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest req) |
static void |
outputClass(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.lang.String className) |
static void |
outputFile(javax.servlet.http.HttpServletResponse resp,
java.lang.String file) |
static void |
outputInline(javax.servlet.http.HttpServletResponse resp,
java.lang.String script) |
static void |
outputResource(javax.servlet.http.HttpServletResponse resp,
java.lang.String param) |
static void |
outputString(javax.servlet.http.HttpServletResponse resp,
java.lang.String script) |
public static void outputResource(javax.servlet.http.HttpServletResponse resp,
java.lang.String param)
throws java.lang.Exception
java.lang.Exceptionpublic static void outputFile(javax.servlet.http.HttpServletResponse resp,
java.lang.String file)
throws java.lang.Exception
java.lang.Exceptionpublic static void outputClass(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.lang.String className)
throws java.lang.Exception
java.lang.Exceptionpublic static void outputInline(javax.servlet.http.HttpServletResponse resp,
java.lang.String script)
throws java.lang.Exception
java.lang.Exceptionpublic static void outputString(javax.servlet.http.HttpServletResponse resp,
java.lang.String script)
throws java.lang.Exception
java.lang.Exceptionpublic static RequestMessageParameters getCommonParameters(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest req)
Copyright © 2021. All Rights Reserved.