Skip to Content
0
Former Member
Oct 21, 2005 at 07:38 AM

Creating a PCD Object(iview or page) thru API

24 Views

Hi All,

I found some help regarding creating a PCD Object,

This is the following code

IiViews iViewSrv = (IiViews)

PortalRuntime.getRuntimeResources().getService(IiViews.KEY);

INewObjectDescriptor IVtoCreate = (INewObjectDescriptor)

iViewSrv.instantiateDescriptor(CreateMethod.NEW,

"par:/applications/myProject/components/myComponent",request.getUser());

I am unable to find jar files to compile

what are the jar files which consist of the interfaces Iiviews and IPage, IPages.And where can I find those?

Thanks in Advance

Rgds,

Santhosh