mvcturbine 2.1.0.0.20100820
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/MvcTurbine.Web.dll +0 -0
- data/lib/MvcTurbine.Web.xml +852 -0
- data/lib/MvcTurbine.dll +0 -0
- data/lib/MvcTurbine.xml +789 -0
- metadata +72 -0
Binary file
|
@@ -0,0 +1,852 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<doc>
|
3
|
+
<assembly>
|
4
|
+
<name>MvcTurbine.Web</name>
|
5
|
+
</assembly>
|
6
|
+
<members>
|
7
|
+
<member name="T:MvcTurbine.Web.Blades.BladeExtensions">
|
8
|
+
<summary>
|
9
|
+
Helper class for <see cref="T:MvcTurbine.Blades.IBlade"/> types.
|
10
|
+
</summary>
|
11
|
+
</member>
|
12
|
+
<member name="M:MvcTurbine.Web.Blades.BladeExtensions.IsCoreBlade(MvcTurbine.Blades.IBlade)">
|
13
|
+
<summary>
|
14
|
+
Checks whether the specified <see cref="T:MvcTurbine.Blades.IBlade"/> is a core blade, <see cref="T:MvcTurbine.Web.Blades.MvcBlade"/>
|
15
|
+
or <see cref="T:MvcTurbine.Web.Blades.RoutingBlade"/>.
|
16
|
+
</summary>
|
17
|
+
<param name="blade"></param>
|
18
|
+
<returns></returns>
|
19
|
+
</member>
|
20
|
+
<member name="T:MvcTurbine.Web.Blades.CoreBlades">
|
21
|
+
<summary>
|
22
|
+
Static gateway for the core blades of MVC Turbine.
|
23
|
+
</summary>
|
24
|
+
</member>
|
25
|
+
<member name="M:MvcTurbine.Web.Blades.CoreBlades.GetBlades">
|
26
|
+
<summary>
|
27
|
+
Gets the registered core blades in a <see cref="T:MvcTurbine.Blades.BladeList"/>.
|
28
|
+
</summary>
|
29
|
+
<returns></returns>
|
30
|
+
</member>
|
31
|
+
<member name="P:MvcTurbine.Web.Blades.CoreBlades.Mvc">
|
32
|
+
<summary>
|
33
|
+
Gets or sets the <see cref="T:MvcTurbine.Web.Blades.MvcBlade"/> instance to use.
|
34
|
+
</summary>
|
35
|
+
</member>
|
36
|
+
<member name="P:MvcTurbine.Web.Blades.CoreBlades.Routing">
|
37
|
+
<summary>
|
38
|
+
Gets or sets the <see cref="T:MvcTurbine.Web.Blades.RoutingBlade"/> instance to use.
|
39
|
+
</summary>
|
40
|
+
</member>
|
41
|
+
<member name="T:MvcTurbine.Web.Blades.MvcBlade">
|
42
|
+
<summary>
|
43
|
+
Default <see cref="T:MvcTurbine.Blades.IBlade"/> that supports all ASP.NET MVC components.
|
44
|
+
</summary>
|
45
|
+
</member>
|
46
|
+
<member name="M:MvcTurbine.Web.Blades.MvcBlade.AddRegistrations(MvcTurbine.ComponentModel.AutoRegistrationList)">
|
47
|
+
<summary>
|
48
|
+
Provides the auto-registration of MVC related components (controllers, view engines, filters, etc).
|
49
|
+
</summary>
|
50
|
+
<param name="registrationList"></param>
|
51
|
+
</member>
|
52
|
+
<member name="M:MvcTurbine.Web.Blades.MvcBlade.Spin(MvcTurbine.IRotorContext)">
|
53
|
+
<summary>
|
54
|
+
Executes the setup of controller factories, view engines and model binders.
|
55
|
+
</summary>
|
56
|
+
<param name="context"></param>
|
57
|
+
</member>
|
58
|
+
<member name="M:MvcTurbine.Web.Blades.MvcBlade.SetupModelBinders(MvcTurbine.IRotorContext)">
|
59
|
+
<summary>
|
60
|
+
Changes the <see cref="P:System.Web.Mvc.ModelBinderDictionary.DefaultBinder"/> instance to be <see cref="T:MvcTurbine.Web.Models.TurbineModelBinder"/>.
|
61
|
+
</summary>
|
62
|
+
<param name="context">Current <see cref="T:MvcTurbine.IRotorContext"/> performing the execution.</param>
|
63
|
+
</member>
|
64
|
+
<member name="M:MvcTurbine.Web.Blades.MvcBlade.SetupControllerFactory(MvcTurbine.IRotorContext)">
|
65
|
+
<summary>
|
66
|
+
Sets the instance of <see cref="T:System.Web.Mvc.IControllerFactory"/> to use. If one is not registered,
|
67
|
+
<see cref="T:MvcTurbine.Web.Controllers.TurbineControllerFactory"/> is used.
|
68
|
+
</summary>
|
69
|
+
</member>
|
70
|
+
<member name="M:MvcTurbine.Web.Blades.MvcBlade.GetControllerFactory(MvcTurbine.ComponentModel.IServiceLocator)">
|
71
|
+
<summary>
|
72
|
+
Gets the registered <seealso cref="T:System.Web.Mvc.IControllerFactory"/>, if one is not found the default one is used.
|
73
|
+
</summary>
|
74
|
+
<param name="locator"></param>
|
75
|
+
<returns></returns>
|
76
|
+
</member>
|
77
|
+
<member name="M:MvcTurbine.Web.Blades.MvcBlade.SetupViewEngines(MvcTurbine.IRotorContext)">
|
78
|
+
<summary>
|
79
|
+
Initializes the <see cref="P:System.Web.Mvc.ViewEngines.Engines"/> by pulling all associated <seealso cref="T:System.Web.Mvc.IViewEngine"/> instances
|
80
|
+
in the current application.
|
81
|
+
</summary>
|
82
|
+
<param name="context"></param>
|
83
|
+
</member>
|
84
|
+
<member name="M:MvcTurbine.Web.Blades.MvcBlade.GetViewEngines(MvcTurbine.ComponentModel.IServiceLocator)">
|
85
|
+
<summary>
|
86
|
+
Gets the <see cref="T:System.Web.Mvc.IViewEngine"/> registered with the system.
|
87
|
+
</summary>
|
88
|
+
<param name="locator">Instance of <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> to use.</param>
|
89
|
+
<returns>List of <see cref="T:System.Web.Mvc.IViewEngine"/>, null otherwise.</returns>
|
90
|
+
</member>
|
91
|
+
<member name="T:MvcTurbine.Web.Blades.RoutingBlade">
|
92
|
+
<summary>
|
93
|
+
Default <see cref="T:MvcTurbine.Blades.IBlade"/> that supports all ASP.NET Url routing components.
|
94
|
+
</summary>
|
95
|
+
</member>
|
96
|
+
<member name="M:MvcTurbine.Web.Blades.RoutingBlade.AddRegistrations(MvcTurbine.ComponentModel.AutoRegistrationList)">
|
97
|
+
<summary>
|
98
|
+
Provides the auto-registration of MVC related components (controllers, view engines, filters, etc).
|
99
|
+
</summary>
|
100
|
+
<param name="registrationList"></param>
|
101
|
+
</member>
|
102
|
+
<member name="M:MvcTurbine.Web.Blades.RoutingBlade.Spin(MvcTurbine.IRotorContext)">
|
103
|
+
<summary>
|
104
|
+
Performs the main processing for routing.
|
105
|
+
</summary>
|
106
|
+
<param name="context"></param>
|
107
|
+
</member>
|
108
|
+
<member name="M:MvcTurbine.Web.Blades.RoutingBlade.ProcessRouteConfigurators(MvcTurbine.ComponentModel.IServiceLocator)">
|
109
|
+
<summary>
|
110
|
+
Iterates through all the registered <see cref="T:MvcTurbine.Routing.IRouteRegistrator"/> instances
|
111
|
+
and wires them up with <see cref="P:System.Web.Routing.RouteTable.Routes"/>.
|
112
|
+
</summary>
|
113
|
+
</member>
|
114
|
+
<member name="M:MvcTurbine.Web.Blades.RoutingBlade.GetRouteRegistrations(MvcTurbine.ComponentModel.IServiceLocator)">
|
115
|
+
<summary>
|
116
|
+
Gets the <see cref="T:MvcTurbine.Routing.IRouteRegistrator"/> registered with the system.
|
117
|
+
</summary>
|
118
|
+
<param name="locator">Instance of <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> to use.</param>
|
119
|
+
<returns>List of <see cref="T:MvcTurbine.Routing.IRouteRegistrator"/>, null otherwise.</returns>
|
120
|
+
</member>
|
121
|
+
<member name="T:MvcTurbine.Web.Controllers.ControllerExtensions">
|
122
|
+
<summary>
|
123
|
+
Extension methods for Controllers.
|
124
|
+
</summary>
|
125
|
+
</member>
|
126
|
+
<member name="M:MvcTurbine.Web.Controllers.ControllerExtensions.TurbineApplication(System.Web.Mvc.ControllerBase)">
|
127
|
+
<summary>
|
128
|
+
Gets the current <see cref="T:MvcTurbine.ITurbineApplication"/> associated with the MVC application.
|
129
|
+
</summary>
|
130
|
+
<param name="controller">Current controller.</param>
|
131
|
+
<returns>Current <see cref="T:MvcTurbine.ITurbineApplication"/> or null if not applicable.</returns>
|
132
|
+
</member>
|
133
|
+
<member name="M:MvcTurbine.Web.Controllers.ControllerExtensions.RotorContext(System.Web.Mvc.ControllerBase)">
|
134
|
+
<summary>
|
135
|
+
Gets the current <see cref="T:MvcTurbine.IRotorContext"/> associated with the MVC application.
|
136
|
+
</summary>
|
137
|
+
<param name="controller">Current controller.</param>
|
138
|
+
<returns>Current <see cref="T:MvcTurbine.IRotorContext"/> or null if not applicable.</returns>
|
139
|
+
</member>
|
140
|
+
<member name="M:MvcTurbine.Web.Controllers.ControllerExtensions.ServiceLocator(System.Web.Mvc.ControllerBase)">
|
141
|
+
<summary>
|
142
|
+
Gets the current <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> associated with the MVC application.
|
143
|
+
</summary>
|
144
|
+
<param name="controller">Current controller.</param>
|
145
|
+
<returns>Current <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> or nul if not applicable</returns>
|
146
|
+
</member>
|
147
|
+
<member name="M:MvcTurbine.Web.Controllers.ControllerExtensions.TurbineApplication(System.Web.Mvc.ControllerContext)">
|
148
|
+
<summary>
|
149
|
+
Gets the current <see cref="T:MvcTurbine.ITurbineApplication"/> associated with the MVC application.
|
150
|
+
</summary>
|
151
|
+
<param name="controller">Current controller.</param>
|
152
|
+
<returns>Current <see cref="T:MvcTurbine.ITurbineApplication"/> or null if not applicable.</returns>
|
153
|
+
</member>
|
154
|
+
<member name="M:MvcTurbine.Web.Controllers.ControllerExtensions.RotorContext(System.Web.Mvc.ControllerContext)">
|
155
|
+
<summary>
|
156
|
+
Gets the current <see cref="T:MvcTurbine.IRotorContext"/> associated with the MVC application.
|
157
|
+
</summary>
|
158
|
+
<param name="controller">Current controller.</param>
|
159
|
+
<returns>Current <see cref="T:MvcTurbine.IRotorContext"/> or null if not applicable.</returns>
|
160
|
+
</member>
|
161
|
+
<member name="M:MvcTurbine.Web.Controllers.ControllerExtensions.ServiceLocator(System.Web.Mvc.ControllerContext)">
|
162
|
+
<summary>
|
163
|
+
Gets the current <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> associated with the MVC application.
|
164
|
+
</summary>
|
165
|
+
<param name="controller">Current controller.</param>
|
166
|
+
<returns>Current <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> or nul if not applicable</returns>
|
167
|
+
</member>
|
168
|
+
<member name="T:MvcTurbine.Web.Controllers.DefaultFilterFinder">
|
169
|
+
<summary>
|
170
|
+
Default implementation to find <see cref="T:MvcTurbine.Web.Controllers.InjectableFilterAttribute"/> for a controller action.
|
171
|
+
</summary>
|
172
|
+
</member>
|
173
|
+
<member name="T:MvcTurbine.Web.Controllers.IFilterFinder">
|
174
|
+
<summary>
|
175
|
+
Defines the mechanism for finding MVC filters on the given <see cref="T:System.Web.Mvc.ActionDescriptor"/>.
|
176
|
+
</summary>
|
177
|
+
</member>
|
178
|
+
<member name="M:MvcTurbine.Web.Controllers.IFilterFinder.FindFilters(System.Web.Mvc.ActionDescriptor)">
|
179
|
+
<summary>
|
180
|
+
Finds all the <see cref="T:MvcTurbine.Web.Controllers.InjectableFilterAttribute"/> on the specified <see cref="T:System.Web.Mvc.ActionDescriptor"/>.
|
181
|
+
</summary>
|
182
|
+
<param name="actionDescriptor">Current action being executed.</param>
|
183
|
+
<returns></returns>
|
184
|
+
</member>
|
185
|
+
<member name="M:MvcTurbine.Web.Controllers.DefaultFilterFinder.#ctor(MvcTurbine.ComponentModel.IServiceLocator)">
|
186
|
+
<summary>
|
187
|
+
Default constructor.
|
188
|
+
</summary>
|
189
|
+
<param name="serviceLocator"></param>
|
190
|
+
</member>
|
191
|
+
<member name="M:MvcTurbine.Web.Controllers.DefaultFilterFinder.FindFilters(System.Web.Mvc.ActionDescriptor)">
|
192
|
+
<summary>
|
193
|
+
Finds all the <see cref="T:MvcTurbine.Web.Controllers.InjectableFilterAttribute"/> on the specified <see cref="T:System.Web.Mvc.ActionDescriptor"/>.
|
194
|
+
</summary>
|
195
|
+
<param name="actionDescriptor">Current action being executed.</param>
|
196
|
+
<returns></returns>
|
197
|
+
</member>
|
198
|
+
<member name="M:MvcTurbine.Web.Controllers.DefaultFilterFinder.GetAttributes(System.Reflection.ICustomAttributeProvider)">
|
199
|
+
<summary>
|
200
|
+
Gets the applied <see cref="T:MvcTurbine.Web.Controllers.InjectableFilterAttribute"/> on the specified <see cref="T:System.Web.Mvc.ActionDescriptor"/>.
|
201
|
+
</summary>
|
202
|
+
<param name="actionDescriptor"></param>
|
203
|
+
<returns></returns>
|
204
|
+
</member>
|
205
|
+
<member name="M:MvcTurbine.Web.Controllers.DefaultFilterFinder.CreateFilterInfo(System.Collections.Generic.IEnumerable{System.Web.Mvc.IAuthorizationFilter},System.Collections.Generic.IEnumerable{System.Web.Mvc.IActionFilter},System.Collections.Generic.IEnumerable{System.Web.Mvc.IResultFilter},System.Collections.Generic.IEnumerable{System.Web.Mvc.IExceptionFilter})">
|
206
|
+
<summary>
|
207
|
+
Creates a new list of filters to process.
|
208
|
+
</summary>
|
209
|
+
<param name="authFilters"></param>
|
210
|
+
<param name="actionFilters"></param>
|
211
|
+
<param name="resultFilters"></param>
|
212
|
+
<param name="exceptionFilters"></param>
|
213
|
+
<returns></returns>
|
214
|
+
</member>
|
215
|
+
<member name="M:MvcTurbine.Web.Controllers.DefaultFilterFinder.GetRegisteredFilters``1(MvcTurbine.Web.Controllers.InjectableFilterAttribute[])">
|
216
|
+
<summary>
|
217
|
+
Searches the <see cref="P:MvcTurbine.Web.Controllers.DefaultFilterFinder.ServiceLocator"/> for the registered filters that match <paramref name="filterAttributes"/>.
|
218
|
+
</summary>
|
219
|
+
<typeparam name="TFilter"></typeparam>
|
220
|
+
<param name="filterAttributes"></param>
|
221
|
+
<returns></returns>
|
222
|
+
</member>
|
223
|
+
<member name="P:MvcTurbine.Web.Controllers.DefaultFilterFinder.ServiceLocator">
|
224
|
+
<summary>
|
225
|
+
Gets the current <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/>.
|
226
|
+
</summary>
|
227
|
+
</member>
|
228
|
+
<member name="T:MvcTurbine.Web.Controllers.InferredActionDescriptor">
|
229
|
+
<summary>
|
230
|
+
Custom implementation of <see cref="T:System.Web.Mvc.ActionDescriptor"/> to wire up inferred action execution.
|
231
|
+
</summary>
|
232
|
+
</member>
|
233
|
+
<member name="M:MvcTurbine.Web.Controllers.InferredActionDescriptor.#ctor(System.String,System.Web.Mvc.ControllerDescriptor)">
|
234
|
+
<summary>
|
235
|
+
See <see cref="T:System.Web.Mvc.ActionDescriptor"/>
|
236
|
+
</summary>
|
237
|
+
<param name="actionName"></param>
|
238
|
+
<param name="controllerDescriptor"></param>
|
239
|
+
</member>
|
240
|
+
<member name="M:MvcTurbine.Web.Controllers.InferredActionDescriptor.Execute(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})">
|
241
|
+
<summary>
|
242
|
+
Always returns a <see cref="T:System.Web.Mvc.ViewResult"/> with the specified <see cref="P:MvcTurbine.Web.Controllers.InferredActionDescriptor.ActionName"/> as the name of the view.
|
243
|
+
For more information, see <see cref="M:System.Web.Mvc.ActionDescriptor.Execute(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})"/>.
|
244
|
+
</summary>
|
245
|
+
<param name="controllerContext"></param>
|
246
|
+
<param name="parameters"></param>
|
247
|
+
<returns></returns>
|
248
|
+
</member>
|
249
|
+
<member name="M:MvcTurbine.Web.Controllers.InferredActionDescriptor.GetParameters">
|
250
|
+
<summary>
|
251
|
+
Gets an one item array of <see cref="T:MvcTurbine.Web.Controllers.InferredParameterDescriptor"/> containing the current instance.
|
252
|
+
</summary>
|
253
|
+
<returns></returns>
|
254
|
+
</member>
|
255
|
+
<member name="P:MvcTurbine.Web.Controllers.InferredActionDescriptor.ActionName">
|
256
|
+
<summary>
|
257
|
+
See <see cref="P:System.Web.Mvc.ActionDescriptor.ActionName"/>.
|
258
|
+
</summary>
|
259
|
+
</member>
|
260
|
+
<member name="P:MvcTurbine.Web.Controllers.InferredActionDescriptor.ControllerDescriptor">
|
261
|
+
<summary>
|
262
|
+
See <see cref="P:System.Web.Mvc.ActionDescriptor.ControllerDescriptor"/>.
|
263
|
+
</summary>
|
264
|
+
</member>
|
265
|
+
<member name="T:MvcTurbine.Web.Controllers.InferredParameterDescriptor">
|
266
|
+
<summary>
|
267
|
+
Wrapper class defines the type of parameter to use with the <see cref="T:MvcTurbine.Web.Controllers.InferredActionDescriptor"/>.
|
268
|
+
</summary>
|
269
|
+
</member>
|
270
|
+
<member name="M:MvcTurbine.Web.Controllers.InferredParameterDescriptor.#ctor(System.Web.Mvc.ActionDescriptor,System.String)">
|
271
|
+
<summary>
|
272
|
+
Default constructor
|
273
|
+
</summary>
|
274
|
+
<param name="descriptor"></param>
|
275
|
+
<param name="parameterName"></param>
|
276
|
+
</member>
|
277
|
+
<member name="P:MvcTurbine.Web.Controllers.InferredParameterDescriptor.ActionDescriptor">
|
278
|
+
<summary>
|
279
|
+
See <see cref="P:System.Web.Mvc.ParameterDescriptor.ActionDescriptor"/>.
|
280
|
+
</summary>
|
281
|
+
</member>
|
282
|
+
<member name="P:MvcTurbine.Web.Controllers.InferredParameterDescriptor.ParameterName">
|
283
|
+
<summary>
|
284
|
+
Returns the name of the executing action.
|
285
|
+
</summary>
|
286
|
+
</member>
|
287
|
+
<member name="P:MvcTurbine.Web.Controllers.InferredParameterDescriptor.ParameterType">
|
288
|
+
<summary>
|
289
|
+
Returns <see cref="T:System.String"/> as the default type.
|
290
|
+
</summary>
|
291
|
+
</member>
|
292
|
+
<member name="T:MvcTurbine.Web.Controllers.InferredViewResult">
|
293
|
+
<summary>
|
294
|
+
Class to work around the pieces for invalid inferred actions.
|
295
|
+
</summary>
|
296
|
+
</member>
|
297
|
+
<member name="M:MvcTurbine.Web.Controllers.InferredViewResult.FindView(System.Web.Mvc.ControllerContext)">
|
298
|
+
<summary>
|
299
|
+
Checks whether the <see cref="T:System.Web.Mvc.ViewEngineResult"/> is valid, if not an HTTP 404 is thrown.
|
300
|
+
</summary>
|
301
|
+
<param name="context"></param>
|
302
|
+
<returns></returns>
|
303
|
+
</member>
|
304
|
+
<member name="T:MvcTurbine.Web.Controllers.MergedFilters">
|
305
|
+
<summary>
|
306
|
+
Merges two <see cref="T:System.Web.Mvc.FilterInfo"/> instances together.
|
307
|
+
</summary>
|
308
|
+
</member>
|
309
|
+
<member name="M:MvcTurbine.Web.Controllers.MergedFilters.#ctor(System.Web.Mvc.FilterInfo,System.Web.Mvc.FilterInfo)">
|
310
|
+
<summary>
|
311
|
+
Default constructor.
|
312
|
+
</summary>
|
313
|
+
<param name="defaultFilters"></param>
|
314
|
+
<param name="registeredFilters"></param>
|
315
|
+
</member>
|
316
|
+
<member name="M:MvcTurbine.Web.Controllers.MergedFilters.Merge">
|
317
|
+
<summary>
|
318
|
+
Merges <see cref="P:MvcTurbine.Web.Controllers.MergedFilters.DefaultFilters"/> and <see cref="P:MvcTurbine.Web.Controllers.MergedFilters.RegisteredFilters"/>.
|
319
|
+
</summary>
|
320
|
+
</member>
|
321
|
+
<member name="M:MvcTurbine.Web.Controllers.MergedFilters.MergeFilterInfo(System.Web.Mvc.FilterInfo)">
|
322
|
+
<summary>
|
323
|
+
Merges a single <see cref="T:System.Web.Mvc.FilterInfo"/> to the base list.
|
324
|
+
</summary>
|
325
|
+
<param name="info"></param>
|
326
|
+
</member>
|
327
|
+
<member name="M:MvcTurbine.Web.Controllers.MergedFilters.AddActionFilter(System.Web.Mvc.IActionFilter)">
|
328
|
+
<summary>
|
329
|
+
Adds the specified filter to the ActionFilter list.
|
330
|
+
</summary>
|
331
|
+
<param name="filter"></param>
|
332
|
+
</member>
|
333
|
+
<member name="M:MvcTurbine.Web.Controllers.MergedFilters.AddAuthorizationFilter(System.Web.Mvc.IAuthorizationFilter)">
|
334
|
+
<summary>
|
335
|
+
Adds the specified filter to the AuthorizationFilter list.
|
336
|
+
</summary>
|
337
|
+
<param name="filter"></param>
|
338
|
+
</member>
|
339
|
+
<member name="M:MvcTurbine.Web.Controllers.MergedFilters.AddExceptionFilter(System.Web.Mvc.IExceptionFilter)">
|
340
|
+
<summary>
|
341
|
+
Adds the specified filter to the ExceptionFilter list.
|
342
|
+
</summary>
|
343
|
+
<param name="filter"></param>
|
344
|
+
</member>
|
345
|
+
<member name="M:MvcTurbine.Web.Controllers.MergedFilters.AddResultFilter(System.Web.Mvc.IResultFilter)">
|
346
|
+
<summary>
|
347
|
+
Adds the specified filter to the ResultFilter list.
|
348
|
+
</summary>
|
349
|
+
<param name="filter"></param>
|
350
|
+
</member>
|
351
|
+
<member name="P:MvcTurbine.Web.Controllers.MergedFilters.DefaultFilters">
|
352
|
+
<summary>
|
353
|
+
Gets the MVC filters that ship from System.Web.Mvc assembly.
|
354
|
+
</summary>
|
355
|
+
</member>
|
356
|
+
<member name="P:MvcTurbine.Web.Controllers.MergedFilters.RegisteredFilters">
|
357
|
+
<summary>
|
358
|
+
Gets the MVC filters that have been registered with the service locator.
|
359
|
+
</summary>
|
360
|
+
</member>
|
361
|
+
<member name="T:MvcTurbine.Web.Controllers.MvcRegistration">
|
362
|
+
<summary>
|
363
|
+
Helper class for registration of ASP.MVC components.
|
364
|
+
</summary>
|
365
|
+
</member>
|
366
|
+
<member name="M:MvcTurbine.Web.Controllers.MvcRegistration.RegisterController">
|
367
|
+
<summary>
|
368
|
+
Gets the default registration for <see cref="T:System.Web.Mvc.IController"/>.
|
369
|
+
</summary>
|
370
|
+
<returns></returns>
|
371
|
+
</member>
|
372
|
+
<member name="M:MvcTurbine.Web.Controllers.MvcRegistration.RegisterController(System.Action{MvcTurbine.ComponentModel.IServiceLocator,System.Type})">
|
373
|
+
<summary>
|
374
|
+
Gets the registration for <see cref="T:System.Web.Mvc.IController"/> with the specified registration action.
|
375
|
+
</summary>
|
376
|
+
<param name="regAction"></param>
|
377
|
+
<returns></returns>
|
378
|
+
</member>
|
379
|
+
<member name="M:MvcTurbine.Web.Controllers.MvcRegistration.RegisterViewEngine">
|
380
|
+
<summary>
|
381
|
+
Gets the default registration for <see cref="T:System.Web.Mvc.IViewEngine"/>.
|
382
|
+
</summary>
|
383
|
+
<returns></returns>
|
384
|
+
</member>
|
385
|
+
<member name="M:MvcTurbine.Web.Controllers.MvcRegistration.RegisterViewEngine(System.Action{MvcTurbine.ComponentModel.IServiceLocator,System.Type})">
|
386
|
+
<summary>
|
387
|
+
Gets the registration for <see cref="T:System.Web.Mvc.IViewEngine"/> withthe specified registration action.
|
388
|
+
</summary>
|
389
|
+
<param name="regAction"></param>
|
390
|
+
<returns></returns>
|
391
|
+
</member>
|
392
|
+
<member name="M:MvcTurbine.Web.Controllers.MvcRegistration.RegisterFilter``1">
|
393
|
+
<summary>
|
394
|
+
|
395
|
+
</summary>
|
396
|
+
<typeparam name="TFilter"></typeparam>
|
397
|
+
<returns></returns>
|
398
|
+
</member>
|
399
|
+
<member name="M:MvcTurbine.Web.Controllers.MvcRegistration.RegisterFilter``1(System.Action{MvcTurbine.ComponentModel.IServiceLocator,System.Type})">
|
400
|
+
<summary>
|
401
|
+
|
402
|
+
</summary>
|
403
|
+
<typeparam name="TFilter"></typeparam>
|
404
|
+
<param name="regAction"></param>
|
405
|
+
<returns></returns>
|
406
|
+
</member>
|
407
|
+
<member name="M:MvcTurbine.Web.Controllers.MvcRegistration.RegisterBinder">
|
408
|
+
<summary>
|
409
|
+
|
410
|
+
</summary>
|
411
|
+
<returns></returns>
|
412
|
+
</member>
|
413
|
+
<member name="M:MvcTurbine.Web.Controllers.MvcRegistration.RegisterBinder(System.Action{MvcTurbine.ComponentModel.IServiceLocator,System.Type})">
|
414
|
+
<summary>
|
415
|
+
|
416
|
+
</summary>
|
417
|
+
<param name="regAction"></param>
|
418
|
+
<returns></returns>
|
419
|
+
</member>
|
420
|
+
<member name="T:MvcTurbine.Web.Controllers.MvcRegistrationFilters">
|
421
|
+
<summary>
|
422
|
+
Helper class for registration of ASP.NET MVC pieces.
|
423
|
+
</summary>
|
424
|
+
</member>
|
425
|
+
<member name="P:MvcTurbine.Web.Controllers.MvcRegistrationFilters.ModelBinderFilter">
|
426
|
+
<summary>
|
427
|
+
Gets the registration for a <see cref="T:System.Web.Mvc.IModelBinder"/>.
|
428
|
+
</summary>
|
429
|
+
</member>
|
430
|
+
<member name="T:MvcTurbine.Web.Controllers.TurbineActionInvoker">
|
431
|
+
<summary>
|
432
|
+
Defines a custom <see cref="T:System.Web.Mvc.ControllerActionInvoker"/> to use that will
|
433
|
+
infer actions that are not defined.
|
434
|
+
</summary>
|
435
|
+
</member>
|
436
|
+
<member name="F:MvcTurbine.Web.Controllers.TurbineActionInvoker.filterFinder">
|
437
|
+
<summary>
|
438
|
+
Same <see cref="T:MvcTurbine.Web.Controllers.IFilterFinder"/> for all actions
|
439
|
+
</summary>
|
440
|
+
</member>
|
441
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineActionInvoker.#ctor(MvcTurbine.ComponentModel.IServiceLocator)">
|
442
|
+
<summary>
|
443
|
+
Creates a new instance of the <see cref="T:System.Web.Mvc.ControllerActionInvoker"/> that
|
444
|
+
provides action execution for the controller
|
445
|
+
</summary>
|
446
|
+
<param name="locator"></param>
|
447
|
+
</member>
|
448
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineActionInvoker.FindAction(System.Web.Mvc.ControllerContext,System.Web.Mvc.ControllerDescriptor,System.String)">
|
449
|
+
<summary>
|
450
|
+
Finds the action for the controller, if not it is inferred.
|
451
|
+
</summary>
|
452
|
+
<param name="controllerContext"></param>
|
453
|
+
<param name="controllerDescriptor"></param>
|
454
|
+
<param name="actionName"></param>
|
455
|
+
<returns></returns>
|
456
|
+
</member>
|
457
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineActionInvoker.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)">
|
458
|
+
<summary>
|
459
|
+
Gets the filters for the current <see cref="T:System.Web.Mvc.ActionDescriptor"/>.
|
460
|
+
</summary>
|
461
|
+
<param name="controllerContext"></param>
|
462
|
+
<param name="actionDescriptor"></param>
|
463
|
+
<returns></returns>
|
464
|
+
</member>
|
465
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineActionInvoker.InjectDependenciesIntoFilters(System.Web.Mvc.FilterInfo)">
|
466
|
+
<summary>
|
467
|
+
For each of the filters (excluding controllers) associated with the action, inject any dependencies for them.
|
468
|
+
</summary>
|
469
|
+
<param name="filters"></param>
|
470
|
+
</member>
|
471
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineActionInvoker.GetFilterFinder">
|
472
|
+
<summary>
|
473
|
+
Gets the registered <see cref="T:MvcTurbine.Web.Controllers.IFilterFinder"/>.
|
474
|
+
</summary>
|
475
|
+
<returns></returns>
|
476
|
+
</member>
|
477
|
+
<member name="P:MvcTurbine.Web.Controllers.TurbineActionInvoker.ServiceLocator">
|
478
|
+
<summary>
|
479
|
+
Gets the current instance of <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/>.
|
480
|
+
</summary>
|
481
|
+
</member>
|
482
|
+
<member name="T:MvcTurbine.Web.Controllers.TurbineControllerFactory">
|
483
|
+
<summary>
|
484
|
+
Controller Factory class for instantiating controllers using the Windsor IoC container.
|
485
|
+
</summary>
|
486
|
+
</member>
|
487
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineControllerFactory.#ctor(MvcTurbine.ComponentModel.IServiceLocator)">
|
488
|
+
<summary>
|
489
|
+
Creates a new instance of the <see cref="T:MvcTurbine.Web.Controllers.TurbineControllerFactory"/> class.
|
490
|
+
</summary>
|
491
|
+
<param name="serviceLocator">The <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> to use when
|
492
|
+
creating controllers.</param>
|
493
|
+
</member>
|
494
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineControllerFactory.GetControllerInstance(System.Web.Routing.RequestContext,System.Type)">
|
495
|
+
<summary>
|
496
|
+
Provides the implementation of <see cref="T:System.Web.Mvc.IController"/> from the current
|
497
|
+
<see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/>.
|
498
|
+
</summary>
|
499
|
+
<param name="requestContext">Request context for the current request.</param>
|
500
|
+
<param name="controllerType">Type of controller to search for.</param>
|
501
|
+
<returns>An instance of <see cref="T:System.Web.Mvc.IController"/> from the container.</returns>
|
502
|
+
</member>
|
503
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineControllerFactory.ReleaseController(System.Web.Mvc.IController)">
|
504
|
+
<summary>
|
505
|
+
Releases the controller by giving it back to <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/>.
|
506
|
+
</summary>
|
507
|
+
<param name="controller">Controller to dispose.</param>
|
508
|
+
</member>
|
509
|
+
<member name="M:MvcTurbine.Web.Controllers.TurbineControllerFactory.GetActionInvoker">
|
510
|
+
<summary>
|
511
|
+
Gets the registered <see cref="T:System.Web.Mvc.IActionInvoker"/> within the system.
|
512
|
+
</summary>
|
513
|
+
<returns></returns>
|
514
|
+
</member>
|
515
|
+
<member name="P:MvcTurbine.Web.Controllers.TurbineControllerFactory.ServiceLocator">
|
516
|
+
<summary>
|
517
|
+
Gets the current instance of <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> for the factory.
|
518
|
+
</summary>
|
519
|
+
</member>
|
520
|
+
<member name="T:MvcTurbine.Web.Controllers.InjectableFilterAttribute">
|
521
|
+
<summary>
|
522
|
+
Defines the common attribute to use for injectable filters.
|
523
|
+
</summary>
|
524
|
+
</member>
|
525
|
+
<member name="P:MvcTurbine.Web.Controllers.InjectableFilterAttribute.FilterType">
|
526
|
+
<summary>
|
527
|
+
Gets the type of the filter associated with the attribute.
|
528
|
+
</summary>
|
529
|
+
</member>
|
530
|
+
<member name="T:MvcTurbine.Web.Models.IFilterableModelBinder">
|
531
|
+
<summary>
|
532
|
+
Defines a common interface for checking whether a <see cref="T:System.Web.Mvc.IModelBinder"/> should
|
533
|
+
be applied to a specified model.
|
534
|
+
</summary>
|
535
|
+
</member>
|
536
|
+
<member name="M:MvcTurbine.Web.Models.IFilterableModelBinder.SupportsModelType(System.Type)">
|
537
|
+
<summary>
|
538
|
+
Checks whether the current instance supports the specified type.
|
539
|
+
</summary>
|
540
|
+
<param name="modelType">Type to check against.</param>
|
541
|
+
<returns>True of they're the same, false otherwise.</returns>
|
542
|
+
</member>
|
543
|
+
<member name="T:MvcTurbine.Web.Models.TurbineModelBinder">
|
544
|
+
<summary>
|
545
|
+
Default <see cref="T:System.Web.Mvc.IModelBinder"/> to use within an application.
|
546
|
+
</summary>
|
547
|
+
</member>
|
548
|
+
<member name="F:MvcTurbine.Web.Models.TurbineModelBinder.modelBinders">
|
549
|
+
<summary>
|
550
|
+
Cache list for the model binders to use
|
551
|
+
</summary>
|
552
|
+
</member>
|
553
|
+
<member name="M:MvcTurbine.Web.Models.TurbineModelBinder.#ctor(MvcTurbine.ComponentModel.IServiceLocator)">
|
554
|
+
<summary>
|
555
|
+
Default constructor
|
556
|
+
</summary>
|
557
|
+
<param name="locator"></param>
|
558
|
+
</member>
|
559
|
+
<member name="M:MvcTurbine.Web.Models.TurbineModelBinder.BindModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)">
|
560
|
+
<summary>
|
561
|
+
Processes the registered <see cref="T:System.Web.Mvc.IModelBinder"/> within the <see cref="P:MvcTurbine.Web.Models.TurbineModelBinder.ServiceLocator"/>.
|
562
|
+
</summary>
|
563
|
+
<param name="controllerContext"></param>
|
564
|
+
<param name="bindingContext"></param>
|
565
|
+
<returns></returns>
|
566
|
+
</member>
|
567
|
+
<member name="M:MvcTurbine.Web.Models.TurbineModelBinder.GetRegisteredModelBinders">
|
568
|
+
<summary>
|
569
|
+
Gets the current registered <see cref="T:MvcTurbine.Web.Models.IFilterableModelBinder"/> instances from the container
|
570
|
+
and caches them.
|
571
|
+
</summary>
|
572
|
+
<returns>Cached list of <see cref="T:MvcTurbine.Web.Models.IFilterableModelBinder"/>, if cache null, <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/>
|
573
|
+
is queried and results are cached.</returns>
|
574
|
+
</member>
|
575
|
+
<member name="P:MvcTurbine.Web.Models.TurbineModelBinder.ServiceLocator">
|
576
|
+
<summary>
|
577
|
+
Gets the current ServiceLocator associated with this binder
|
578
|
+
</summary>
|
579
|
+
</member>
|
580
|
+
<member name="T:MvcTurbine.Web.Properties.Resources">
|
581
|
+
<summary>
|
582
|
+
A strongly-typed resource class, for looking up localized strings, etc.
|
583
|
+
</summary>
|
584
|
+
</member>
|
585
|
+
<member name="P:MvcTurbine.Web.Properties.Resources.ResourceManager">
|
586
|
+
<summary>
|
587
|
+
Returns the cached ResourceManager instance used by this class.
|
588
|
+
</summary>
|
589
|
+
</member>
|
590
|
+
<member name="P:MvcTurbine.Web.Properties.Resources.Culture">
|
591
|
+
<summary>
|
592
|
+
Overrides the current thread's CurrentUICulture property for all
|
593
|
+
resource lookups using this strongly typed resource class.
|
594
|
+
</summary>
|
595
|
+
</member>
|
596
|
+
<member name="P:MvcTurbine.Web.Properties.Resources.ServiceLocatorExceptionMessage">
|
597
|
+
<summary>
|
598
|
+
Looks up a localized string similar to MVC Turbine cannot start!
|
599
|
+
You need to specify a valid IServiceLocator for the system to use!
|
600
|
+
|
601
|
+
Check the result of your registered ServiceLocatorProvider to see if it's valid..
|
602
|
+
</summary>
|
603
|
+
</member>
|
604
|
+
<member name="P:MvcTurbine.Web.Properties.Resources.ServiceLocatorProviderExceptionMessage">
|
605
|
+
<summary>
|
606
|
+
Looks up a localized string similar to MVC Turbine cannot start!
|
607
|
+
You must specify a ServiceLocatorProvider to resolve a IServiceLocator for the system to use. To specify a ServiceLocatorProvider, make sure you call
|
608
|
+
|
609
|
+
ServiceLocatorManager.SetLocatorProvider(() => YOUR PROVIDER)
|
610
|
+
|
611
|
+
Within the static constructor of your Global.asax.
|
612
|
+
</summary>
|
613
|
+
</member>
|
614
|
+
<member name="T:MvcTurbine.Web.RotorContext">
|
615
|
+
<summary>
|
616
|
+
Defines the default flow of a <see cref="T:MvcTurbine.Web.TurbineApplication"/> instance.
|
617
|
+
</summary>
|
618
|
+
</member>
|
619
|
+
<member name="M:MvcTurbine.Web.RotorContext.#ctor(MvcTurbine.ITurbineApplication)">
|
620
|
+
<summary>
|
621
|
+
Default constructor
|
622
|
+
</summary>
|
623
|
+
</member>
|
624
|
+
<member name="M:MvcTurbine.Web.RotorContext.Dispose">
|
625
|
+
<summary>
|
626
|
+
Cleans up the current <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> associated with the context.
|
627
|
+
</summary>
|
628
|
+
</member>
|
629
|
+
<member name="M:MvcTurbine.Web.RotorContext.Initialize(MvcTurbine.ITurbineApplication)">
|
630
|
+
<summary>
|
631
|
+
Initializes the current context by auto-registering the default components.
|
632
|
+
</summary>
|
633
|
+
</member>
|
634
|
+
<member name="M:MvcTurbine.Web.RotorContext.Turn">
|
635
|
+
<summary>
|
636
|
+
Executes the current context.
|
637
|
+
</summary>
|
638
|
+
</member>
|
639
|
+
<member name="M:MvcTurbine.Web.RotorContext.GetAllBlades">
|
640
|
+
<summary>
|
641
|
+
Gets the list of components that are to be used for the application.
|
642
|
+
</summary>
|
643
|
+
<returns>A list of the components registered with the application.</returns>
|
644
|
+
</member>
|
645
|
+
<member name="M:MvcTurbine.Web.RotorContext.LoadAssembliesIntoAppDomain">
|
646
|
+
<summary>
|
647
|
+
Loads the assemblies from the <see cref="P:System.Web.HttpRuntime.BinDirectory"/> into the
|
648
|
+
<see cref="P:System.AppDomain.CurrentDomain"/> to make the auto-registration process work after an AppPool reset.
|
649
|
+
</summary>
|
650
|
+
</member>
|
651
|
+
<member name="M:MvcTurbine.Web.RotorContext.InitializeBlades">
|
652
|
+
<summary>
|
653
|
+
Initializes the registered <see cref="T:MvcTurbine.Blades.Blade"/> instances.
|
654
|
+
</summary>
|
655
|
+
</member>
|
656
|
+
<member name="M:MvcTurbine.Web.RotorContext.RunBlades">
|
657
|
+
<summary>
|
658
|
+
Executes the registered <see cref="T:MvcTurbine.Blades.Blade"/> instances.
|
659
|
+
</summary>
|
660
|
+
</member>
|
661
|
+
<member name="M:MvcTurbine.Web.RotorContext.PerformBladeAction(System.Action{MvcTurbine.Blades.IBlade})">
|
662
|
+
<summary>
|
663
|
+
Performs the given <see cref="T:System.Action`1"/> for all registered
|
664
|
+
<see cref="T:MvcTurbine.Blades.IBlade"/> in the system.
|
665
|
+
</summary>
|
666
|
+
<param name="bladeAction">Action to perform for each <see cref="T:MvcTurbine.Blades.IBlade"/>.</param>
|
667
|
+
</member>
|
668
|
+
<member name="M:MvcTurbine.Web.RotorContext.AutoRegistrationForBlades">
|
669
|
+
<summary>
|
670
|
+
Queries all the registered <see cref="T:MvcTurbine.Blades.IBlade"/> to see if they implement, <see cref="T:MvcTurbine.ComponentModel.ISupportAutoRegistration"/>
|
671
|
+
then sets them up
|
672
|
+
</summary>
|
673
|
+
</member>
|
674
|
+
<member name="M:MvcTurbine.Web.RotorContext.AutoRegistrationForContext">
|
675
|
+
<summary>
|
676
|
+
Setup registration for "top" level pieces of the application
|
677
|
+
</summary>
|
678
|
+
</member>
|
679
|
+
<member name="M:MvcTurbine.Web.RotorContext.GetCommonBlades">
|
680
|
+
<summary>
|
681
|
+
Gets all the registered <see cref="T:MvcTurbine.Blades.IBlade"/> instances that are not part of the <see cref="T:MvcTurbine.Web.Blades.CoreBlades"/> list.
|
682
|
+
</summary>
|
683
|
+
<returns></returns>
|
684
|
+
</member>
|
685
|
+
<member name="M:MvcTurbine.Web.RotorContext.ProcessManualRegistrations">
|
686
|
+
<summary>
|
687
|
+
Iterates through all the registered <see cref="T:MvcTurbine.ComponentModel.IServiceRegistration"/> instances
|
688
|
+
</summary>
|
689
|
+
</member>
|
690
|
+
<member name="M:MvcTurbine.Web.RotorContext.ProcessAutomaticRegistration(MvcTurbine.ComponentModel.AutoRegistrationList)">
|
691
|
+
<summary>
|
692
|
+
Iterates through all the <see cref="T:MvcTurbine.ComponentModel.ServiceRegistration"/> instances within
|
693
|
+
<paramref name="registrationList"/> and process them with the registered
|
694
|
+
<see cref="T:MvcTurbine.ComponentModel.IAutoRegistrator"/> instance or uses <see cref="T:MvcTurbine.ComponentModel.DefaultAutoRegistrator"/>
|
695
|
+
if one is not registered.
|
696
|
+
</summary>
|
697
|
+
<param name="registrationList">Registrations to process</param>
|
698
|
+
</member>
|
699
|
+
<member name="M:MvcTurbine.Web.RotorContext.GetAutoRegistrator">
|
700
|
+
<summary>
|
701
|
+
Gets the <seealso cref="T:MvcTurbine.ComponentModel.IAutoRegistrator"/> to use. Checks the container first, it one not found, it returns
|
702
|
+
the default one.
|
703
|
+
</summary>
|
704
|
+
<returns></returns>
|
705
|
+
</member>
|
706
|
+
<member name="M:MvcTurbine.Web.RotorContext.GetBinLoader">
|
707
|
+
<summary>
|
708
|
+
Gets the <see cref="T:MvcTurbine.ComponentModel.IBinAssemblyLoader"/> to use. Checks the container first, if one is not fou,d it returns
|
709
|
+
<see cref="T:MvcTurbine.ComponentModel.DefaultBinAssemblyLoader"/>.
|
710
|
+
</summary>
|
711
|
+
<returns></returns>
|
712
|
+
</member>
|
713
|
+
<member name="P:MvcTurbine.Web.RotorContext.ServiceLocator">
|
714
|
+
<summary>
|
715
|
+
Gets or sets the current implementation of <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/>.
|
716
|
+
</summary>
|
717
|
+
</member>
|
718
|
+
<member name="P:MvcTurbine.Web.RotorContext.Application">
|
719
|
+
<summary>
|
720
|
+
Gets or sets the current instance of <see cref="T:MvcTurbine.Web.TurbineApplication"/>.
|
721
|
+
</summary>
|
722
|
+
</member>
|
723
|
+
<member name="T:MvcTurbine.Web.TurbineApplication">
|
724
|
+
<summary>
|
725
|
+
Class that provides the simple IoC support for ASP.NET MVC.
|
726
|
+
</summary>
|
727
|
+
</member>
|
728
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.TurnRotor">
|
729
|
+
<summary>
|
730
|
+
Turns the current context
|
731
|
+
</summary>
|
732
|
+
</member>
|
733
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.Startup">
|
734
|
+
<summary>
|
735
|
+
Performs any startup processing.
|
736
|
+
</summary>
|
737
|
+
</member>
|
738
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.Shutdown">
|
739
|
+
<summary>
|
740
|
+
Shuts down the current application.
|
741
|
+
</summary>
|
742
|
+
</member>
|
743
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.Application_Start(System.Object,System.EventArgs)">
|
744
|
+
<summary>
|
745
|
+
Sets up one-time only execution for the application.
|
746
|
+
</summary>
|
747
|
+
</member>
|
748
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.PostServiceLocatorAcquisition">
|
749
|
+
<summary>
|
750
|
+
Executed after the <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> has been acquired.
|
751
|
+
</summary>
|
752
|
+
</member>
|
753
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.ExecuteContext">
|
754
|
+
<summary>
|
755
|
+
Initializes and execute the current <see cref="T:MvcTurbine.Web.RotorContext"/>.
|
756
|
+
</summary>
|
757
|
+
</member>
|
758
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.Init">
|
759
|
+
<summary>
|
760
|
+
Initializes the current <see cref="T:System.Web.HttpApplication"/>.
|
761
|
+
</summary>
|
762
|
+
</member>
|
763
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.InitializeHttpModules">
|
764
|
+
<summary>
|
765
|
+
Initializes all the registered <see cref="T:System.Web.IHttpModule"/> instances.
|
766
|
+
</summary>
|
767
|
+
<remarks>
|
768
|
+
This code has to live here in order for the pieces to work correctly with
|
769
|
+
the ASP.NET runtime on IIS6/7.
|
770
|
+
</remarks>
|
771
|
+
</member>
|
772
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.Application_End">
|
773
|
+
<summary>
|
774
|
+
Tears down, one-time only, the application.
|
775
|
+
</summary>
|
776
|
+
</member>
|
777
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.ShutdownContext">
|
778
|
+
<summary>
|
779
|
+
Shuts down the <see cref="P:MvcTurbine.Web.TurbineApplication.CurrentContext"/> and handles all pieces of cleanup.
|
780
|
+
</summary>
|
781
|
+
</member>
|
782
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.GetContext">
|
783
|
+
<summary>
|
784
|
+
Gets the instance of <see cref="T:MvcTurbine.Web.RotorContext"/> that is registered with the
|
785
|
+
<see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/>.
|
786
|
+
</summary>
|
787
|
+
<returns>The registered <see cref="T:MvcTurbine.Web.RotorContext"/>, otherwise a default <see cref="T:MvcTurbine.Web.RotorContext"/> is used.</returns>
|
788
|
+
</member>
|
789
|
+
<member name="M:MvcTurbine.Web.TurbineApplication.GetServiceLocator">
|
790
|
+
<summary>
|
791
|
+
Gets the instance of <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> that is registered with
|
792
|
+
<see cref="M:MvcTurbine.ComponentModel.ServiceLocatorManager.SetLocatorProvider(MvcTurbine.ComponentModel.ServiceLocatorProvider)"/>.
|
793
|
+
</summary>
|
794
|
+
</member>
|
795
|
+
<member name="P:MvcTurbine.Web.TurbineApplication.ServiceLocator">
|
796
|
+
<summary>
|
797
|
+
Gets or sets the current implementation of <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/>
|
798
|
+
the application instance will use.
|
799
|
+
</summary>
|
800
|
+
</member>
|
801
|
+
<member name="P:MvcTurbine.Web.TurbineApplication.CurrentContext">
|
802
|
+
<summary>
|
803
|
+
Gets or sets the current <see cref="T:MvcTurbine.Web.RotorContext"/> for the application instance to use.
|
804
|
+
</summary>
|
805
|
+
</member>
|
806
|
+
<member name="T:MvcTurbine.Web.TypeExtensions">
|
807
|
+
<summary>
|
808
|
+
Extension method classes
|
809
|
+
</summary>
|
810
|
+
</member>
|
811
|
+
<member name="M:MvcTurbine.Web.TypeExtensions.IsMvcFilter(System.Type)">
|
812
|
+
<summary>
|
813
|
+
Checks to see if the specified type is an MVC filter.
|
814
|
+
</summary>
|
815
|
+
<param name="type"></param>
|
816
|
+
<returns></returns>
|
817
|
+
</member>
|
818
|
+
<member name="M:MvcTurbine.Web.TypeExtensions.IsController(System.Type)">
|
819
|
+
<summary>
|
820
|
+
Checks to see if the specified type is a <see cref="T:System.Web.Mvc.IController"/>.
|
821
|
+
</summary>
|
822
|
+
<param name="type"></param>
|
823
|
+
<returns></returns>
|
824
|
+
</member>
|
825
|
+
<member name="T:MvcTurbine.Web.Views.ViewExtensions">
|
826
|
+
<summary>
|
827
|
+
Extensions for <see cref="T:System.Web.Mvc.ViewContext"/> types.
|
828
|
+
</summary>
|
829
|
+
</member>
|
830
|
+
<member name="M:MvcTurbine.Web.Views.ViewExtensions.TurbineApplication(System.Web.Mvc.ViewContext)">
|
831
|
+
<summary>
|
832
|
+
Gets the current <see cref="T:MvcTurbine.ITurbineApplication"/> associated with the MVC application.
|
833
|
+
</summary>
|
834
|
+
<param name="viewContext">Current view context.</param>
|
835
|
+
<returns>Current <see cref="T:MvcTurbine.ITurbineApplication"/> or null if not applicable.</returns>
|
836
|
+
</member>
|
837
|
+
<member name="M:MvcTurbine.Web.Views.ViewExtensions.RotorContext(System.Web.Mvc.ViewContext)">
|
838
|
+
<summary>
|
839
|
+
Gets the current <see cref="T:MvcTurbine.IRotorContext"/> associated with the MVC application.
|
840
|
+
</summary>
|
841
|
+
<param name="controller">Current controller.</param>
|
842
|
+
<returns>Current <see cref="T:MvcTurbine.IRotorContext"/> or null if not applicable.</returns>
|
843
|
+
</member>
|
844
|
+
<member name="M:MvcTurbine.Web.Views.ViewExtensions.ServiceLocator(System.Web.Mvc.ViewContext)">
|
845
|
+
<summary>
|
846
|
+
Gets the current <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> associated with the MVC application.
|
847
|
+
</summary>
|
848
|
+
<param name="controller">Current controller.</param>
|
849
|
+
<returns>Current <see cref="T:MvcTurbine.ComponentModel.IServiceLocator"/> or nul if not applicable</returns>
|
850
|
+
</member>
|
851
|
+
</members>
|
852
|
+
</doc>
|