Uses of Interface
com.iizix.urn.IURNProvider
Packages that use IURNProvider Package Description com.iizix.barcode com.iizix.server.wsfile com.iizix.urn com.iizix.urn.file com.iizix.urn.image com.iizix.urn.svg com.iizix.urn.url com.iizix.urn.user Uses of IURNProvider in com.iizix.barcode
Classes in com.iizix.barcode that implement IURNProvider Modifier and Type Class Description class
BarcodeURNFactory
Barcode provider for iizi URN's.Uses of IURNProvider in com.iizix.server.wsfile
Classes in com.iizix.server.wsfile that implement IURNProvider Modifier and Type Class Description class
FileURNProvider
The file URN provider.class
ImageURNProvider
The file URN provider.Uses of IURNProvider in com.iizix.urn
Methods in com.iizix.urn that return IURNProvider Modifier and Type Method Description IURNProvider
URNFactory. getProvider(NID nid)
Gets the service provider for the specified name.Methods in com.iizix.urn with parameters of type IURNProvider Modifier and Type Method Description boolean
URNFactory. register(IURNProvider provider)
Registers a URN provider.Uses of IURNProvider in com.iizix.urn.file
Subinterfaces of IURNProvider in com.iizix.urn.file Modifier and Type Interface Description interface
IFileURNProvider
Interface used for the URN resource provider in the server.Classes in com.iizix.urn.file that implement IURNProvider Modifier and Type Class Description class
FileURNFactory
The File URN provider depends on theURNResourceType
and anidentifier
, where theidentifier
is either aString
forURNResourceType
.Uses of IURNProvider in com.iizix.urn.image
Subinterfaces of IURNProvider in com.iizix.urn.image Modifier and Type Interface Description interface
IImageURNProvider
Interface used for the Image URN provider in the server.Classes in com.iizix.urn.image that implement IURNProvider Modifier and Type Class Description class
ImageURNFactory
Image provider for iizi URN's.Uses of IURNProvider in com.iizix.urn.svg
Classes in com.iizix.urn.svg that implement IURNProvider Modifier and Type Class Description class
SVG_URNFactory
SVG provider for iizi URN's.Uses of IURNProvider in com.iizix.urn.url
Classes in com.iizix.urn.url that implement IURNProvider Modifier and Type Class Description class
URL_URNFactory
URL provider for external URL's.Uses of IURNProvider in com.iizix.urn.user
Classes in com.iizix.urn.user that implement IURNProvider Modifier and Type Class Description class
UserProfileImageURNFactory
User Profile Image provider for IIZI URN's.class
UserProfileStringURNFactory
User Profile String provider for iizi URN's.