| Modifier and Type | Field and Description |
|---|---|
private List<CommandWrapper> |
DefaultCommandObject.children |
| Modifier and Type | Method and Description |
|---|---|
List<CommandWrapper> |
DefaultCommandObject.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommandObject.setChildren(List<CommandWrapper> chain) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultComponentBindingInitializer.getFieldPath(String path,
Map<String,CommandWrapper> pathMap) |
| Modifier and Type | Method and Description |
|---|---|
static CommandWrapper |
ComponentUtils.lookupComponentWrapper(ComponentToken token)
Looking up the token's component wrapper
|
static CommandWrapper |
ComponentUtils.lookupComponentWrapper(ComponentToken token,
int offset)
Looking up the token's component wrapper
|
| Modifier and Type | Method and Description |
|---|---|
List<CommandWrapper> |
SubCommandProvider.getChildren() |
static Map<String,CommandWrapper> |
ComponentUtils.getComponentPathMap(SubCommandProvider command)
Return a map contaning bind path as key and CommandWrapper as value
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ComponentUtils.addComponent(ComponentToken token,
CommandWrapper wrapper)
Add the Component wrapper after the position specified by token
|
static int |
ComponentUtils.addComponent(ComponentToken token,
CommandWrapper wrapper,
Integer index)
Add the Component wrapper after the position specified by token
If theres a valid index argument then add the compoent after the index
|
static void |
ComponentUtils.applyConfiguration(CommandWrapper wrapper,
org.springframework.context.ApplicationContext ctx) |
static SegmentConfiguration |
ComponentUtils.getConfiguration(org.springframework.context.ApplicationContext ctx,
CommandWrapper wrapper) |
static SegmentConfiguration |
ComponentUtils.getConfiguration(javax.servlet.http.HttpServletRequest request,
CommandWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChainingComponent.initComponentCommandWrapper(CommandWrapper cw) |
Copyright © 2014. All Rights Reserved.