Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343078 - Consider adding API to get ServiceHandler URL
Summary: Consider adding API to get ServiceHandler URL
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-17 17:20 EDT by Ralf Sternberg CLA
Modified: 2012-12-01 09:34 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Sternberg CLA 2011-04-17 17:20:19 EDT
The current practice to determine a service handler's URL is to copy and paste a snippet from the IServiceHandler JavaDoc.
We should provide a public method that returns the URL for a given service handler id.
Comment 1 Ralf Sternberg CLA 2012-12-01 09:34:32 EST
ServiceManager has a new method getServiceHandlerUrl( String id ). The constant REQUEST_PARAM has been moved from ServiceHandler to internal ServiceManagerImpl.

Changes are in commit 093675bfff69ce33adacd0673b817797edffecd3.