Xpages @PreDestroy

后端 未结 2 932
梦如初夏
梦如初夏 2020-12-18 13:55

Summary: does anyone know how to get @PreDestroy to get triggered on recycling\\ timeout of an Application Scope managed bean?

I posted a question a couple of weeks

2条回答
  •  北海茫月
    2020-12-18 14:21

    I may be wrong, but XPages is built based on JSF1.2, while Managed bean annotations are available only from JSF2.0.

提交回复
热议问题