info.magnolia.cms.taglibs.util
Class FileSrc

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by info.magnolia.cms.taglibs.util.FileSrc
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

Deprecated. see cms:out.

public class FileSrc
extends javax.servlet.jsp.tagext.TagSupport

Returns informations as path, name or size of a file.

Version:
$Revision $ ($Author $)
Author:
Marcel Salathe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
FileSrc()
          Deprecated.  
 
Method Summary
 int doStartTag()
          Deprecated.  
 void setAtomName(String name)
          Deprecated.  
 void setContainerName(String name)
          Deprecated.  
 void setContentNodeName(String contentNodeName)
          Deprecated.  
 void setFileNameOnly(String value)
          Deprecated.  
 void setNodeDataName(String nodeDataName)
          Deprecated.  
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSrc

public FileSrc()
Deprecated. 
Method Detail

setAtomName

public void setAtomName(String name)
Deprecated. 


setNodeDataName

public void setNodeDataName(String nodeDataName)
Deprecated. 


setContainerName

public void setContainerName(String name)
Deprecated. 


setContentNodeName

public void setContentNodeName(String contentNodeName)
Deprecated. 

If left empty, local contentNode is used as set by contentNodeIterator, otherwise the global contentNode is used.


setFileNameOnly

public void setFileNameOnly(String value)
Deprecated. 

If "true", the file name without the path will be generated.


doStartTag

public int doStartTag()
Deprecated. 
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
See Also:
Tag.doStartTag()


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.