Enhydra 3.1 API

com.lutris.appserver.server.jolt.joltpo
Class JoltPageData

java.lang.Object
  |
  +--com.lutris.util.KeywordValueTable
        |
        +--com.lutris.appserver.server.jolt.joltpo.JoltPageData

public class JoltPageData
extends KeywordValueTable

Class that contains a Jolt page's data. Its a KeywordValueTable that contains the parameters from the HTTP request and the JoltField values.

Since:
Jolt1.0
Version:
$Revision: 1.12.12.1 $
See Also:
lutris.util.KeywordValueTable, Serialized Form

Field Summary
static java.lang.String CGI_ARGS
          Location of CGI arguments.
 
Constructor Summary
JoltPageData()
           
 
Methods inherited from class com.lutris.util.KeywordValueTable
containsKey, get, get, getSection, getString, getString, keys, leafKeys, newSection, remove, set, setDefault, toHtml, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CGI_ARGS

public static final java.lang.String CGI_ARGS
Location of CGI arguments.
Constructor Detail

JoltPageData

public JoltPageData()

Enhydra 3.1 API