Méthode | Description | |
---|---|---|
Create ( String name ) : ViewComponent |
Creates an instance of the requested ViewComponent
|
|
Initialize ( ) : void |
Invoked by the framework in order to initialize the state
|
|
Release ( ViewComponent instance ) : void |
Releases a ViewComponent instance Not currently used |
|
Service ( IServiceProvider provider ) : void |
Invoked by the framework in order to give a chance to obtain other services
|
Méthode | Description | |
---|---|---|
AbstractViewComponentFactory ( ) : System |
Initializes a new instance of the AbstractViewComponentFactory class.
|
|
AddBuiltInComponents ( ) : void |
Registers viewcomponents provided by default. CaptureFor SecurityComponent
|
|
GetViewComponentRegistry ( ) : IViewComponentRegistry |
Gets the view component registry.
|
|
RegisterComponent ( String name, |
Registers a view component type.
|
|
ResolveType ( string name ) : |
Resolves the type.
|
protected AbstractViewComponentFactory ( ) : System | ||
Résultat | System |
public Create ( String name ) : ViewComponent | ||
name | String | The view component's name |
Résultat | ViewComponent |
protected GetViewComponentRegistry ( ) : IViewComponentRegistry | ||
Résultat | IViewComponentRegistry |
protected RegisterComponent ( String name, |
||
name | String | The view components's name |
type | The view component's which must extend |
|
Résultat | void |
public Release ( ViewComponent instance ) : void | ||
instance | ViewComponent | |
Résultat | void |
protected ResolveType ( string name ) : |
||
name | string | The name. |
Résultat |
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The service proviver |
Résultat | void |