public class RenderInvokerSupplier extends InvokerWrap implements RenderInvoker
REQUEST_KEY, RESPONSE_KEY, RETURN_DATA_KEY, ROOT_DATA_KEY| Modifier | Constructor and Description |
|---|---|
protected |
RenderInvokerSupplier(Invoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
layout()
是否启用布局功能。
|
void |
layoutDisable()
禁用布局功能。
|
void |
layoutEnable()
启用布局功能。
|
String |
renderTo()
要渲染的资源。
|
void |
renderTo(String viewName)
指定要渲染的资源,并指定渲染器。
|
void |
renderTo(String renderType,
String viewName)
指定要渲染的资源,并指定渲染器。
|
String |
renderType()
当前使用的渲染器。
|
void |
renderType(String renderType)
指定渲染器。
|
contentType, contentType, fillForm, getAppContext, getHttpRequest, getHttpResponse, getJsonBodyString, getMimeType, isLockKey, lockKey, ownerMappingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeIfAbsent, contentType, contentType, fillForm, fillForm, forEach, get, getAppContext, getHttpRequest, getHttpResponse, getJsonBodyString, getOrDefault, getOrMap, getRequestPath, isLockKey, keySet, lockKey, ownerMapping, put, putIfAbsent, removegetMimeTypeprotected RenderInvokerSupplier(Invoker invoker)
public String renderTo()
RenderInvokerrenderTo in interface RenderInvokerpublic void renderTo(String viewName)
RenderInvokerrenderTo in interface RenderInvokerpublic void renderTo(String renderType, String viewName)
RenderInvokerrenderTo in interface RenderInvokerpublic String renderType()
RenderInvokerrenderType in interface RenderInvokerpublic void renderType(String renderType)
RenderInvokerrenderType in interface RenderInvokerpublic boolean layout()
RenderInvokerlayout in interface RenderInvokerpublic void layoutEnable()
RenderInvokerlayoutEnable in interface RenderInvokerpublic void layoutDisable()
RenderInvokerlayoutDisable in interface RenderInvokerCopyright © 2020. All rights reserved.