Skip to Content
0
Dec 12, 2011 at 11:21 AM

Interfaces in webdynpro java

26 Views

Hi all,

I have a doubt about the programming in webdynpro java interfaces . what is the main concept underlying in context of a particular view, why to use the follwing code for referring to context attribute

IPrivate<viewname>.I<NodeName> node = wdContext.node<NodeName>();

IPrivate<viewname>.I<NodeName>Element ele = node.create<NodeName>Element();

ele.set<Nodeattribute>("xxxxx");

node.addElement(ele);

Is the context is a Interface ?

please explain me the above code or any relavant documents for Interfaces implementation in webdynpro java

Total no of interfaces in webdynpro java list.

Thanks

prasad