Class AttachmentDownloadConstants


  • public class AttachmentDownloadConstants
    extends java.lang.Object
    Some constants needed to create attachment download URLs.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTACHMENT_DOWNLOAD_SERVLET_NAME
      Name of the servlet to download an experiment attachment.
      static java.lang.String ATTACHMENT_HOLDER_PARAMETER
      The HTTP URL parameter used to specify the attachment holder.
      static java.lang.String FILE_NAME_PARAMETER
      The HTTP URL parameter used to specify the file name.
      static java.lang.String TECH_ID_PARAMETER
      The HTTP URL parameter used to specify the technical id.
      static java.lang.String VERSION_PARAMETER
      The HTTP URL parameter used to specify the version.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ATTACHMENT_DOWNLOAD_SERVLET_NAME

        public static final java.lang.String ATTACHMENT_DOWNLOAD_SERVLET_NAME
        Name of the servlet to download an experiment attachment.
        See Also:
        Constant Field Values
      • TECH_ID_PARAMETER

        public static final java.lang.String TECH_ID_PARAMETER
        The HTTP URL parameter used to specify the technical id.
        See Also:
        Constant Field Values
      • VERSION_PARAMETER

        public static final java.lang.String VERSION_PARAMETER
        The HTTP URL parameter used to specify the version.
        See Also:
        Constant Field Values
      • FILE_NAME_PARAMETER

        public static final java.lang.String FILE_NAME_PARAMETER
        The HTTP URL parameter used to specify the file name.
        See Also:
        Constant Field Values
      • ATTACHMENT_HOLDER_PARAMETER

        public static final java.lang.String ATTACHMENT_HOLDER_PARAMETER
        The HTTP URL parameter used to specify the attachment holder.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AttachmentDownloadConstants

        public AttachmentDownloadConstants()