| Package | Description |
|---|---|
| org.rapidoid.pojo | |
| org.rapidoid.pojo.impl | |
| org.rapidoid.pojo.web |
| Modifier and Type | Method and Description |
|---|---|
DispatchResult |
PojoDispatcher.dispatch(PojoRequest request) |
| Modifier and Type | Class and Description |
|---|---|
class |
PojoRequestImpl |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
PojoDispatcherImpl.complexArg(int i,
Class<?> type,
PojoRequest request,
String[] parts,
int paramsFrom,
int paramsSize) |
protected Object |
PojoDispatcherImpl.customSimpleArg(PojoRequest request,
Annotation[] annotations) |
DispatchResult |
PojoDispatcherImpl.dispatch(PojoRequest req) |
protected Object |
PojoDispatcherImpl.getCustomArg(PojoRequest request,
Class<?> type,
String[] parts,
int paramsFrom,
int paramsSize) |
protected Object |
PojoDispatcherImpl.invoke(PojoRequest req,
Method method,
Object component,
Object[] args) |
protected boolean |
PojoDispatcherImpl.isCustomSimpleArg(PojoRequest request,
Annotation[] annotations) |
protected Object |
PojoDispatcherImpl.postprocess(PojoRequest request,
Method method,
Object component,
Object[] args,
Object result) |
protected void |
PojoDispatcherImpl.preprocess(PojoRequest request,
Method method,
Object component,
Object[] args) |
protected DispatchResult |
PojoDispatcherImpl.process(PojoRequest req,
String command,
String path,
String[] parts,
int paramsFrom) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebEventReq |
class |
WebReq |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
WebPojoDispatcher.customSimpleArg(PojoRequest request,
Annotation[] annotations) |
DispatchResult |
WebPojoDispatcher.dispatch(PojoRequest req) |
protected Object |
WebPojoDispatcher.getCustomArg(PojoRequest request,
Class<?> type,
String[] parts,
int paramsFrom,
int paramsSize) |
protected Object |
WebPojoDispatcher.invoke(PojoRequest req,
Method method,
Object component,
Object[] args) |
protected boolean |
WebPojoDispatcher.isCustomSimpleArg(PojoRequest request,
Annotation[] annotations) |
protected void |
WebPojoDispatcher.preprocess(PojoRequest req,
Method method,
Object component,
Object[] args) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.