C# Class Ext.Net.HandlerMethods

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
GetHandlerMethods HandlerMethods
GetHandlerMethodsByType HandlerMethods
GetInstanceMethod DirectMethod
GetMethodName string
GetMethods Ext.Net.DirectMethod[]
GetStaticMethod DirectMethod
HandlerMethods System
PutToCache void
RethrowException bool

Private Methods

Method Description
GetHandlerMethods ( HttpContext context, string requestPath ) : HandlerMethods
GetHandlerMethodsByType ( HttpContext context, Type type, string requestPath, bool ignoreCache ) : HandlerMethods
GetInstanceMethod ( string name ) : DirectMethod
GetMethodName ( HttpContext context ) : string
GetMethods ( BindingFlags bindingAttrs ) : Ext.Net.DirectMethod[]
GetStaticMethod ( string name ) : DirectMethod
HandlerMethods ( Type handlerType ) : System
PutToCache ( string path, HttpContext context, string cacheKey, HandlerMethods handlerMethods ) : void
RethrowException ( HttpContext context ) : bool