View Javadoc

1   /**
2    * 2008, Digitalis Informatica. All rights reserved.
3    *
4    * Distribuicao e Gestao de Informatica, Lda. Estrada de Paco de Arcos num.9 - Piso -1 2780-666 Paco de Arcos Telefone:
5    * (351) 21 4408990 Fax: (351) 21 4408999 http://www.digitalis.pt
6    */
7   
8   package pt.digitalis.dif.controller.objects;
9   
10  /**
11   * @author Luis Pinto <a href="mailto:lpinto@digitalis.pt">lpinto@digitalis.pt</a><br/>
12   * @created Mar 4, 2010
13   */
14  public class DIFSessionConstants {
15  
16      /** The session key to store the maximum document size that can be upload. Chal makes this verification. */
17      public static final String MAX_DOCUMENT_SIZE = "MaxDocumentSize";
18  }