com.arsdigita.cms.publishToFile
Interface SetLocalRequestPassword
- public interface SetLocalRequestPassword
Interface defining a method which sets one or more "passwords" (i.e.
cookies) on the request that PublishToFile.readHTML makes to itself to
get content to publish. The cookies can be inspected by application
specific code that processes the request to insure that the request
is from the server.
- Version:
- $Revision: #6 $ $DateTime: 2004/04/07 16:07:11 $
- Author:
- Jeff Teeters (teeters@arsdigita.com)
- See Also:
PublishToFile
Method Summary |
void |
setPassword(URLConnection con)
Sets one or more passwords (cookies) on a connection that is the
request to the server. |
versionId
public static final String versionId
- See Also:
- Constant Field Values
setPassword
public void setPassword(URLConnection con)
- Sets one or more passwords (cookies) on a connection that is the
request to the server.
- Parameters:
con
- connection being made to server.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC