Package | Description |
---|---|
net.ymate.platform.webmvc | |
net.ymate.platform.webmvc.base | |
net.ymate.platform.webmvc.impl |
Modifier and Type | Method and Description |
---|---|
IRequestMappingParser |
IWebMvcConfig.getRequestMappingParser()
控制器请求映射路径分析器,可选值为已知分析器名称或自定义分析器类名称,默认为default,目前支持已知分析器[default|...]
|
Modifier and Type | Field and Description |
---|---|
static Map<String,Class<? extends IRequestMappingParser>> |
Type.REQUEST_MAPPING_PARSERS |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestMappingParser
默认基于RESTFul风格的WebMVC请求映射路径分析器
|
Modifier and Type | Method and Description |
---|---|
IRequestMappingParser |
DefaultWebMvcConfig.getRequestMappingParser() |
Modifier and Type | Method and Description |
---|---|
DefaultWebMvcConfig.Builder |
DefaultWebMvcConfig.Builder.requestMappingParser(IRequestMappingParser requestMappingParser) |
void |
DefaultWebMvcConfig.setRequestMappingParser(IRequestMappingParser mappingParser) |
Modifier and Type | Method and Description |
---|---|
DefaultWebMvcConfigurable.Builder |
DefaultWebMvcConfigurable.Builder.requestMappingParserClass(Class<? extends IRequestMappingParser> requestMappingParserClass) |
Copyright © 2022. All rights reserved.