Class FileItemValidator

java.lang.Object
org.apache.myfaces.tobago.validator.FileItemValidator
All Implemented Interfaces:
EventListener, javax.faces.component.StateHolder, javax.faces.validator.Validator

public class FileItemValidator extends Object implements javax.faces.validator.Validator, javax.faces.component.StateHolder

FileItemValidator is a Validator that checks the FileItem in the value of the associated component.

  • Field Details

  • Constructor Details

    • FileItemValidator

      public FileItemValidator()
      No-arg constructor used during restoreState
  • Method Details

    • validate

      public void validate(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Object value) throws javax.faces.validator.ValidatorException
      Specified by:
      validate in interface javax.faces.validator.Validator
      Throws:
      javax.faces.validator.ValidatorException
    • getMaxSize

      public int getMaxSize()
    • setMaxSize

      public void setMaxSize(int maxSize)
    • getContentType

      public String[] getContentType()
    • setContentType

      public void setContentType(String[] contentType)
    • saveState

      public Object saveState(javax.faces.context.FacesContext context)
      Specified by:
      saveState in interface javax.faces.component.StateHolder
    • restoreState

      public void restoreState(javax.faces.context.FacesContext context, Object state)
      Specified by:
      restoreState in interface javax.faces.component.StateHolder
    • isTransient

      public boolean isTransient()
      Specified by:
      isTransient in interface javax.faces.component.StateHolder
    • setTransient

      public void setTransient(boolean newTransientValue)
      Specified by:
      setTransient in interface javax.faces.component.StateHolder