formatDate(Date date, boolean cookie) Formats a date as a header string.
Parameters: date - The date to format. Parameters: cookie - Indicates if the date should be in the cookie format.
parseDate(String date, boolean cookie) Parses a date string.
Parameters: date - The date string to parse. Parameters: cookie - Indicates if the date is in the cookie format.
Formats a date as a header string.
Parameters: date - The date to format. Parameters: cookie - Indicates if the date should be in the cookie format. The formatted date.
Parses a date string.
Parameters: date - The date string to parse. Parameters: cookie - Indicates if the date is in the cookie format. The parsed date.
Indicates if the confidentiality of the call is ensured (ex: via SSL).
Parameters: confidential - True if the confidentiality of the call is ensured (ex: viaSSL).
setHostDomain
public void setHostDomain(String hostDomain)(Code)
Sets the host domain name.
Parameters: hostDomain - The baseRef domain name.