EAF 7.4 Implementation

com.lutris.appserver.server
Class ApplicationData

java.lang.Object
  extended by com.lutris.util.KeywordValueTable
      extended by com.lutris.appserver.server.ApplicationData
All Implemented Interfaces:
java.io.Serializable

public class ApplicationData
extends com.lutris.util.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.2 $
Author:
Paul Morgan
See Also:
Serialized Form

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

EAF 7.4 Implementation