org.apache.myfaces.tobago.internal.taglib
Class FileItemValidatorTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.ValidatorTag
org.apache.myfaces.tobago.internal.taglib.component.FileItemValidatorTag
org.apache.myfaces.tobago.internal.taglib.FileItemValidatorTag
- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class FileItemValidatorTag
- extends FileItemValidatorTag
JSP Tag class, generated from template tagAbstract1.2.stg
with class
FileItemValidatorTag
.
- See Also:
- Serialized Form
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 |
Methods inherited from class javax.faces.webapp.ValidatorTag |
doStartTag, setBinding, setValidatorId |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileItemValidatorTag
public FileItemValidatorTag()
getContentTypeValue
public String getContentTypeValue()
- Specified by:
getContentTypeValue
in class FileItemValidatorTag
isContentTypeLiteral
public boolean isContentTypeLiteral()
isContentTypeSet
public boolean isContentTypeSet()
- Specified by:
isContentTypeSet
in class FileItemValidatorTag
setContentType
public void setContentType(javax.el.ValueExpression contentType)
getContentTypeAsBindingOrExpression
public Object getContentTypeAsBindingOrExpression()
getContentTypeExpression
public String getContentTypeExpression()
getMaxSizeValue
public String getMaxSizeValue()
- Specified by:
getMaxSizeValue
in class FileItemValidatorTag
isMaxSizeLiteral
public boolean isMaxSizeLiteral()
isMaxSizeSet
public boolean isMaxSizeSet()
- Specified by:
isMaxSizeSet
in class FileItemValidatorTag
setMaxSize
public void setMaxSize(javax.el.ValueExpression maxSize)
getMaxSizeAsBindingOrExpression
public Object getMaxSizeAsBindingOrExpression()
getMaxSizeExpression
public String getMaxSizeExpression()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class javax.faces.webapp.ValidatorTag
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.