|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cookie in org.apache.cocoon.acting |
---|
Methods in org.apache.cocoon.acting that return Cookie | |
---|---|
static Cookie |
DatabaseCookieAuthenticatorAction.getCookie(Map objectModel,
String cookieName)
|
Uses of Cookie in org.apache.cocoon.components.language.markup.xsp |
---|
Methods in org.apache.cocoon.components.language.markup.xsp that return Cookie | |
---|---|
static Cookie |
XSPCookieHelper.getCookie(Map objectModel,
String cookieName,
int cookieIndex)
Method used to return a cookie object based on the name or the index that was passed If both name and index of cookie to be extracted is passed in, name will take precedence. |
static Cookie[] |
XSPCookieHelper.getCookies(Map objectModel)
This method is used to return all the cookies that present in the passed request object |
Uses of Cookie in org.apache.cocoon.environment |
---|
Methods in org.apache.cocoon.environment that return Cookie | |
---|---|
Cookie |
Response.createCookie(String name,
String value)
Constructs a cookie with a specified name and value. |
static Cookie |
ObjectModelHelper.getCookie(Map objectModel,
String cookieName,
int cookieIndex)
Deprecated. Don't use this method which should never have been there |
Cookie[] |
Request.getCookies()
Returns an array containing all of the Cookie
objects the client sent with this request. |
Methods in org.apache.cocoon.environment with parameters of type Cookie | |
---|---|
void |
Response.addCookie(Cookie cookie)
Adds the specified cookie to the response. |
Uses of Cookie in org.apache.cocoon.environment.commandline |
---|
Methods in org.apache.cocoon.environment.commandline that return Cookie | |
---|---|
Cookie |
CommandLineResponse.createCookie(String name,
String value)
|
Cookie[] |
CommandLineRequest.getCookies()
|
Methods in org.apache.cocoon.environment.commandline with parameters of type Cookie | |
---|---|
void |
CommandLineResponse.addCookie(Cookie cookie)
|
Uses of Cookie in org.apache.cocoon.environment.http |
---|
Classes in org.apache.cocoon.environment.http that implement Cookie | |
---|---|
class |
HttpCookie
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server. |
Methods in org.apache.cocoon.environment.http that return Cookie | |
---|---|
Cookie |
HttpResponse.createCookie(String name,
String value)
Create a new cookie which is not added to the response |
Cookie[] |
HttpRequest.getCookies()
|
Methods in org.apache.cocoon.environment.http with parameters of type Cookie | |
---|---|
void |
HttpResponse.addCookie(Cookie cookie)
|
Uses of Cookie in org.apache.cocoon.environment.portlet |
---|
Classes in org.apache.cocoon.environment.portlet that implement Cookie | |
---|---|
class |
PortletCookie
Implements Cookie interface for the JSR-168 Portlet environment. |
Methods in org.apache.cocoon.environment.portlet that return Cookie | |
---|---|
Cookie |
PortletResponse.createCookie(String name,
String value)
|
Cookie[] |
PortletRequest.getCookies()
|
Methods in org.apache.cocoon.environment.portlet with parameters of type Cookie | |
---|---|
void |
PortletResponse.addCookie(Cookie cookie)
|
Uses of Cookie in org.apache.cocoon.environment.wrapper |
---|
Methods in org.apache.cocoon.environment.wrapper that return Cookie | |
---|---|
Cookie |
ResponseWrapper.createCookie(String name,
String value)
|
Cookie[] |
RequestWrapper.getCookies()
|
Methods in org.apache.cocoon.environment.wrapper with parameters of type Cookie | |
---|---|
void |
ResponseWrapper.addCookie(Cookie cookie)
|
Uses of Cookie in org.apache.cocoon.jxpath |
---|
Methods in org.apache.cocoon.jxpath that return Cookie | |
---|---|
Cookie[] |
JXPathCocoonContexts.RequestProxy.getCookies()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |