| Package | Description |
|---|---|
| org.nutz.mvc |
基于注解的MVC
|
| org.nutz.mvc.impl | |
| org.nutz.mvc.impl.processor |
| Modifier and Type | Method and Description |
|---|---|
Processor |
Processor.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.setNext(Processor p) |
| Modifier and Type | Method and Description |
|---|---|
protected Processor |
NutActionChainMaker.getProcessorByName(NutConfig config,
String name) |
| Constructor and Description |
|---|
NutActionChain(List<Processor> list,
Processor errorProcessor,
ActionInfo ai) |
| Constructor and Description |
|---|
NutActionChain(List<Processor> list,
Processor errorProcessor,
ActionInfo ai) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessor
抽象的Processor实现.
|
class |
ActionFiltersProcessor |
class |
AdaptorProcessor |
class |
EncodingProcessor |
class |
FailProcessor |
class |
MethodInvokeProcessor |
class |
ModuleProcessor |
class |
UpdateRequestAttributesProcessor
更新 Request 中的属性,增加诸如 '${base}', '${msg}' 等属性,以便 JSP 网页访问
|
class |
ViewProcessor |
| Modifier and Type | Field and Description |
|---|---|
protected Processor |
ActionFiltersProcessor.lastProcessor |
protected Processor |
AbstractProcessor.next |
protected Processor |
ActionFiltersProcessor.proxyProcessor |
| Modifier and Type | Method and Description |
|---|---|
Processor |
AbstractProcessor.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProcessor.setNext(Processor next)
设置下一个Processor
一般情形下都不应该覆盖这个方法
|
Copyright © 2017. All rights reserved.