Page Instance - Render (RenderPageRequestHandler) /wicket/page?2 Page Instance - Listener (ListenerInterfaceRequestHandler) /wicket/page?2-click-foo-bar-baz /wicket/page?2-click.1-foo-bar-baz (1 is behavior index)
4344454647484950515253
* @param application */ public SystemMapper(final Application application) { this.application = application; add(new PageInstanceMapper()); add(new BookmarkableMapper()); add(new HomePageMapper(new HomePageProvider(application))); add(new ResourceReferenceMapper(new PageParametersEncoder(), new ParentFolderPlaceholderProvider(application), getResourceCachingStrategy())); add(RestartResponseAtInterceptPageException.MAPPER);
* @param application */ public SystemMapper(final Application application) { this.application = application; add(new PageInstanceMapper()); add(new BookmarkableMapper()); add(new HomePageMapper(new HomePageProvider(application))); add(new ResourceReferenceMapper(new PageParametersEncoder(), new ParentFolderPlaceholderProvider(application), getResourceCachingStrategy())); add(new UrlResourceReferenceMapper());
4445464748495051525354
* @param application */ public SystemMapper(final Application application) { this.application = application; add(new PageInstanceMapper()); add(new BookmarkableMapper()); add(new HomePageMapper(new HomePageProvider<Page>(application))); add(new ResourceReferenceMapper(new PageParametersEncoder(), new ParentFolderPlaceholderProvider(application), getResourceCachingStrategy())); add(RestartResponseAtInterceptPageException.MAPPER);