org.shept.org.springframework.web.servlet.mvc.support
Class RequestValueUtils
java.lang.Object
org.shept.org.springframework.web.servlet.mvc.support.RequestValueUtils
public class RequestValueUtils
- extends Object
- Version:
- $$Id: RequestValueUtils.java 43 2010-09-29 15:00:49Z aha $$
- Author:
- Andi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAMETER_VALUE_SEPARATOR
public static final String PARAMETER_VALUE_SEPARATOR
- See Also:
- Constant Field Values
SAVE_PREFIX
public static final String SAVE_PREFIX
- See Also:
- Constant Field Values
DELETE_PREFIX
public static final String DELETE_PREFIX
- See Also:
- Constant Field Values
RequestValueUtils
public RequestValueUtils()
getIndexParameter
public static int getIndexParameter(String param)
getChainParameter
public static RequestValueUtils.ChainParameter getChainParameter(String param)
- Support for join parameters style
example: ...submitchain_users::getLoginLogs::0
- Parameters:
- param -
- Returns:
getKeyValueParameter
public static RequestValueUtils.KeyValueParameter getKeyValueParameter(String param)
Copyright © 2011. All Rights Reserved.