Enhydra 3.1 API

com.lutris.appserver.server
Class ApplicationData

java.lang.Object
  |
  +--com.lutris.util.KeywordValueTable
        |
        +--com.lutris.appserver.server.ApplicationData

public class ApplicationData
extends KeywordValueTable

Per-application data. While an Enhydra application is free to define any application data within the Java language contructs, this structures allows for easy access from Jolt Fields with the "application." prefix and allows for conditional JOLT tags based on application data.

Version:
$Revision: 1.8.14.1 $
See Also:
Serialized Form

Constructor Summary
ApplicationData()
           
 
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
 

Constructor Detail

ApplicationData

public ApplicationData()

Enhydra 3.1 API