Page Class - Render (BookmarkablePageRequestHandler) /mountPath/MyPage (will redirect to hybrid alternative if page is not stateless) Page Instance - Render Hybrid (RenderPageRequestHandler for pages that were created using bookmarkable URLs) /mountPath/MyPage?2 Page Instance - Bookmarkable Listener (BookmarkableListenerInterfaceRequestHandler) /mountPath/MyPage?2-click-foo-bar-baz /mountPath/MyPage?2-click.1-foo-bar-baz (1 is behavior index) (these will redirect to hybrid if page is not stateless)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|