Ask in the user list. Struts users may be relying on these methods, even
if Struts itself doesn't.

-----Original Message-----
From: David Graham [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 31, 2003 03:57
To: [EMAIL PROTECTED]
Subject: Refactoring RequestUtils


The movement of JSP specific methods to TagUtils is nearly completed
except for moving the externalized messages.  I'd like to refactor
RequestUtils even more to reduce its hefty size.  There are 2 distinct
groups of methods: URL related and Module related.

1.  I suggest we move the module methods into a new ModuleUtils class.

2.  I would suggest that there also be a UrlUtils class except that 4 of
the URL methods aren't used in Struts and 2 of them should be moved into
TagUtils.  serverURL(), absoluteURL(), actionURL(), and printableURL()
are
not used.  encodeURL() and pageURL() should go to TagUtils.  What do we
do
with the 4 unused methods?

Thoughts?

David



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to