C# 클래스 JsonFx.Handlers.GlobalizedResourceHandler

상속: System.Web.IHttpHandler
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1

Private Properties

프로퍼티 타입 설명
IHttpHandler void

공개 메소드들

메소드 설명
ExtractGlobalizationKeys ( string script, IList globalizationKeys ) : void
GetKey ( System.Web.Compilation.ResourceExpressionFields fields, string path ) : string
GlobalizedResourceHandler ( bool isDebug, string cacheKey ) : System

Ctor

보호된 메소드들

메소드 설명
GetResourceStrings ( IEnumerable keys, string path ) : object>.IDictionary

비공개 메소드들

메소드 설명
IHttpHandler ( HttpContext context ) : void

메소드 상세

ExtractGlobalizationKeys() 공개 정적인 메소드

public static ExtractGlobalizationKeys ( string script, IList globalizationKeys ) : void
script string
globalizationKeys IList
리턴 void

GetKey() 공개 정적인 메소드

public static GetKey ( System.Web.Compilation.ResourceExpressionFields fields, string path ) : string
fields System.Web.Compilation.ResourceExpressionFields
path string
리턴 string

GetResourceStrings() 보호된 메소드

protected GetResourceStrings ( IEnumerable keys, string path ) : object>.IDictionary
keys IEnumerable
path string
리턴 object>.IDictionary

GlobalizedResourceHandler() 공개 메소드

Ctor
public GlobalizedResourceHandler ( bool isDebug, string cacheKey ) : System
isDebug bool
cacheKey string
리턴 System