C# Class Spring.Web.Support.ControlInterceptor

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

Méthodes publiques

Méthode 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

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

Method Details

EnsureControlIntercepted() public static méthode

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
Résultat void