org.jboss.errai.workspaces.client.framework
Class CookiePreferences
java.lang.Object
org.jboss.errai.workspaces.client.framework.CookiePreferences
- All Implemented Interfaces:
- Preferences
public class CookiePreferences
- extends Object
- implements Preferences
Cookie based workspace preferences
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TOOL
public static final String DEFAULT_TOOL
- See Also:
- Constant Field Values
CookiePreferences
public CookiePreferences()
has
public boolean has(String key)
- Specified by:
has in interface Preferences
get
public String get(String key)
- Specified by:
get in interface Preferences
set
public void set(String key,
String value)
- Specified by:
set in interface Preferences
clear
public void clear(String key)
- Specified by:
clear in interface Preferences
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.