|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.experlog.actions.WriteFile
public class 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. 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 |
---|
public WriteFile()
Method Detail |
---|
public boolean serverSide()
serverSide
in interface ESAction
public boolean processRequest(Client session, ESServletRequest req, DynHtml page, java.lang.Object info) throws java.lang.Exception
processRequest
in interface ESAction
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |