org.chorem.pollen.ui.components
Class FeedContextLink

java.lang.Object
  extended by org.chorem.pollen.ui.components.FeedContextLink
All Implemented Interfaces:
ContextLink

public class FeedContextLink
extends Object
implements ContextLink

FeedLink Created: 4 nov. 2009

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

Constructor Summary
FeedContextLink()
           
 
Method Summary
 String getContextPath()
          ContextPath for the link
 File getFile(String filename)
          Get a file from context with name defined by filename.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedContextLink

public FeedContextLink()
Method Detail

getContextPath

public String getContextPath()
Description copied from interface: ContextLink
ContextPath for the link

Specified by:
getContextPath in interface ContextLink
Returns:
a String contextPath

getFile

public File getFile(String filename)
Description copied from interface: ContextLink
Get a file from context with name defined by filename.

Specified by:
getFile in interface ContextLink
Parameters:
filename - name of the file to get
Returns:
a File with absolutePath corresponding to contextPath + filename


Copyright © 2009-2010 CodeLutin. All Rights Reserved.