public class Util extends Object
| Constructor and Description |
|---|
Util() |
public static String createEventTitle(DateFormatter df, Locale locale, TimeZone timezone, CalendarEvent ce)
public static List<List<String>> packAllCaptionOfMonth(Calendars calendars, Calendar cal, Locale locale, TimeZone timezone, DateFormatter dfhandler)
public static List<String> packCaptionByDate(Calendar cal, int days, Locale locale, TimeZone timezone, DateFormatter dfhandler)
public static List<String> packCaptionByTimeOfDay(Calendar cal, Map<TimeZone,String> zones, Locale locale, DateFormatter dfhandler)
public static String encloseEventList(Calendars calendars, Collection<CalendarEvent> collection)
public static String encloseList(Collection<String> collection)
public static String encloseEventMap(Calendars calendars, Map<String,List<CalendarEvent>> map)
public static String escapeXML(String s)
XMLs, unfortunately.s - String to escape.s escaped string.XMLs.escapeXML(char)Copyright © 2015. All Rights Reserved.