org.apache.myfaces.tobago.taglib.component
Class FileItemValidatorTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.ValidatorTag
org.apache.myfaces.tobago.taglib.component.FileItemValidatorTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public abstract class FileItemValidatorTag
- extends ValidatorTag
Register an FileItemValidator instance on the UIComponent
associated with the closest parent UIComponent custom action.
- See Also:
- Serialized Form
| 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()
getMaxSizeValue
public abstract String getMaxSizeValue()
isMaxSizeSet
public abstract boolean isMaxSizeSet()
getContentTypeValue
public abstract String getContentTypeValue()
isContentTypeSet
public abstract boolean isContentTypeSet()
createValidator
protected Validator createValidator()
throws JspException
- Overrides:
createValidator in class ValidatorTag
- Throws:
JspException
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.