Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.appserver.server
Class ApplicationData  view ApplicationData download ApplicationData.java

java.lang.Object
  extended bycom.lutris.util.KeywordValueTable
      extended bycom.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.8.14.1 $

Field Summary
 
Fields inherited from class com.lutris.util.KeywordValueTable
 
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()