[Seaside] [3.0] WARequestHandler>>url multiple attribute searches

Boris Popov, DeepCove Labs (YVR) boris at deepcovelabs.com
Wed May 5 12:55:52 UTC 2010


Suggestion,

 

WARequestHandler>>url

 | url |

 url := self basicUrl.

 self serverPath ifNotNil: [:v | url parsePath: v].

 self serverProtocol ifNotNil: [:v | url scheme: v].

 self serverHostname ifNotNil: [:v | url host: v].

 self serverPort ifNotNil: [:v | url port: v].

 ^url

 

-Boris

 

-- 

DeepCove Labs Ltd.

+1 (604) 689-0322

4th floor, 595 Howe Street

Vancouver, British Columbia

Canada V6C 2T5

http://tinyurl.com/r7uw4

 

PacNet Services (Europe) Ltd.

+353 (0)61 714-360

Shannon Airport House, SFZ

County Clare, Ireland

http://tinyurl.com/y952amr

 

CONFIDENTIALITY NOTICE

 

This email is intended only for the persons named in the message header.
Unless otherwise indicated, it contains information that is private and
confidential. If you have received it in error, please notify the sender
and delete the entire message including any attachments.

 

Thank you.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100505/c31eec61/attachment.htm


More information about the seaside mailing list