cancel
Showing results for 
Search instead for 
Did you mean: 

[Portal 7.3] com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal

Former Member
0 Kudos

Hi all,

I have migrated a WD Java DC from 6.40 to 7.3 and I got two errors caused by:

"import com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal;"

"URLGeneratorInternal.checkURL(url);"

I can not find "com.sap.tc.webdynpro.services.sal.url.core" in portal 7.3 resources.

Can anyone help me?

Regards!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

See the WD runtime API, you will find the package com.sap.tc.webdynpro.services.sal.url.api in there.

http://help.sap.com/javadocs/NW73EHP1/SPS06/CE/wdr/com.sap.wdr/index.html

Former Member
0 Kudos

Hi Samuli,

I knew that page, but I need URLGeneratorInternal class, because it contains checkURL(url) method.

Regards.

Former Member
0 Kudos

I think that class and the method in it was never released, meaning it was internal and not to be used in customer applications. Can you describe your requirement in detail? See if method isSecureURL() from interface IWDURLGenerator fulfills your requirement. In case you want to create and check generic, non-WDJ, URLs use the standard Java classes instead of the ones provided by SAP.