| Package | Description |
|---|---|
| act.cli.meta | |
| act.cli.util | |
| act.cli.view | |
| act.controller.meta | |
| act.data | |
| act.util | |
| act.view |
| Modifier and Type | Method and Description |
|---|---|
PropertySpec.MetaInfo |
CommandMethodMetaInfo.propertySpec() |
| Modifier and Type | Method and Description |
|---|---|
CommandMethodMetaInfo |
CommandMethodMetaInfo.propertySpec(PropertySpec.MetaInfo propertySpec) |
| Constructor and Description |
|---|
TableCursor(java.util.List data,
int pageSize,
PropertySpec.MetaInfo propertySpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
CliView.print(java.lang.Object result,
PropertySpec.MetaInfo spec,
CliContext context) |
java.lang.String |
CliView.render(java.lang.Object result,
PropertySpec.MetaInfo spec,
ActContext context) |
| Modifier and Type | Method and Description |
|---|---|
PropertySpec.MetaInfo |
HandlerMethodMetaInfo.propertySpec() |
| Modifier and Type | Method and Description |
|---|---|
HandlerMethodMetaInfo |
HandlerMethodMetaInfo.propertySpec(PropertySpec.MetaInfo propertySpec) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
DataPropertyRepository.outputFields(PropertySpec.MetaInfo spec,
java.lang.Class<?> componentClass,
ActContext context) |
| Modifier and Type | Method and Description |
|---|---|
static PropertySpec.MetaInfo |
PropertySpec.MetaInfo.withCurrent(HandlerMethodMetaInfo methodMetaInfo,
ActContext context) |
static PropertySpec.MetaInfo |
PropertySpec.MetaInfo.withCurrent(PropertySpec.MetaInfo builtIn,
ActContext context) |
| Modifier and Type | Method and Description |
|---|---|
static PropertySpec.MetaInfo |
PropertySpec.MetaInfo.withCurrent(PropertySpec.MetaInfo builtIn,
ActContext context) |
| Modifier and Type | Method and Description |
|---|---|
static RenderCSV |
RenderCSV.get(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
static FilteredRenderJSON |
FilteredRenderJSON.get(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActionContext context) |
static RenderCSV |
RenderCSV.get(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
static FilteredRenderJSON |
FilteredRenderJSON.get(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActionContext context) |
| Constructor and Description |
|---|
FilteredRenderJSON(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
FilteredRenderJSON(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
FilteredRenderXML(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
FilteredRenderXML(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
RenderCSV(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
RenderCSV(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
Copyright © 2014–2017 ActFramework. All rights reserved.