org.apache.myfaces.tobago.taglib.component
Interface FileTagDeclaration

All Superinterfaces:
BeanTagDeclaration, HasBinding, HasId, HasIdBindingAndRendered, HasLabel, HasLabelAndAccessKey, HasLabelWithAccessKey, HasOnchange, HasTip, HasValidator, HasValue, HasValueChangeListener, InputTagDeclaration, IsDisabled, IsRendered, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
FileTag

public interface FileTagDeclaration
extends InputTagDeclaration, HasIdBindingAndRendered, IsDisabled, HasLabelAndAccessKey, HasTip

Renders a file input field.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setValue(String value)
          Value binding expression pointing to a org.apache.commons.fileupload.FileItem property to store the uploaded file.
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValidator
setValidator
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasOnchange
setOnchange
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValueChangeListener
setValueChangeListener
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 

Method Detail

setValue

void setValue(String value)
Value binding expression pointing to a org.apache.commons.fileupload.FileItem property to store the uploaded file.

Specified by:
setValue in interface HasValue


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.