public abstract class Exporter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ScheduleEventComparator |
comparator |
protected java.lang.String |
encodingType |
protected long |
endTime |
protected boolean |
exportAllEvents |
protected java.util.List<org.icefaces.ace.component.scheduleexporter.Exporter.Field> |
fields |
protected java.lang.String |
filename |
protected static java.util.regex.Pattern |
HTML_TAG_PATTERN |
protected boolean |
includeHeaders |
protected static java.util.logging.Logger |
logger |
protected java.lang.String |
pdfFont |
protected javax.el.MethodExpression |
postProcessor |
protected javax.el.MethodExpression |
preProcessor |
protected java.text.SimpleDateFormat |
simpleDateFormat |
protected long |
startTime |
| Constructor and Description |
|---|
Exporter() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
export(javax.faces.context.FacesContext facesContext,
ScheduleExporter component,
Schedule schedule) |
protected java.lang.String |
formatDate(java.util.Date date) |
protected boolean |
isWithinRange(ScheduleEvent event) |
protected java.lang.String |
registerResource(byte[] bytes,
java.lang.String filename,
java.lang.String contentType) |
void |
setUp(ScheduleExporter component,
Schedule schedule) |
protected void |
sortEvents(java.util.List<ScheduleEvent> events) |
protected static final java.util.logging.Logger logger
protected static final java.util.regex.Pattern HTML_TAG_PATTERN
protected java.lang.String filename
protected java.lang.String encodingType
protected javax.el.MethodExpression preProcessor
protected javax.el.MethodExpression postProcessor
protected boolean includeHeaders
protected java.lang.String pdfFont
protected java.util.List<org.icefaces.ace.component.scheduleexporter.Exporter.Field> fields
protected java.text.SimpleDateFormat simpleDateFormat
protected boolean exportAllEvents
protected long startTime
protected long endTime
protected ScheduleEventComparator comparator
public void setUp(ScheduleExporter component, Schedule schedule)
public abstract java.lang.String export(javax.faces.context.FacesContext facesContext,
ScheduleExporter component,
Schedule schedule)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String registerResource(byte[] bytes,
java.lang.String filename,
java.lang.String contentType)
protected java.lang.String formatDate(java.util.Date date)
protected boolean isWithinRange(ScheduleEvent event)
protected void sortEvents(java.util.List<ScheduleEvent> events)
Copyright 2025 ICEsoft Technologies Canada Corp., All Rights Reserved.