info.aduna.gee.publication.servlets.szpad
Class SzState
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable
info.aduna.gee.publication.util.WProperties
info.aduna.gee.publication.servlets.szpad.SzState
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class SzState
- extends WProperties
Class SzState
- See Also:
- Serialized Form
| Methods inherited from class info.aduna.gee.publication.util.WProperties |
_getExpandedSize, equals, getIntProperty, getKeyOf, getProperties, getProperties, getProperty, getProperty, load, mergeWith, put, put, put, save, save, toProperties, toString |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
USER
public static final String USER
- See Also:
- Constant Field Values
LANGUAGE
public static final String LANGUAGE
- See Also:
- Constant Field Values
COVER
public static final String COVER
- See Also:
- Constant Field Values
SECTION
public static final String SECTION
- See Also:
- Constant Field Values
PAGE
public static final String PAGE
- See Also:
- Constant Field Values
ENTRY
public static final String ENTRY
- See Also:
- Constant Field Values
RANDOM
public static final String RANDOM
- See Also:
- Constant Field Values
_random
protected static int _random
SzState
public SzState(String s)
throws IOException
- Construct a State from a Base64 string.
- Throws:
IOException
SzState
public SzState(String u,
String l,
String c,
String s,
String p,
String e)
- Construct a state.
- Parameters:
u - userl - languagec - covers - sectionp - pagee - entry id
NOTE: page is 0 based!
getState
public String getState()
- Get the base64 representation.
main
public static void main(String[] args)
Copyright © 1997-2008 Aduna. All Rights Reserved.