Uses of Class
com.iizix.urn.file.FileURN
Packages that use FileURN Package Description com.iizix.urn.file com.iizix.urn.image Uses of FileURN in com.iizix.urn.file
Methods in com.iizix.urn.file that return FileURN Modifier and Type Method Description static FileURNFileURN. fromExternalFile(java.io.File file)Creates an external File URN from a URI.static FileURNFileURN. fromExternalFile(java.lang.String fileName)Creates an external File URN from a URI.static FileURNFileURN. fromExternalFile(java.net.URI uriFile)Creates an external File URN from a URI.static FileURNFileURN. fromFileResource(URNResourceType type, java.lang.Object id, java.lang.String fileName)Creates a File URN from a string.FileURNFileURNFactory. 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 FileURN in com.iizix.urn.image
Subclasses of FileURN 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.