Uses of Class
com.iizix.urn.URN
Package
Description
Uses of URN in com.iizix.barcode
Modifier and TypeClassDescriptionclass
Barcode Uniform Resource Naming (URN) instance class, holding the barcode type and data string.Uses of URN in com.iizix.server.wsfile
Modifier 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
Modifier and TypeClassDescriptionclass
The URN resource contains information of for local server environment from where it was originated.Modifier 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
Modifier 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
Modifier 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.Uses of URN in com.iizix.urn.svg
Modifier and TypeClassDescriptionclass
SVG image Uniform Resource Naming (URN) instance class, holding the SVG data.Uses of URN in com.iizix.urn.url
Modifier and TypeClassDescriptionclass
URL Uniform Resource Naming (URN) instance class, holding the URL.Uses of URN in com.iizix.urn.user
Modifier 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.Modifier 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.