com.uwyn.drone.webui.elements.pub
Class ChannelLog

java.lang.Object
  extended bycom.uwyn.rife.engine.ElementSupport
      extended bycom.uwyn.rife.engine.Element
          extended bycom.uwyn.drone.webui.elements.pub.ChannelLog
All Implemented Interfaces:
Cloneable, ElementAware
Direct Known Subclasses:
DownloadChannelLog

public class ChannelLog
extends Element


Field Summary
static SimpleDateFormat DATE_FORMAT
           
static Pattern EMAIL_HIGHLIGHT
           
static String IRC_ACTION
           
static String[] NICK_COLORS
           
static SimpleDateFormat OUTPUT_DATE_FORMAT
           
static SimpleDateFormat OUTPUT_TIME_FORMAT
           
static Pattern URL_HIGHLIGHT
           
 
Constructor Summary
ChannelLog()
           
 
Method Summary
static String convertUrl(String source, Pattern pattern)
           
 void doSearch()
           
 void initialize()
           
protected  void processChannelLog(ArrayList errors, Bot bot, Channel channel, Calendar day)
           
 void processElement()
           
 
Methods inherited from class com.uwyn.rife.engine.Element
clone, noticeElement
 
Methods inherited from class com.uwyn.rife.engine.ElementSupport
addDateHeader, addHeader, addIntHeader, addOutputValue, addOutputValue, addOutputValue, addOutputValue, addOutputValue, addOutputValue, addOutputValue, addOutputValue, addOutputValue, addOutputValues, answer, answer, call, child, childTriggered, clearNamedOutputBean, clearOutput, clearOutputBean, clearOutputBean, cloneContinuations, containsHeader, defer, enableTextBuffer, encodeHtml, encodeXml, evaluateExpressionRoleUserTags, exit, fillSubmissionBean, fillSubmissionBean, fillSubmissionBean, fillSubmissionBean, flush, forward, generateEmptyForm, generateEmptyForm, generateForm, generateForm, getContentType, getContinuationId, getCookie, getCookieValue, getCookieValue, getCookieValueBoolean, getCookieValueBoolean, getCookieValueDouble, getCookieValueDouble, getCookieValueFloat, getCookieValueFloat, getCookieValueInt, getCookieValueInt, getCookieValueLong, getCookieValueLong, getDateHeader, getDeclarationName, getDeployer, getDeploymentClass, getElementContext, getElementInfo, getEmbeddingElement, getEmbeddingTemplate, getEmbedProperties, getEmbedValue, getExitFormParameters, getExitFormParameters, getExitFormUrl, getExitFormUrl, getExitQueryUrl, getExitQueryUrl, getExitQueryUrl, getExitQueryUrl, getHeader, getHeaderNames, getHeaders, getHtmlTemplate, getHtmlTemplate, getHtmlTemplate, getHtmlTemplate, getHttpServletRequest, getInitConfig, getInput, getInput, getInputBean, getInputBean, getInputBoolean, getInputBoolean, getInputDouble, getInputDouble, getInputFloat, getInputFloat, getInputInt, getInputInt, getInputLong, getInputLong, getInputValues, getIntHeader, getMethod, getNamedInputBean, getNamedSubmissionBean, getNamedSubmissionBean, getOutputStream, getParameter, getParameter, getParameterBoolean, getParameterBoolean, getParameterDouble, getParameterDouble, getParameterDoubleValues, getParameterFloat, getParameterFloat, getParameterFloatValues, getParameterInt, getParameterInt, getParameterIntValues, getParameterLong, getParameterLong, getParameterLongValues, getParameterNames, getParameterNames, getParameterValues, getPathInfo, getProperty, getPropertyString, getPropertyString, getProtocol, getRemoteAddr, getRemoteHost, getRemoteUser, getRequestAttribute, getRequestAttributeNames, getRequestCharacterEncoding, getRequestLocale, getRequestLocales, getResponseCharacterEncoding, getResponseLocale, getScheme, getServerName, getServerPort, getServerRootUrl, getServletContext, getSite, getSourceName, getSubmission, getSubmissionBean, getSubmissionBean, getSubmissionBean, getSubmissionBean, getSubmissionFormParameters, getSubmissionFormParameters, getSubmissionFormUrl, getSubmissionFormUrl, getSubmissionQueryUrl, getSubmissionQueryUrl, getSubmissionQueryUrl, getSubmissionQueryUrl, getTarget, getTextTemplate, getTextTemplate, getTextTemplate, getTextTemplate, getUploadedFile, getUploadedFileNames, getUploadedFiles, getWebappRootUrl, getXhtmlTemplate, getXhtmlTemplate, getXhtmlTemplate, getXhtmlTemplate, getXmlTemplate, getXmlTemplate, getXmlTemplate, getXmlTemplate, hasCookie, hasEmbedValue, hasInputValue, hasParameterValue, hasProperty, hasRequestAttribute, hasSubmission, hasSubmission, hasUploadedFile, isFileEmpty, isInputEmpty, isParameterEmpty, isPropertyEmpty, isSecure, isTextBufferEnabled, pause, preventCaching, print, print, printContent, printContent, processEmbeddedElement, processEmbeddedElement, processTemplate, prohibitRawAccess, redirect, removeForm, removeForm, removeRequestAttribute, selectInputParameter, selectParameter, selectSubmissionParameter, selectSubmissionParameter, sendError, sendError, sendRedirect, setChildTrigger, setCloneContinuations, setContentLength, setContentType, setCookie, setDateHeader, setDeploymentClass, setExitForm, setExitForm, setExitForm, setExitForm, setExitQuery, setExitQuery, setExitQuery, setExitQuery, setHeader, setInitializer, setIntHeader, setNamedOutputBean, setOutput, setOutput, setOutput, setOutput, setOutput, setOutput, setOutput, setOutput, setOutput, setOutput, setOutputBean, setOutputBean, setProhibitRawAccess, setRequestAttribute, setResponseLocale, setStatus, setSubmissionBean, setSubmissionBean, setSubmissionForm, setSubmissionForm, setSubmissionForm, setSubmissionForm, setSubmissionQuery, setSubmissionQuery, setSubmissionQuery, setSubmissionQuery
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMAT

public static final SimpleDateFormat DATE_FORMAT

OUTPUT_TIME_FORMAT

public static final SimpleDateFormat OUTPUT_TIME_FORMAT

OUTPUT_DATE_FORMAT

public static final SimpleDateFormat OUTPUT_DATE_FORMAT

IRC_ACTION

public static final String IRC_ACTION
See Also:
Constant Field Values

NICK_COLORS

public static final String[] NICK_COLORS

URL_HIGHLIGHT

public static final Pattern URL_HIGHLIGHT

EMAIL_HIGHLIGHT

public static final Pattern EMAIL_HIGHLIGHT
Constructor Detail

ChannelLog

public ChannelLog()
Method Detail

initialize

public void initialize()

processElement

public final void processElement()

processChannelLog

protected void processChannelLog(ArrayList errors,
                                 Bot bot,
                                 Channel channel,
                                 Calendar day)

doSearch

public void doSearch()

convertUrl

public static String convertUrl(String source,
                                Pattern pattern)


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.