Uses of Class
com.iizix.urn.URN
Packages that use URN
Package
Description
Uses of URN in com.iizix.barcode
Subclasses of URN in com.iizix.barcodeModifier and TypeClassDescriptionclass
Barcode Uniform Resource Naming (URN) instance class, holding the barcode type and data string.Methods in com.iizix.barcode that return URNUses of URN in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return URNModifier and TypeMethodDescriptionParses the URN after the NID specification, i.e.Parses the URN after the NID specification, i.e.Uses of URN in com.iizix.urn
Subclasses of URN in com.iizix.urnModifier and TypeClassDescriptionclass
The URN resource contains information of for local server environment from where it was originated.Methods in com.iizix.urn that return URNModifier and TypeMethodDescriptionstatic URN
Helper method that creates aURNResource
from a String.Creates aURN
from a String.Parses the URN after the NID specification, i.e.Uses of URN in com.iizix.urn.file
Subclasses of URN in com.iizix.urn.fileModifier and TypeClassDescriptionclass
File Uniform Resource Naming (URN) instance class, holding a file name referencing a resource type with an identifier.Uses of URN in com.iizix.urn.image
Subclasses of URN in com.iizix.urn.imageModifier and TypeClassDescriptionclass
Image Uniform Resource Naming (URN) instance class, with optional scaling along with options for square or circle display, all processed and cached on the server side.Methods in com.iizix.urn.image that return URNUses of URN in com.iizix.urn.svg
Subclasses of URN in com.iizix.urn.svgModifier and TypeClassDescriptionclass
SVG image Uniform Resource Naming (URN) instance class, holding the SVG data.Methods in com.iizix.urn.svg that return URNUses of URN in com.iizix.urn.url
Subclasses of URN in com.iizix.urn.urlModifier and TypeClassDescriptionclass
URL Uniform Resource Naming (URN) instance class, holding the URL.Methods in com.iizix.urn.url that return URNUses of URN in com.iizix.urn.user
Subclasses of URN in com.iizix.urn.userModifier and TypeClassDescriptionclass
User Profile Image Uniform Resource Naming (URN) instance class, holding various User Profile Image of the requested type.class
User Profile String Uniform Resource Naming (URN) instance class, holding various User Profile strings depending on the requested information.Methods in com.iizix.urn.user that return URNModifier and TypeMethodDescriptionUserProfileImageURNFactory.parse
(String urnString, String nss, String req, String query, String fragment) Parses the URN after the NID specification, i.e.UserProfileStringURNFactory.parse
(String urnString, String nss, String req, String query, String fragment) Parses the URN after the NID specification, i.e.