org.experlog.actions
Class WriteFile

java.lang.Object
  extended by org.experlog.actions.WriteFile
All Implemented Interfaces:
ESAction

public class WriteFile
extends java.lang.Object
implements ESAction

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. ISO_8859_1 or US-ASCII Output parameters:


Constructor Summary
WriteFile()
           
 
Method Summary
 boolean processRequest(Client session, ESServletRequest req, DynHtml page, java.lang.Object info)
           
 boolean serverSide()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteFile

public WriteFile()
Method Detail

serverSide

public boolean serverSide()
Specified by:
serverSide in interface ESAction

processRequest

public boolean processRequest(Client session,
                              ESServletRequest req,
                              DynHtml page,
                              java.lang.Object info)
                       throws java.lang.Exception
Specified by:
processRequest in interface ESAction
Throws:
java.lang.Exception