cancel
Showing results for 
Search instead for 
Did you mean: 

ILAFService and com.sapportals.portal.prt.service.laf

Former Member
0 Kudos

Hi,

EP6 SP2 uses, in the jsp of masthead, the following

code to get the current theme:

ILAFService iLAFService = (ILAFService)request.getService(ILAFService.KEY);

Interface ILAFService should be in the package "com.sapportals.portal.prt.service.laf".

Do you know where I can find this jar file in order to import it in eclipse and use these classes? I cannot find them in the pdk javadocs.

Thank you. Regards

Leonardo

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I was also looking for the jar file for this. Did you by any chance get the jar/class file location?

Thanks in advance

Rajitha

detlev_beutner
Active Contributor
0 Kudos

Hi Rajitha,

it has been given above!

Hope it helps

Detlev

Former Member
0 Kudos

Hi,

I already installed the jar class finder from IBM alphaworks in my Eclipse 2.1.3 but when I click on the

icon I have the following message:

"The chosen operation is not currently available."

Do you have some ideas on how to solve it?

Regards

Leonardo

detlev_beutner
Active Contributor
0 Kudos

Hi Leonardo,

for your problem with the jar class finder i have no help; anyhow, you could have used the alternative WinRAR.

Now, back in the office, at least I can offer the location of the JAR and the application:

It's com.sap.portal.themes.lafservice\lib\com.sap.portal.themes.lafserviceapi.jar under irj\root\WEB-NF\portal\portalapps.

Hope it helps

Detlev

Former Member
0 Kudos

Hi Detlev,

thank you for your help.

I will try winrar.

Regards

Leonardo

detlev_beutner
Active Contributor
0 Kudos

Hi Leonardo,

I figured out what the problem seems to be: The actual version of Jar Class Finder only supports Eclipse 3, see http://www.alphaworks.ibm.com/tech/jarclassfinder

There are demands on alphaworks that an older version should be offered, but noone knows if, and if - when, this will be the case.

Maybe one has to ask a good friend... (The strange license for this small but nice tool forbids to offer it.)

Best regards

Detlev

detlev_beutner
Active Contributor
0 Kudos

Hi Leonardo,

for general advice how to find JARs for a certain class needed see

Hope it helps

Detlev