Uses of Class
com.iizix.urn.URN
Packages that use URN 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 URN in com.iizix.barcode
Subclasses of URN in com.iizix.barcode Modifier and Type Class Description class
BarcodeURN
Barcode Uniform Resource Naming (URN) instance class, holding the barcode type and data string.Methods in com.iizix.barcode that return URN Modifier and Type Method Description URN
BarcodeURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.Uses of URN in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return URN Modifier and Type Method Description URN
FileURNProvider. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.URN
ImageURNProvider. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.Uses of URN in com.iizix.urn
Subclasses of URN in com.iizix.urn Modifier and Type Class Description class
URNResource
The URN resource contains information of for local server environment from where it was originated.Methods in com.iizix.urn that return URN Modifier and Type Method Description static URN
URN. from(java.lang.String urnString)
Helper method that creates aURNResource
from a String.URN
URNFactory. from(java.lang.String urnString)
Creates aURN
from a String.URN
IURNProvider. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.Uses of URN in com.iizix.urn.file
Subclasses of URN in com.iizix.urn.file Modifier and Type Class Description class
FileURN
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.image Modifier and Type Class Description class
ImageURN
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 URN Modifier and Type Method Description URN
ImageURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.Uses of URN in com.iizix.urn.svg
Subclasses of URN in com.iizix.urn.svg Modifier and Type Class Description class
SVG_URN
SVG image Uniform Resource Naming (URN) instance class, holding the SVG data.Methods in com.iizix.urn.svg that return URN Modifier and Type Method Description URN
SVG_URNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.Uses of URN in com.iizix.urn.url
Subclasses of URN in com.iizix.urn.url Modifier and Type Class Description class
URL_URN
URL Uniform Resource Naming (URN) instance class, holding the URL.Methods in com.iizix.urn.url that return URN Modifier and Type Method Description URN
URL_URNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.Uses of URN in com.iizix.urn.user
Subclasses of URN in com.iizix.urn.user Modifier and Type Class Description class
UserProfileImageURN
User Profile Image Uniform Resource Naming (URN) instance class, holding various User Profile Image of the requested type.class
UserProfileStringURN
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 URN Modifier and Type Method Description URN
UserProfileImageURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.URN
UserProfileStringURNFactory. parse(java.lang.String urnString, java.lang.String nss, java.lang.String req, java.lang.String query, java.lang.String fragment)
Parses the URN after the NID specification, i.e.