|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.gee.publication.net.WStorable
info.aduna.gee.publication.session.Config
public class Config
The ZPad Configuration.
| Field Summary | |
|---|---|
WProperties[] |
acls
Contains the ACL's of the various PL's. |
int |
associatesEditLevel
The level may be turned into a scale of increasing rights later! If 1 (default), each associate may edit. |
String |
inheritConfigOf
Inherit real Config contents of another (perhaps non-existing) Zpad. |
int |
privacyLevel
The privacy level that applies to *everything*. |
| Fields inherited from class info.aduna.gee.publication.net.WStorable |
|---|
_isStorable, _lastModified, BASE64ENCODING, GZIPCOMPRESSION, NONE, WLZ77COMPRESSION |
| Constructor Summary | |
|---|---|
Config()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Create a clone (probably for editing). |
void |
load(InputStream in,
int version)
Reads the configuration data from the specified input. |
void |
store(OutputStream out)
Writes the user information to the specified output. |
| Methods inherited from class info.aduna.gee.publication.net.WStorable |
|---|
destroy, getCompression, getEncoding, getLastModified, getVersion, isStorable, setLastModified, setStorable, toSeconds |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public WProperties[] acls
public String inheritConfigOf
public int associatesEditLevel
public int privacyLevel
| Constructor Detail |
|---|
public Config()
| Method Detail |
|---|
public void store(OutputStream out)
throws IOException
store in class WStorableout - the OutputStream to write to.
IOException
public void load(InputStream in,
int version)
throws IOException
load in class WStorablein - the InputStream to read from.version - the Configuration-version at time of storage.
IOExceptionpublic Object clone()
clone in class WStorable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||