org.chorem.pollen.ui.base
Interface ContextLink

All Known Implementing Classes:
FeedContextLink, ImageContextLink

public interface ContextLink

ContextLink Created: 4 nov. 2009 ContextLink for Link components : HeaderLink, FileLink and Image

Version:
$Revision$ Mise a jour: $Date$ par : $Author$
Author:
fdesbois

Method Summary
 java.lang.String getContextPath()
          ContextPath for the link
 java.io.File getFile(java.lang.String filename)
          Get a file from context with name defined by filename.
 

Method Detail

getContextPath

java.lang.String getContextPath()
ContextPath for the link

Returns:
a String contextPath

getFile

java.io.File getFile(java.lang.String filename)
Get a file from context with name defined by filename.

Parameters:
filename - name of the file to get
Returns:
a File with absolutePath corresponding to contextPath + filename


Copyright © 2009 CodeLutin. All Rights Reserved.