|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIntrospectablePageProvider
Kludge mixin until we can get this properly merged into IPageProvider in a later version
of Wicket
| Method Summary | |
|---|---|
boolean |
hasPageInstance()
Checks whether or not the provider has a page instance. |
boolean |
isPageInstanceFresh()
Returns whether or not the page instance held by this provider has been instantiated by the provider. |
| Method Detail |
|---|
boolean hasPageInstance()
true iff page instance has been created or retrievedboolean isPageInstanceFresh()
true iff the page instance held by this provider was instantiated by the
provider
IllegalStateException - if this method is called and the provider does not yet have a page instance, ie
if #getPageInstance() has never been called on this provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||