| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
_viewPath |
protected static String |
charset |
protected static boolean |
init |
protected String |
page |
protected static TemplateFactory |
templateFactory |
| 构造器和说明 |
|---|
TemplateView(String page) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getCharset() |
String |
getPage() |
static TemplateFactory |
getTemplateFactory() |
static String |
getViewPath() |
static void |
init(String viewPath,
String encoding) |
void |
render(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected static TemplateFactory templateFactory
protected static boolean init
protected static String charset
protected static String _viewPath
protected String page
public TemplateView(String page)
public static TemplateFactory getTemplateFactory()
public static String getCharset()
public static String getViewPath()
public String getPage()
public void render(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
render 在接口中 Viewjavax.servlet.ServletExceptionIOExceptionCopyright © 2016. All rights reserved.