public class DefaultNWebCookie extends Object implements net.thevpc.nuts.web.NWebCookie
| Constructor and Description |
|---|
DefaultNWebCookie(String expr) |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatCookie(net.thevpc.nuts.web.NWebCookie cookie) |
String |
getDomain() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getValue() |
public DefaultNWebCookie(String expr)
public String getName()
getName in interface net.thevpc.nuts.web.NWebCookiepublic String getValue()
getValue in interface net.thevpc.nuts.web.NWebCookiepublic Map<String,String> getProperties()
getProperties in interface net.thevpc.nuts.web.NWebCookiepublic String getDomain()
getDomain in interface net.thevpc.nuts.web.NWebCookiepublic static String formatCookie(net.thevpc.nuts.web.NWebCookie cookie)
Copyright © 2025 vpc open source initiative. All rights reserved.