Parse path info.
The path info is parsed to a list of elements. Additionally, the list elements are added as attributes to the IsterHttpRequestPathInfo object. You may access these attributes by their index.
As of 0.4.4, for pathinfo parts contaning all digits no string key will be created in array.
boolean parseToAttributes(
)
|
|
Parse path info into attributes of this object.
The parts of the path info will treated pair by pair, the first as an attribute name, the second as the value.