URLData
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Implements: | |
| Classpath: | org.asapframework.data.loader.URLData |
| File last modified: | Wednesday, 11 October 2006, 21:56:59 |
DataValueObject class to hold information about urls.
Can get its information through the Parser since it implements IParsable.
Summary
Constructor
URLData
function URLData (
inName:String,
inURL:String,
inTarget:String)
Constructor
NB: This will be called without parameters by the Parser
NB: This will be called without parameters by the Parser
Instance properties
name
name:String
(read,write)
unique identifying name of url
target
target:String
(read,write)
target of getURL function
url
url:String
(read,write)
actual url to be opened
Instance methods
parseObject
function parseObject (
o:Object) : Boolean
Parse Object from XML
Parameters:
o:
Object containing data
#Returns:
true if parsing went ok, otherwise false: name & url are mandatory for this type of node
Specified by: