org.shept.org.springframework.web.servlet.mvc.support
Class RequestValueUtils

java.lang.Object
  extended by 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

Nested Class Summary
static class RequestValueUtils.ChainParameter
           
static class RequestValueUtils.KeyValueParameter
           
 
Field Summary
static String DELETE_PREFIX
           
static String PARAMETER_VALUE_SEPARATOR
           
static String SAVE_PREFIX
           
 
Constructor Summary
RequestValueUtils()
           
 
Method Summary
static RequestValueUtils.ChainParameter getChainParameter(String param)
          Support for join parameters style example: ...submitchain_users::getLoginLogs::0
static int getIndexParameter(String param)
           
static RequestValueUtils.KeyValueParameter getKeyValueParameter(String param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RequestValueUtils

public RequestValueUtils()
Method Detail

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.