com :: sun :: star :: ucb :: interface XInteractionCookieHandling
- Base Interface
- com::sun::star::task::XInteractionContinuation
- Description
- An interaction continuation handing back some cookie request handling
policy.
This continuation is typically used in conjunction with
HandleCookiesRequest .
Methods' Details
|
- setGeneralPolicy
-  
- void
setGeneralPolicy(
-
- Description
- Set a general policy to hand back.
This method should be called before select().
- Parameter Policy
-
Some policy how to handle cookies.
|
- setSpecificPolicy
-  
- void
setSpecificPolicy(
-
- Description
- Set a policy to hand back for a specific cookie.
This method should be called before select().
- Parameter ConfirmCookie
-
A cookie that sould come from the sequence of
cookies offered by the HandleCookiesRequest and that
should have a policy of CookiePolicy::CONFIRM .
- Parameter Accept
-
If true , set the policy for the cookie to
CookiePolicy::ACCEPT ; otherwise, set it to
CookiePolicy::IGNORE .
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.