org.apache.wicket.util
Interface IProvider<T>

Type Parameters:
T -
All Known Implementing Classes:
ClassProvider, LazyInitializer, NullProvider, ValueProvider

public interface IProvider<T>

An object that can provide instances of type T

Author:
igor.vaynberg

Method Summary
 T get()
          Provides an instance of type T
 

Method Detail

get

T get()
Provides an instance of type T

Returns:
instance of type T


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