public class

HandlerUtils

extends Object
java.lang.Object
   ↳ com.microstrategy.web.objects.actions.handlers.utils.HandlerUtils

Summary

Public Constructors
HandlerUtils()
Public Methods
static int parseParamToInt(String value, String paramName)
Convert string into int.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HandlerUtils ()

Public Methods

public static int parseParamToInt (String value, String paramName)

Convert string into int.

Parameters
value The string value to convert.
paramName The name of the string parameter.
Returns
  • The int value of the string.