public class CookieConfigDescriptor extends Descriptor implements CookieConfig
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
CookieConfigDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getDomain() |
int |
getMaxAge() |
String |
getPath() |
boolean |
isHttpOnly() |
boolean |
isSecure() |
void |
print(StringBuilder toStringBuilder)
A String representation of this object.
|
void |
setComment(String comment) |
void |
setDomain(String domain) |
void |
setHttpOnly(boolean httpOnly) |
void |
setMaxAge(int maxAge) |
void |
setPath(String path) |
void |
setSecure(boolean secure) |
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNamepublic String getDomain()
getDomain in interface CookieConfigpublic void setDomain(String domain)
setDomain in interface CookieConfigpublic String getPath()
getPath in interface CookieConfigpublic void setPath(String path)
setPath in interface CookieConfigpublic String getComment()
getComment in interface CookieConfigpublic void setComment(String comment)
setComment in interface CookieConfigpublic boolean isHttpOnly()
isHttpOnly in interface CookieConfigpublic void setHttpOnly(boolean httpOnly)
setHttpOnly in interface CookieConfigpublic boolean isSecure()
isSecure in interface CookieConfigpublic void setSecure(boolean secure)
setSecure in interface CookieConfigpublic int getMaxAge()
getMaxAge in interface CookieConfigpublic void setMaxAge(int maxAge)
setMaxAge in interface CookieConfigpublic void print(StringBuilder toStringBuilder)
Descriptorprint in class DescriptorCopyright © 2019. All rights reserved.