|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.SessionCookieConfig
public class SessionCookieConfig
Configuration for cookie handling
| Constructor Summary | |
|---|---|
SessionCookieConfig(java.lang.String domain,
java.lang.String path,
java.lang.String comment,
boolean isHttpOnly,
boolean isSecure)
Create the new configuration. |
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Returns the default cookie comment |
java.lang.String |
getDomain()
Returns the default cookie domain |
java.lang.String |
getPath()
Returns the default cookie path |
boolean |
isHttpOnly()
Returns the default cookie HttpOnly value |
boolean |
isSecure()
Returns the default cookie Secure value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionCookieConfig(java.lang.String domain,
java.lang.String path,
java.lang.String comment,
boolean isHttpOnly,
boolean isSecure)
| Method Detail |
|---|
public java.lang.String getComment()
public java.lang.String getDomain()
public java.lang.String getPath()
public boolean isHttpOnly()
public boolean isSecure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||