org.apache.wicket
Interface IComponentSourceProvider


public interface IComponentSourceProvider

Components that implement this interface indicate that they are able to provide a IComponentSource, which represents object with minimal state that is able to reconstruct a component.

This feature is experimental.

Author:
Matej Knopp

Method Summary
 IComponentSource getComponentSource()
          Returns an IComponentSource instance
 

Method Detail

getComponentSource

IComponentSource getComponentSource()
Returns an IComponentSource instance

Returns:


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