cancel
Showing results for 
Search instead for 
Did you mean: 

Accesing The Class

Former Member
0 Kudos

<b>Hi

I had created one inner class in custom Controller.

Now I want to access that class in the View Controller directly.

Is it possible...............if possible................................

plz kindly specify the steps to achive above task

Thanks in Advance

Regards

Chandran S</b>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I don't think this is possible. Just move the inner (static?) class to its own file and put it under src/packages/<package>, then you can access it from any controller.

Armin

Former Member
0 Kudos

<b>Hi Armin

Thanks for Your Reply

In OVS we are creating an inner class which implements IWDOVScontextnotificationlistener in the custom controller.

So we are accessing that class through declaring a method in custom controller and inside that we are creating an object for that class and that method is invoked in the View controller.

Instead declaring a method and creating an object for that class....is it possible that we can call that class directly in the view controller.........

Thanks in Advance...

Regards

Chandran S</b>