|
|||||||||
| Home >> All >> com >> lutris >> appserver >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.appserver.server
Class ApplicationData

java.lang.Objectcom.lutris.util.KeywordValueTable
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.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()
|
|||||||||
| Home >> All >> com >> lutris >> appserver >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC