|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateImageResolver
Interface contract for the conversion of file name to a fully qualified icon image path for use by templating and scripting engines executing within the repository context.
Generally this contract will be implemented by classes that have access to say the webserver context which can be used to generate an icon image for a specific filename.
Method Summary | |
---|---|
java.lang.String |
resolveImagePathForName(java.lang.String filename,
FileTypeImageSize size)
Resolve the qualified icon image path for the specified filename |
Method Detail |
---|
java.lang.String resolveImagePathForName(java.lang.String filename, FileTypeImageSize size)
filename
- The file name to resolve image path forsize
- Enum representing the size of the image to retrieve
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |