Skip to Content
0
Former Member
Feb 12, 2006 at 10:09 AM

How to access to IWDComponent from Java class using the application name

20 Views

Hi

I need an access to IWDComponent from java class that has only the application name and dc name.

<b>Is there a way to get access to the web dynpro application or controller using the given parameters (application name and dc name)</b>

<u>

The scenario in more details:</u>

I implement an external interface ("IViewListProvider") that allow me to define properties grouped in categoires and accessable to end-user.

I want to use the web dynpro MessagePool to define the properties description.

The problem is that I can't get access to the IWDTextAccessor of my IWDComponent withing my java class that implements that interface (("IViewListProvider")

I do have the following parameters in the method declaration:

public Collection getIViewProperties(String dcName, String applicationName,
			String variantName, String iViewID, Locale locale,
			Map applicationProperties) throws ObjectAccessException {
}

can I get access to the IWDComponent given the above paramaters