Class UploadActionForm

java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.admin.UploadActionForm
All Implemented Interfaces:
Serializable

public class UploadActionForm extends ecmwf.web.controller.ECMWFActionForm
The Class UploadActionForm.
See Also:
  • Field Summary

    Fields inherited from class ecmwf.web.controller.ECMWFActionForm

    ALLOWED_IN_IDENTIFIER, DATE, DATE_FORMAT_LONG, DATE_FORMAT_MEDIUM, DATE_FORMAT_SHORT, DATE_FORMATS, IDENTIFIER, ISODATE, NUMBER, NUMBER_OTHER, STRING

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the from pos.
    Gets the host.
    Gets the host options.
    Gets the target.
    Gets the text.
    void
    Sets the from pos.
    void
    setHost(String string)
    Sets the host.
    void
    setTarget(String string)
    Sets the target.
    void
    setText(String string)
    Sets the text.

    Methods inherited from class ecmwf.web.controller.ECMWFActionForm

    adaptActionForward, adaptActionForward, addError, addError, addError, checkSize, checkType, cleanErrors, convertToBoolean, convertToDate, convertToDate, convertToInt, convertToLong, convertToString, getErrors, getPathParameter, getPathParameters, isDate, isIdentifier, isIsoDate, isNumber, isNumber, isString, newErrors, newErrors, newErrors, newErrors, nonBlank, nonNull, validateContent, validateContent

    Methods inherited from class org.apache.struts.action.ActionForm

    getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UploadActionForm

      public UploadActionForm()
  • Method Details

    • getHostOptions

      public Collection<Host> getHostOptions()
      Gets the host options.
      Returns:
      the host options
    • getFromPos

      public String getFromPos()
      Gets the from pos.
      Returns:
      the from pos
    • getHost

      public String getHost()
      Gets the host.
      Returns:
      the host
    • getTarget

      public String getTarget()
      Gets the target.
      Returns:
      the target
    • getText

      public String getText()
      Gets the text.
      Returns:
      the text
    • setFromPos

      public void setFromPos(String string)
      Sets the from pos.
      Parameters:
      string - the new from pos
    • setHost

      public void setHost(String string)
      Sets the host.
      Parameters:
      string - the new host
    • setTarget

      public void setTarget(String string)
      Sets the target.
      Parameters:
      string - the new target
    • setText

      public void setText(String string)
      Sets the text.
      Parameters:
      string - the new text