public interface ActionLoader
| Modifier and Type | Method and Description |
|---|---|
void |
load(HandlerSlots slots)
加载
|
ActionLoader |
withAllowClassMapping(boolean allow)
配置允许类映射注解(默认为 true)
|
ActionLoader |
withAllowMethodMapping(boolean allow)
配置允许方法映射注解(默认为 true)
|
ActionLoader |
withPathPrefix(String pathPrefix)
配置路径前缀
|
ActionLoader |
withRender(Render render)
配置指定渲染器
|
ActionLoader withPathPrefix(String pathPrefix)
ActionLoader withAllowClassMapping(boolean allow)
ActionLoader withAllowMethodMapping(boolean allow)
ActionLoader withRender(Render render)
void load(HandlerSlots slots)
slots - 插槽(即接收者)Copyright © 2025. All rights reserved.