SessionStep

Document Actions
last edited 4 years ago by amehrabyan

description

This part serves as communication point between client and web application according to VSCB WEB MODEL. It sends content of page to the client and switches to waiting mode, when user send request it wakes up and redirect request string to the controller

figure

not defined

inpins

  1. showContent(String) - ID = 1 - send web page content to the client
    • String - web page content

outpins

  1. REDIRECT(String) - ID = 51 - redirects first request according to the configuration
    • String - describes request string

links to cvs

source - revision 1.0 org.vcb.parts.jetty.PSessionStep.java at sourceforge.net

configuration file revision 1.0 org.vcb.parts.jetty.pSessionStep.xml at sourceforge.net

status

alpha release