| Package | Description |
|---|---|
| org.tinygroup.weblayer.mvc |
| Modifier and Type | Method and Description |
|---|---|
MappingMethodModel |
MappingClassModel.getMappingMethodWithUrlPattern(String urlPattern) |
MappingMethodModel |
HandlerExecutionChain.getMethodModel() |
MappingMethodModel |
MappingClassModel.removeMappingMethodWithUrlPattern(String urlPattern) |
| Modifier and Type | Method and Description |
|---|---|
List<MappingMethodModel> |
MappingClassModel.getMappingMethodModels() |
Map<String,MappingMethodModel> |
MappingClassModel.getUrlMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingClassModel.addMethodModel(MappingMethodModel methodModel) |
void |
MappingClassModel.putUrlMapping(String urlPattern,
MappingMethodModel methodModel) |
void |
MappingClassModel.putUrlMappings(Set<String> urlPatterns,
MappingMethodModel methodModel) |
void |
HandlerExecutionChain.setMethodModel(MappingMethodModel methodModel) |
| Constructor and Description |
|---|
HandlerExecutionChain(MappingClassModel model,
MappingMethodModel methodModel) |
Copyright © 2006–2018 TinyGroup. All rights reserved.