public class RequestUtil extends Object
| Constructor and Description |
|---|
RequestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
dateToString(Date date) |
static boolean |
getBoolean(org.restlet.data.Form form,
String name,
boolean defaultValue) |
static Date |
getDate(org.restlet.data.Form form,
String name) |
static int |
getInteger(org.restlet.data.Form form,
String name,
int defaultValue) |
static Date |
parseToDate(String date) |
static Integer |
parseToInteger(String integer) |
Copyright © 2014 Alfresco. All rights reserved.