ariba.ui.aribaweb.core
Class AWCookie
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWCookie
- All Implemented Interfaces:
- AWObject
public final class AWCookie
- extends AWBaseObject
| Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
|
Constructor Summary |
AWCookie(String name,
String value,
String domain,
String path,
boolean isSecure,
boolean httpOnly,
int expiresInSeconds)
|
AWCookie(String name,
String value,
String domain,
String path,
boolean isSecure,
int expiresInSeconds)
Default HttpOnly to true |
AWCookie
public AWCookie(String name,
String value,
String domain,
String path,
boolean isSecure,
int expiresInSeconds)
- Default HttpOnly to true
- Parameters:
name - value - domain - path - isSecure - expiresInSeconds -
AWCookie
public AWCookie(String name,
String value,
String domain,
String path,
boolean isSecure,
boolean httpOnly,
int expiresInSeconds)
headerString
public String headerString(Date expirationDate)
headerString
public String headerString()
configureForDeletion
public void configureForDeletion()
getCookie
public javax.servlet.http.Cookie getCookie()
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.