Jetspeed uses org.apache.jetspeed.util.parser.DefaultJetspeedParameterParser to parse the url. This class merely extends the DefaultParameterParse supplied by Turbine.
> but "/media-type/html/user/anon/page/default.psml/js_pane/107" is parameter? URL path info is treated just like query parameters to the url, so media-type/html/ is the parameter media-type with the value of html. The value of the user parameter would be anon. And so on. Hope this clears things up. If you want more information, you might try the turbine site. Jeremy Ford ----- Original Message ----- From: "kylin" <[EMAIL PROTECTED]> To: "Jetspeed Users List >" <[EMAIL PROTECTED] Users List <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 12:00 AM Subject: where the parser of the url? > haveing been learn jetspeed some days.but i did not know how to parser the url? > http://midi/jetspeed/portal/media-type/html/user/anon/page/default.psml/js_pane/107 > > i know the url invoke the portal servlet register in the web.xml > > but "/media-type/html/user/anon/page/default.psml/js_pane/107" is parameter? > > and also some other url have parameter like "?aa=1&bb=2" after > > "/media-type/html/user/anon/page/default.psml/js_pane/107" > > if you can teache me how to catch on it. > > Any help is much appreciated. > > > regard > kylin > > > > > > --------------------------------------------------------------------- > 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]
