|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--org.apache.cactus.Cookie
Client cookie. Used for manipulating client cookies either in
beginXXX()
(to send cookies) or in
endXXX()
methods (to assert returned cookies).
Constructor Summary | |
Cookie(String theDomain,
String theName,
String theValue)
|
Method Summary | |
boolean |
equals(Object theObject)
Affected by: LogAspect |
String |
getComment()
|
static String |
getCookieDomain(WebRequest theRequest,
String theRealHost)
Affected by: LogAspect |
static String |
getCookiePath(WebRequest theRequest,
String theRealPath)
Affected by: LogAspect |
static int |
getCookiePort(WebRequest theRequest,
int theRealPort)
Affected by: LogAspect |
String |
getDomain()
|
Date |
getExpiryDate()
|
String |
getName()
|
String |
getPath()
|
String |
getValue()
|
int |
hashCode()
|
boolean |
isExpired()
|
boolean |
isSecure()
|
boolean |
isToBeDiscarded()
|
void |
setComment(String theComment)
Affected by: LogAspect |
void |
setDomain(String theDomain)
Affected by: LogAspect |
void |
setExpiryDate(Date theExpiryDate)
Affected by: LogAspect |
void |
setName(String theName)
Affected by: LogAspect |
void |
setPath(String thePath)
Affected by: LogAspect |
void |
setSecure(boolean isSecure)
Affected by: LogAspect |
void |
setValue(String theValue)
Affected by: LogAspect |
String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Cookie(String theDomain, String theName, String theValue)
Method Detail |
public boolean equals(Object theObject)
around() in LogAspect
.public String getComment()
public static String getCookieDomain(WebRequest theRequest, String theRealHost)
around() in LogAspect
.public static String getCookiePath(WebRequest theRequest, String theRealPath)
around() in LogAspect
.public static int getCookiePort(WebRequest theRequest, int theRealPort)
around() in LogAspect
.public String getDomain()
public Date getExpiryDate()
public String getName()
public String getPath()
public String getValue()
public int hashCode()
public boolean isExpired()
public boolean isSecure()
public boolean isToBeDiscarded()
public void setComment(String theComment)
around() in LogAspect
.public void setDomain(String theDomain)
around() in LogAspect
.public void setExpiryDate(Date theExpiryDate)
around() in LogAspect
.public void setName(String theName)
around() in LogAspect
.public void setPath(String thePath)
around() in LogAspect
.public void setSecure(boolean isSecure)
around() in LogAspect
.public void setValue(String theValue)
around() in LogAspect
.public String toString()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |