Package com.iizix.urn.image
Interface IImageURNProvider
- All Superinterfaces:
IFileURNProvider,IURNProvider
- All Known Implementing Classes:
ImageURNProvider
Interface used for the Image URN provider in the server.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptiongetImageTarget(URNResourceType type, String name) Gets the image target reference.Methods inherited from interface com.iizix.urn.IURNProvider
getNID, getResourceTypes, paramString0, parse
Method Details
getImageTarget
Gets the image target reference.- Parameters:
type- The type of URN request.name- The name of the image.- Returns:
- The image target reference, of
nullif not found.