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)
4546474849505152535455
*/ public SystemMapper(final Application application) { this.application = application; add(RestartResponseAtInterceptPageException.MAPPER); add(new PageInstanceMapper()); add(new BookmarkableMapper()); add(new HomePageMapper(new HomePageProvider(application))); add(new ResourceReferenceMapper(new PageParametersEncoder(), new ParentFolderPlaceholderProvider(application), getResourceCachingStrategy())); add(new BufferedResponseMapper());
*/ public SystemMapper(final Application application) { this.application = application; add(RestartResponseAtInterceptPageException.MAPPER); add(new PageInstanceMapper()); add(new BookmarkableMapper()); add(new HomePageMapper(new HomePageProvider<Page>(application))); add(new ResourceReferenceMapper(new PageParametersEncoder(), new ParentFolderPlaceholderProvider(application), getResourceCachingStrategy())); add(new BufferedResponseMapper());
4243444546474849505152
public SystemMapper(Application application) { this.application = application; add(RestartResponseAtInterceptPageException.MAPPER); add(new HomePageMapper()); add(new PageInstanceMapper()); add(new BookmarkableMapper()); add(new ResourceReferenceMapper(new PageParametersEncoder(), new ParentFolderPlaceholderProvider(application), useTimestampsProvider())); add(new BufferedResponseMapper());
3940414243444546474849
*/ public SystemMapper(Application application) { add(RestartResponseAtInterceptPageException.MAPPER); add(new HomePageMapper()); add(new PageInstanceMapper()); add(new BookmarkableMapper()); add(new ResourceReferenceMapper(new PageParametersEncoder(), new ParentFolderPlaceholderProvider(application))); add(new BufferedResponseMapper()); }
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);
*/ public SystemMapper(final Application application) { this.application = application; add(RestartResponseAtInterceptPageException.MAPPER); add(new PageInstanceMapper()); add(new BookmarkableMapper()); add(new HomePageMapper(new HomePageProvider(application))); add(new ResourceReferenceMapper(new PageParametersEncoder(), new ParentFolderPlaceholderProvider(application), useTimestampsProvider())); add(new BufferedResponseMapper());