LogWeb V3 Default Emulator (AJAX based)

Class lw.env

Object
   |
   +--lw.env

class lw.env


Holds all methods for environment handling before actually calling the AJAX emulator.
Defined in doLogin.jsp


Field Summary
<static>  {Applet} ajaxapplet
          The applet embedded in this page, initially undefined.
<static>  {Array} allClientIP
          All Client IP Addresses as returned by the loaded applet, initially empty.
<static>  {boolean} autoStart
          Specifies if the ajax client is started automatically.
<static>  {String} clientIP
          The Client IP Address as returned by the loaded applet, initially empty.
<static>  {Object} environment
          The current environment as read by the loaded applet, initially empty.
 
Constructor Summary
lw.env ()
            Holds all methods for environment handling.
 
Method Summary
<static> String buildPoolname(<String> name, <int> number)
           Replaces the first sequence of question marks with the appropriate padded number.
<static> boolean collectParams()
           User callback: Extracts the necessary information from the environment or the text fields on this page.
<static> void createAppletTag(<node> button)
           Dynamically creates the applet tag for the ajax applet providing the names of the callback functions and puts it into the designated div element.
<static> String getClientIP(<Object> hdr)
           Extracts the Client IP Address from the specified HTTP headers.
<static> void login()
           Processes the user callback collectParams() first and fills the InputForm from the resulting lwData object.

Field Detail

ajaxapplet

<static> {Applet} ajaxapplet

allClientIP

<static> {Array} allClientIP

autoStart

<static> {boolean} autoStart

clientIP

<static> {String} clientIP

environment

<static> {Object} environment

Constructor Detail

lw.env

lw.env()

Method Detail

buildPoolname

<static> String buildPoolname(<String> name, <int> number)

collectParams

<static> boolean collectParams()

createAppletTag

<static> void createAppletTag(<node> button)

getClientIP

<static> String getClientIP(<Object> hdr)

login

<static> void login()

LogWeb V3 Default Emulator (AJAX based)

Copyright © 2006-2012 by Logics Software GmbH
Documentation generated by JSDoc on Mon Mar 3 17:24:18 2014