Package org.experlog.actions

Class Summary
CheckParams Check parameters Input parameters: Mandatory (a list of mandatory params) (MANDATORY) All (OPTIONAL): if true, the list of all missing params is returned (comma-separated).
LogOff Log Off the current session: no chance of return!
MessageDigest Generate a message digest (using MD5 or other algorithms) Input parameters: MDMessage (mandatory): the message MDAlgorithm (optional): the algorithm - default MD5 Output parameters: MDDigest: The message digest
SendMail Send an e-mail Input parameters: Template: an e-mail template file path, relative to the shop's root dir (MANDATORY) From: an e-mail address (OPTIONAL if email.From is defined) To: an e-mail address (OPTIONAL if email.ManagerEmail is defined) Subject: the subject (OPTIONAL, default "(No Subject)") Content_type: the content type & charset (OPTIONAL) Output parameters:
SendMailMP  
TableInsert Input parameters: Table (MANDATORY) Output parameters:
Validate  
WriteFile Write to a file on the server disk Input parameters: Template: a template file path, relative to the shop's root dir (MANDATORY) File: the output file (MANDATORY) Charset: a charset name (OPTIONAL) - eg.
XslTransform XSLT transformation Input parameters: Xslt (MANDATORY): URL of the XSL stylesheet Xml (MANDATORY): URL of the XML to transform XsltCache (OPTIONAL, default false): if true, the compiled XSL stylesheet will be cached XsltTimeout (OPTIONAL): max amount of time this action should take (seconds).