@Deprecated public abstract class BytesSerializerRender extends Object implements org.noear.solon.core.handle.Render
| Constructor and Description |
|---|
BytesSerializerRender()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EntitySerializer<byte[]> |
getSerializer()
Deprecated.
获取序列化器
|
boolean |
matched(org.noear.solon.core.handle.Context ctx,
String mime)
Deprecated.
匹配检测
|
String |
name()
Deprecated.
获取渲染器名字
|
void |
render(Object data,
org.noear.solon.core.handle.Context ctx)
Deprecated.
渲染并输出
|
String |
renderAndReturn(Object data,
org.noear.solon.core.handle.Context ctx)
Deprecated.
渲染并返回
|
public abstract EntitySerializer<byte[]> getSerializer()
public String name()
name in interface org.noear.solon.core.handle.Renderpublic boolean matched(org.noear.solon.core.handle.Context ctx,
String mime)
matched in interface org.noear.solon.core.handle.Renderpublic String renderAndReturn(Object data, org.noear.solon.core.handle.Context ctx) throws Throwable
renderAndReturn in interface org.noear.solon.core.handle.RenderThrowableCopyright © 2025. All rights reserved.