|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IScriptData.PublishedObject
A PublishedObject is loosely coupled to data and can adapt to different contexts. Each XPage tag that can contribute data to the JSF model should contribute a PublishedObjectProvider via the com.ibm.designer.domino.scripting.publishedProvider extension point. The PublishedObject is added to a PublishedObject map by the PublishedObjectProvider. The data tooling (e.g. the data palette and data panels) then extracts relevant information from the PublishedObject in order to create a relevant data binding via the data tooling.
PublishedObjectProvider
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.Object |
getProperty(java.lang.String propertyName)
Used to retrieve information about the data source. |
boolean |
isAdvanced()
Indicates to the tooling that this is an advanced data source |
Method Detail |
---|
java.lang.String getName()
java.lang.Object getProperty(java.lang.String propertyName)
DesignerPublishedObject
for a list of properties that are normally published about the data source.
Clients should not implement this interface directly but should instead use the default
Domino Designer implementation of the interface.
DesignerPublishedObject
propertyName
- a string that is used as a key to look up a map of objects.
DesignerPublishedObject
boolean isAdvanced()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |