org.apache.wicket.util
Interface IContextProvider<T,C>

Type Parameters:
T - the type of the instance
C - the type of the context parameter
All Known Subinterfaces:
IPageManagerProvider, IPageRendererProvider, IRequestCycleProvider
All Known Implementing Classes:
DebugPageManagerProvider, DefaultPageManagerProvider

public interface IContextProvider<T,C>

An object that can provide instances of type T depending on context parameter of type C


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

Method Detail

get

T get(C context)
Provides an instance of type T

Parameters:
context - the context parameter on which the instance depends
Returns:
instance of type T


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