URLData

Kind of class:class
Inherits from:none
Implements:
Classpath:org.asapframework.data.loader.URLData
File last modified:Monday, 09 October 2006, 23:33:37
DataValueObject class to hold information about urls.
Can get its information through the Parser since it implements IParsable.

Summary


Constructor
  • URLData (inName:String, inURL:String, inTarget:String)
    • Constructor NB: This will be called without parameters by the Parser
Instance properties
  • name : String
    • unique identifying name of url
  • url : String
    • actual url to be opened
  • target : String
    • target of getURL function
Instance methods

Constructor

URLData

function URLData (
inName:String, inURL:String, inTarget:String)

Constructor
NB: This will be called without parameters by the Parser

Instance properties

name

name:String
(read)

unique identifying name of url

target

target:String
(read)

target of getURL function

url

url:String
(read)

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: