Hi,

We have a requirement for extracting uri value after some pattern. ex:- uri
pattern is something like this - /helloapp/*  (/helloapp/aa/bb/c.jag,
/helloapp/aa/bbb/cc/d.jag)
Is there a way to get the value directly after the '/helloapp/' ? something
like uriMatcher.match('/helloapp/{restOfURI}'), so we can get this as
uriMatcher.elements().restOfURI

I found a workaround by dynamically creating the match expression and get
values and combine, but I want to know is there any direct way to achieve
this without using that workaround?

Thanks,
KasunW.


-- 
*Kasun Weranga*
**
Member, Management Committee - Data Technologies
Software Engineer
*WSO2, Inc.
*lean.enterprise.middleware.
mobile : +94 772314602
<http://sanjeewamalalgoda.blogspot.com/>blog :
http://kasunweranga.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to