You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by GitBox <gi...@apache.org> on 2020/02/28 15:11:08 UTC

[GitHub] [wicket] theigl commented on issue #411: WICKET-6751 Page synchronizer strategies

theigl commented on issue #411: WICKET-6751 Page synchronizer strategies
URL: https://github.com/apache/wicket/pull/411#issuecomment-592555627
 
 
   @svenmeier: This would be possible. But the only method of this interface would be: 
   
   `IPageManager adapt(IPageManager pagemanager)`
   
   This is the only method every called by Wicket. All other methods related to locking are internal. `PageAccessSynchronizer` still serves its purpose because it contains the logic for decorating the page manager and coordinating the locking and unlocking via the new `IPageLockManager`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services