org.jboss.seam.ui
Class ClientUidSelector
java.lang.Object
org.jboss.seam.core.AbstractMutable
org.jboss.seam.faces.Selector
org.jboss.seam.ui.ClientUidSelector
- All Implemented Interfaces:
- java.io.Serializable, org.jboss.seam.core.Mutable
@Name(value="org.jboss.seam.ui.clientUidSelector")
public class ClientUidSelector
- extends org.jboss.seam.faces.Selector
A selector which manages the cookie that gives the browser a
unique identifier. This value is shared only between the browser
and the server, thus allowing the server to determine if two
distinct requests were made by the same source.
The identifier is stored in a cookie named javax.faces.ClientToken.
- Author:
- Dan Allen
- See Also:
- Serialized Form
| Fields inherited from class org.jboss.seam.faces.Selector |
DEFAULT_MAX_AGE |
| Methods inherited from class org.jboss.seam.faces.Selector |
clearCookieValue, getCookie, getCookieMaxAge, getCookiePath, getCookieValue, getCookieValueIfEnabled, isCookieEnabled, setCookieEnabled, setCookieMaxAge, setCookiePath, setCookieValueIfEnabled |
| Methods inherited from class org.jboss.seam.core.AbstractMutable |
clearDirty, setDirty, setDirty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientUidSelector
public ClientUidSelector()
onCreate
@Create
public void onCreate()
seed
public void seed()
isSet
public boolean isSet()
getClientUid
public java.lang.String getClientUid()
getCookieName
protected java.lang.String getCookieName()
- Specified by:
getCookieName in class org.jboss.seam.faces.Selector
Copyright © 2009 JBoss. All Rights Reserved.