|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| Action | 所有Action的接口,Action实现Service接口,这样才能被外界所访问 Action 会注册到 Framework,Action 注册的时候, 会将Action添加到 ControllerServlet 的Action列表中 |
| Render | |
| Class Summary | |
|---|---|
| ActionSupport | Action super class 子类实现 doGetXXX doPostXXX 方法,如 public void doGetIndex(InvocationContext invocationContext) throws Exception XXX 是不区分大小写,所以不能有同名的 XXX 方法 |
| FileUploaded | |
| Invocation | |
| InvocationContext | |
| PageContext | Page Context 存储了用来填充 template的 数据 |
| SessionContext | |
| WebContextLoader | Web Context Loader,initialize framework when jfox3 web application loaded |
| Exception Summary | |
|---|---|
| ActionNotFoundException | |
| InvocationException | throw invocation exception when failed to build Invocation. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||