public class RequestUtil extends Object
Constructor and Description |
---|
RequestUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
dateToString(Date date) |
static boolean |
getBoolean(Map<String,String> requestParams,
String name,
boolean defaultValue) |
static Date |
getDate(Map<String,String> requestParams,
String name) |
static int |
getInteger(Map<String,String> requestParams,
String name,
int defaultValue) |
static Date |
parseToDate(String date) |
static Integer |
parseToInteger(String integer) |
Copyright © 2016 Alfresco. All rights reserved.