org.objectweb.telosys.rpl.xml.output
Class ScreenActionXmlOutput

java.lang.Object
  extended byorg.objectweb.telosys.rpl.xml.output.ScreenActionXmlOutput

public class ScreenActionXmlOutput
extends java.lang.Object

Output generator for a Screen Action response


Constructor Summary
ScreenActionXmlOutput()
           
 
Method Summary
static void generate(ScreenRequest screenRequest, ScreenResponse screenResponse, java.io.PrintWriter out, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
          Generates the XML response flow for the current ACTION REQUEST
static void generateError(ScreenResponse response, java.io.PrintWriter out)
          Generates the XML response flow for an ACTION ERROR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenActionXmlOutput

public ScreenActionXmlOutput()
Method Detail

generate

public static final void generate(ScreenRequest screenRequest,
                                  ScreenResponse screenResponse,
                                  java.io.PrintWriter out,
                                  javax.servlet.http.HttpServletRequest httpRequest,
                                  javax.servlet.http.HttpServletResponse httpResponse)
Generates the XML response flow for the current ACTION REQUEST

Parameters:
screenRequest -
screenResponse -
out -
httpRequest -
httpResponse -
Throws:
TelosysException

generateError

public static final void generateError(ScreenResponse response,
                                       java.io.PrintWriter out)
Generates the XML response flow for an ACTION ERROR

Parameters:
response -
out -