Method | Description | |
---|---|---|
BuildDescriptor ( Controller controller ) : |
Constructs and populates a ControllerMetaDescriptor. This implementation is also responsible for caching constructed meta descriptors. |
|
BuildDescriptor ( |
Constructs and populates a ControllerMetaDescriptor. This implementation is also responsible for caching constructed meta descriptors. |
|
Service ( IServiceProvider serviceProvider ) : void |
Services the specified service provider.
|
Method | Description | |
---|---|---|
CollectAccessibleThrough ( |
Collects the accessible through.
|
|
CollectActionAttributes ( |
Collects the action attributes.
|
|
CollectActionLevelAttributes ( |
Collects the action level attributes.
|
|
CollectActions ( |
Collects the actions.
|
|
CollectCacheConfigures ( |
Collects the cache configures.
|
|
CollectClassLevelAttributes ( |
Collects the class level attributes.
|
|
CollectDefaultAction ( |
Collects the default action.
|
|
CollectDynamicAction ( |
Collects the dynamic action.
|
|
CollectFilters ( |
Collects the filters.
|
|
CollectHelpers ( |
Collects the helpers.
|
|
CollectLayout ( BaseMetaDescriptor descriptor, |
Collects the layout.
|
|
CollectRescues ( BaseMetaDescriptor descriptor, |
Collects the rescues.
|
|
CollectRescues ( BaseMetaDescriptor descriptor, |
Collects the rescues.
|
|
CollectResources ( BaseMetaDescriptor desc, |
Collects the resources.
|
|
CollectScaffolding ( |
Collects the scaffolding.
|
|
CollectSkipFilter ( |
Collects the skip filter.
|
|
CollectSkipRescue ( |
Collects the skip rescue.
|
|
CollectTransformFilter ( |
Collects the transform filter.
|
|
GetRealControllerType ( |
Gets the real controller type, instead of the proxy type. Workaround for DYNPROXY-14 bug. See: http://support.castleproject.org/browse/DYNPROXY-14 |
|
InternalBuildDescriptor ( |
Builds the ControllerMetaDescriptor for the specified controller type
|
public BuildDescriptor ( Controller controller ) : |
||
controller | Controller | |
return |
public BuildDescriptor ( |
||
controllerType | ||
return |
public Service ( IServiceProvider serviceProvider ) : void | ||
serviceProvider | IServiceProvider | The service provider. |
return | void |