C# Class Spring.Web.Support.ControlInterceptor

Support Class providing a method to ensure a control has been intercepted
Datei anzeigen Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
EnsureControlIntercepted ( IApplicationContext defaultApplicationContext, Control control ) : void

Ensures, a control has been intercepted to support Web-DI. If not, the control will be intercepted.

Private Methods

Method Description
ControlInterceptor ( ) : System.Collections
EnsureControlCollectionIntercepted ( IApplicationContext defaultApplicationContext, Control control ) : void
IsDependencyInjectionAware ( IApplicationContext defaultApplicationContext, object o ) : bool

Method Details

EnsureControlIntercepted() public static method

Ensures, a control has been intercepted to support Web-DI. If not, the control will be intercepted.
public static EnsureControlIntercepted ( IApplicationContext defaultApplicationContext, Control control ) : void
defaultApplicationContext IApplicationContext
control System.Web.UI.Control
return void