Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within GWT
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
GWT
Is there any analog to java.net.URL class in client part of GWT?
Sergiy Kamenyev
Greenhorn
Posts: 9
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Is there any analog to java.net.URL class in client part of GWT? I need to do something like this:
java.net.URL urlK; urlK=new java.net.URL("http://127.0.0.1:8888/ce.html?gwt.codesvr=127.0.0.1:9997&rmm=MGPRDCR&cid=240907#a1"); urlK=new java.net.URL(urlK,"#a2");
Thank you.
!
Ankit Garg
Sheriff
Posts: 9708
43
I like...
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What exactly do you want to achieve with this URL? Do you want to make a server side call or you just want the URL as
String
. You might be able to use
UrlBuilder
if you want the Strign representation of such a URL...
SCJP 6 | SCWCD 5 |
Javaranch SCJP FAQ
|
SCWCD Links
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Wbservice Annotations
Does GWT-EXT have a Hyperlink Class? Where is they HyperLink class?
how to invoke web service implemented in MS.NET
Remote EJB URL Issue
Communication to server--RPC or HTTP Client classes?
More...