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 classBarcodeURNFactoryBarcode 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 classFileURNProviderThe file URN provider.classImageURNProviderThe file URN provider.Uses of IURNProvider in com.iizix.urn
Methods in com.iizix.urn that return IURNProvider Modifier and Type Method Description IURNProviderURNFactory. 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 booleanURNFactory. 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 interfaceIFileURNProviderInterface used for the URN resource provider in the server.Classes in com.iizix.urn.file that implement IURNProvider Modifier and Type Class Description classFileURNFactoryThe File URN provider depends on theURNResourceTypeand anidentifier, where theidentifieris either aStringforURNResourceType.Uses of IURNProvider in com.iizix.urn.image
Subinterfaces of IURNProvider in com.iizix.urn.image Modifier and Type Interface Description interfaceIImageURNProviderInterface used for the Image URN provider in the server.Classes in com.iizix.urn.image that implement IURNProvider Modifier and Type Class Description classImageURNFactoryImage 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 classSVG_URNFactorySVG 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 classURL_URNFactoryURL 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 classUserProfileImageURNFactoryUser Profile Image provider for IIZI URN's.classUserProfileStringURNFactoryUser Profile String provider for iizi URN's.