如Wicket redirect: how to pass on parameters and keeps URLs "pretty"?中所述,在Wicket中传递参数有多种选择。但是,该页面上列出的所有方法都使用URL来传输参数信息。
是否有类似于the PageParameters class的类,除了它隐藏了它正在传输的信息?我不关心书签,但我关心像
这样的网址http://www.example.com/example.html?uniqueId=309308&superSecretValue=42
答案 0 :(得分:-1)
Installing a custom URL coding strategy就是这样。
请注意,通常Wicket不会公开其内部状态,因此您只需要这个可用于可收藏页面。