com.ibm.mashups.livetext
Interface ConfigEntry
public ConfigEntry
This API defines the service model configuration entry
Constructor Summary |
constructor(String match,
Boolean processEnclosedTags,
String module,
String path,
String baseClass,
Boolean waitOnPreTag,
unknown id)
Creates a new instance of livetext config entry. |
Method Summary |
Boolean |
isEqual(ConfigEntry entry)
Compare if this configuration entry is same as the given entry. |
constructor
public constructor(String match,
Boolean processEnclosedTags,
String module,
String path,
String baseClass,
Boolean waitOnPreTag,
unknown id)
-
Creates a new instance of livetext config entry.
- Parameters:
match
-
the CSS3 Selection expression to match a live text. Must not be null
.processEnclosedTags
-
should all the nested live text be processed in this request. If true, then all the live text will be processed. If false, only the out most live text of this type will be processed. May be null
.module
-
the module to register the implementation livetextModel under. Must not be null
.path
-
the url to load the livetextModel implementation resource file. Must not be null
.baseClass
-
the JavaScript class which implement the livetextModel. Must not be null
.waitOnPreTag
-
The value of true or false to determine if the service should process this entry defined tags before the process of the previous entry defined tags have been completed. The default value is true.
Must not be null
.configId
-
a unique id to identify the entry. This is useful in case we have same baseClass as different handlers. configId will be used to find nodes are for which matching criteria.Must not be null
.
isEqual
Boolean isEqual(ConfigEntry entry)
-
Compare if this configuration entry is same as the given entry.
- Parameters:
entry
-
The entry to be compared with this entry. Must not be null
.
- Returns:
-
The value indicats if the two entries are the same.
Copyright IBM Corp. 2010 All Rights Reserved.