| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.bean.api | |
| ch.ralscha.extdirectspring.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionDoc |
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.create(String name,
Integer len) |
static Action |
Action.create(String name,
Integer len,
Boolean batched) |
static Action |
Action.createFormHandler(String name,
Integer len) |
static Action |
Action.createNamed(String name,
List<String> params,
Boolean strict,
Boolean batched) |
static Action |
Action.createTreeLoad(String name,
Integer len,
List<String> metadataParams,
Boolean batched) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Action>> |
RemotingApi.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemotingApi.addAction(String beanName,
Action action) |
| Constructor and Description |
|---|
Action(Action toCopy) |
ActionDoc(Action toCopy,
String methodComment,
String author,
String version,
boolean deprecated) |
| Modifier and Type | Method and Description |
|---|---|
Action |
MethodInfo.getAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapActionSerializer.serialize(Map<String,List<Action>> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2010–2017. All rights reserved.