| Package | Description |
|---|---|
| org.nutz.mvc |
基于注解的MVC
|
| org.nutz.mvc.impl.processor |
| Modifier and Type | Method and Description |
|---|---|
ObjectInfo<? extends HttpAdaptor> |
ActionInfo.getAdaptorInfo() |
ObjectInfo<? extends ActionFilter>[] |
ActionInfo.getFilterInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionInfo.setAdaptorInfo(ObjectInfo<? extends HttpAdaptor> adaptorInfo) |
void |
ActionInfo.setFilterInfos(ObjectInfo<? extends ActionFilter>[] filterInfos) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> T |
AbstractProcessor.evalObj(NutConfig config,
ObjectInfo<T> info) |
Copyright © 2017. All rights reserved.