Uses of Interface
org.apache.wicket.Page.IPageSerializer

Packages that use Page.IPageSerializer
org.apache.wicket The core Wicket package. 
 

Uses of Page.IPageSerializer in org.apache.wicket
 

Fields in org.apache.wicket with type parameters of type Page.IPageSerializer
static ThreadLocal<Page.IPageSerializer> Page.serializer
          This is a thread local that is used for serializing page references in this page.It stores a Page.IPageSerializer which can be set by the outside world to do the serialization of this page.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.