public class RenderUtils extends Object
| Constructor and Description |
|---|
RenderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDescription(Class className) |
static String |
getDescription(Field field,
Class className) |
static String |
getDescription(Method method) |
static void |
render(javax.servlet.http.HttpServletResponse httpServletResponse,
String html) |
static void |
render(javax.servlet.http.HttpServletResponse httpServletResponse,
StringBuilder builder) |
static void |
renderCss(StringBuilder builder) |
public static void render(javax.servlet.http.HttpServletResponse httpServletResponse,
String html)
throws IOException
IOExceptionpublic static void render(javax.servlet.http.HttpServletResponse httpServletResponse,
StringBuilder builder)
throws IOException
IOExceptionpublic static void renderCss(StringBuilder builder)
Copyright © 2019. All rights reserved.