Uses of Class
wicket.ApplicationPages.HomePageRenderStrategy

Packages that use ApplicationPages.HomePageRenderStrategy
wicket The core Wicket package. 
 

Uses of ApplicationPages.HomePageRenderStrategy in wicket
 

Fields in wicket declared as ApplicationPages.HomePageRenderStrategy
static ApplicationPages.HomePageRenderStrategy ApplicationPages.NO_REDIRECT
          Use this homepage strategy if you don't want to redirect so the url just stays '/' .
static ApplicationPages.HomePageRenderStrategy ApplicationPages.BOOKMARK_REDIRECT
          Use this homepage strategy if you want to redirect the homepage to a bookmarkable url like: bookmarkablePage=mybookmarkablepage This is the same as calling: setResponsePage(MyPage.class);.
static ApplicationPages.HomePageRenderStrategy ApplicationPages.PAGE_REDIRECT
          Use this homepage strategy if you want to redirect the homepage just as a normal page would be in wicket (when you submit a form on the page or when you do in the code: setResponsePage(new MyPage()); If you have set the overall Redirect Strategy to ONE_PASS_RENDER then the homepage response will honor that.
 

Methods in wicket that return ApplicationPages.HomePageRenderStrategy
 ApplicationPages.HomePageRenderStrategy ApplicationPages.getHomePageRenderStrategy()
          Gets home page redirect strategy.
 

Methods in wicket with parameters of type ApplicationPages.HomePageRenderStrategy
 ApplicationPages ApplicationPages.setHomePageRenderStrategy(ApplicationPages.HomePageRenderStrategy homePageStrategy)
          Sets home page strategy.
 



Copyright © 2004-2006 Wicket developers. All Rights Reserved.