cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Deprecated class AbstractWebjectDelegate - question

m_walendziuk
10-Marble

Deprecated class AbstractWebjectDelegate - question

Hello.

 

I found that class

com.ptc.core.adapter.server.impl.AbstractWebjectDelegate

has been marked as deprecated (at least since release 11.0 but it could be marked as deprecated even earlier). However, I don't see any information, what class should be used instead of AbstractWebjectDelegate.

 

Is there anyone who had to use AbstractWebjectDelegate and found a replacement for it? This class is mostly used, when one wants to create his own webject delegate, so such class extends AbstractWebjectDelegate.

1 REPLY 1

Solution is to replace AbstractWebjectDelegate with either AbstractWebject, ObjectWebject or ActionWebject, depending on the needs. See this article:

https://www.ptc.com/en/support/article/CS57998

 

Extend either com.ptc.core.adapter.server.impl.ObjectWebject or com.ptc.core.adapter.server.impl.ActionWebject depending on the type of custom Webject (ACT or OBJ)

 

Top Tags