org.jboss.seam.ui
@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
.
Constructor and Description |
---|
ClientUidSelector() |
Modifier and Type | Method and Description |
---|---|
String |
getClientUid() |
protected String |
getCookieName() |
boolean |
isSet() |
void |
onCreate() |
void |
seed() |
Copyright © 2015 Seam Framework. All Rights Reserved.