How to get 'currentPage' in java code when not using activate method
Hi All,
If we were to retrieve currentPage via activate method[seen below] , we can directly use getCurrentPage() and get it. However, in case I am not using this and also cannot pass getCurrentPage() from the java class where activate method is present , how do I get 'currentPage'?
@Override
public void activate() throws Exception {}
Any thoughts on this will be helpful.