org.jboss.seam.faces
public abstract class Selector extends AbstractMutable implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_AGE |
Constructor and Description |
---|
Selector() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearCookieValue() |
protected javax.servlet.http.Cookie |
getCookie() |
int |
getCookieMaxAge()
The max age of the cookie
|
protected abstract String |
getCookieName()
Override to define the cookie name
|
String |
getCookiePath() |
protected String |
getCookieValue() |
protected String |
getCookieValueIfEnabled()
Get the value of the cookie
|
boolean |
isCookieEnabled()
Is the cookie enabled?
|
void |
setCookieEnabled(boolean cookieEnabled) |
void |
setCookieMaxAge(int cookieMaxAge) |
void |
setCookiePath(String cookiePath) |
protected void |
setCookieValueIfEnabled(String value)
Set the cookie
|
clearDirty, setDirty, setDirty
public static final int DEFAULT_MAX_AGE
public boolean isCookieEnabled()
public void setCookieEnabled(boolean cookieEnabled)
public int getCookieMaxAge()
public void setCookieMaxAge(int cookieMaxAge)
public String getCookiePath()
public void setCookiePath(String cookiePath)
protected abstract String getCookieName()
protected String getCookieValueIfEnabled()
protected javax.servlet.http.Cookie getCookie()
protected String getCookieValue()
protected void clearCookieValue()
protected void setCookieValueIfEnabled(String value)
Copyright © 2015 Seam Framework. All Rights Reserved.