org.shept.org.springframework.web.servlet.mvc.support
public static class RequestValueUtils.ChainParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private String |
name |
private String |
param |
| Constructor and Description |
|---|
RequestValueUtils.ChainParameter(String name) |
RequestValueUtils.ChainParameter(String name,
String param) |
RequestValueUtils.ChainParameter(String name,
String param,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getName() |
String |
getSelector() |
String |
getSelectorParam() |
String |
getSubFormName() |
boolean |
isIndexed() |
public RequestValueUtils.ChainParameter(String name)
public int getIndex()
public boolean isIndexed()
public String getSelectorParam()
public String getSelector()
public String getName()
public String getSubFormName()
Copyright © 2014. All Rights Reserved.