Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Fields and methods of the helma.Url class.

To use this optional module, its repository needs to be added to the application, for example by calling app.addRepository('modules/helma/Url.js')
helma Url(str)
Creates a helma.Url object from a provided url string.
parameters
str
properties
helma.Url. protocol
Protocol segment of this URL
helma.Url. user
User name segment of this URL
helma.Url. password
Password segment of this URL
helma.Url. domainName
Fully qualified domain name segment of this URL
helma.Url. host
Host name segment of this URL
helma.Url. topLevelDomain
Top level domain name segment of this URL
helma.Url. domain
Domain name segment of this URL
helma.Url. pathString
Request path segment of this URL as string
helma.Url. path
Request path segment of this URL as array
helma.Url. file
File name segment of this URL
helma.Url. queryString
Query parameter segment of this URL as string
helma.Url. query
Query parameter segment of this URL as object
Methods
Fri, 05 Feb 2010 17:40:05 GMT.

core framework

optional modules

java libraries

properties files