Type Method
型メソッド
canInitWithURL:
Returns whether a URL handle can be initialized with a given URL.
あるURLハンドルがある与えられたURLで初期化されることができるかどうかを返します。
Declaration
宣言
+ (BOOL)canInitWithURL:(NSURL
*)anURL;
Parameters
パラメータ
aURL
The URL in question.
質問におけるURL。
Return Value
戻り値
YES
if a URL handle can be initialized with aURL
, NO
otherwise.
YES
、もしURLがaURL
で初期化されることが可能ならば、NO
、そうでなければ。
Discussion
議論
Subclasses of NSURLHandle
must override this method to identify which URLs they can service.
NSURLHandle
のサブクラスそれらは、このメソッドをオーバーライドして、それらが奉仕できるのはどのURLか識別しなければなりません。
See Also
参照
Managing subclasses
サブクラスを管理する
+ URLHandleClassForURL:
Returns the class of the URL handle that will be used for a specified URL.
指定されたURLに対して使われるURLハンドルのクラスを返します。
Deprecated
非推奨
+ registerURLHandleClass:
Registers a subclass of NSURLHandle
as an available subclass for handling URLs
NSURLHandle
のあるサブクラスを、URLを取り扱うために利用可能なサブクラスとして登録します。
Deprecated
非推奨