Known Direct Subclasses
CookieSpecBase |
Cookie management functions shared by all specification. |
|
Known Indirect Subclasses
|
Class Overview
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandler
s.
Public Constructors
public
AbstractCookieSpec
()
Public Methods
Protected Methods
Finds an attribute handler CookieAttributeHandler
for the
given attribute. Returns null if no attribute handler is
found for the specified attribute.
Parameters
name
| attribute name. e.g. Domain, Path, etc. |
Returns
- an attribute handler or null
Parameters
name
| attribute name. e.g. Domain, Path, etc. |