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 classBarcodeURNBarcode 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 URNBarcodeURNFactory. 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 URNFileURNProvider. 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.URNImageURNProvider. 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 classURNResourceThe 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 URNURN. from(java.lang.String urnString)Helper method that creates aURNResourcefrom a String.URNURNFactory. from(java.lang.String urnString)Creates aURNfrom a String.URNIURNProvider. 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 classFileURNFile 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 classImageURNImage 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 URNImageURNFactory. 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 classSVG_URNSVG 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 URNSVG_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 classURL_URNURL Uniform Resource Naming (URN) instance class, holding the URL.Methods in com.iizix.urn.url that return URN Modifier and Type Method Description URNURL_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 classUserProfileImageURNUser Profile Image Uniform Resource Naming (URN) instance class, holding various User Profile Image of the requested type.classUserProfileStringURNUser 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 URNUserProfileImageURNFactory. 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.URNUserProfileStringURNFactory. 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.