Package ortus.boxlang.web.exchange
Class BoxCookie
java.lang.Object
ortus.boxlang.web.exchange.BoxCookie
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleangetName()getPath()getValue()intfinal inthashCode()booleanbooleanbooleanbooleanisSecure()setComment(String comment) setDiscard(boolean discard) setExpires(Date expires) setHttpOnly(boolean httpOnly) setSameSite(boolean sameSite) setSameSiteMode(String mode) setSecure(boolean secure) setVersion(int version) final StringtoString()
-
Constructor Details
-
BoxCookie
-
BoxCookie
-
-
Method Details
-
getName
-
getValue
-
setValue
-
getPath
-
setPath
-
getDomain
-
setDomain
-
getMaxAge
-
setMaxAge
-
isDiscard
public boolean isDiscard() -
setDiscard
-
isSecure
public boolean isSecure() -
setSecure
-
getVersion
public int getVersion() -
setVersion
-
isHttpOnly
public boolean isHttpOnly() -
setHttpOnly
-
getExpires
-
setExpires
-
getComment
-
setComment
-
isSameSite
public boolean isSameSite() -
setSameSite
-
getSameSiteMode
-
setSameSiteMode
-
hashCode
public final int hashCode() -
equals
-
toString
-