net.stepniak.picheese
Class PicheeseConst

java.lang.Object
  extended by net.stepniak.picheese.PicheeseConst

public class PicheeseConst
extends Object


Field Summary
static int ALLOWED_IMAGE_SIZE
           
static String[] ALLOWED_MIME_TYPE
           
static String IMAGE_DEFAULT_MIME_TYPE
           
static String IMAGE_DEFAULT_TYPE
           
static long KEY_EXPIRATION_TIME
           
static int KEY_LENGHT
           
static int[] NORMAL_SIZE
           
static int PHOTOS_COMMENT_LENGHT
           
static int PHOTOS_DESCRIPTION_LENGHT
           
static int PHOTOS_TITLE_LENGHT
           
static long SESSION_EXPIRATION_TIME
           
static int SESSION_LENGHT
           
static int[] THUMBNAIL_SIZE
           
static int USER_EMAIL_LENGHT
           
static int USER_ID_LENGHT
           
static int USER_NAME_LENGHT
           
 
Constructor Summary
PicheeseConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAGE_DEFAULT_TYPE

public static final String IMAGE_DEFAULT_TYPE
See Also:
Constant Field Values

IMAGE_DEFAULT_MIME_TYPE

public static final String IMAGE_DEFAULT_MIME_TYPE
See Also:
Constant Field Values

THUMBNAIL_SIZE

public static final int[] THUMBNAIL_SIZE

NORMAL_SIZE

public static final int[] NORMAL_SIZE

ALLOWED_MIME_TYPE

public static final String[] ALLOWED_MIME_TYPE

ALLOWED_IMAGE_SIZE

public static final int ALLOWED_IMAGE_SIZE
See Also:
Constant Field Values

KEY_EXPIRATION_TIME

public static final long KEY_EXPIRATION_TIME
See Also:
Constant Field Values

KEY_LENGHT

public static final int KEY_LENGHT
See Also:
Constant Field Values

PHOTOS_DESCRIPTION_LENGHT

public static final int PHOTOS_DESCRIPTION_LENGHT
See Also:
Constant Field Values

PHOTOS_TITLE_LENGHT

public static final int PHOTOS_TITLE_LENGHT
See Also:
Constant Field Values

PHOTOS_COMMENT_LENGHT

public static final int PHOTOS_COMMENT_LENGHT
See Also:
Constant Field Values

USER_NAME_LENGHT

public static final int USER_NAME_LENGHT
See Also:
Constant Field Values

USER_EMAIL_LENGHT

public static final int USER_EMAIL_LENGHT
See Also:
Constant Field Values

SESSION_EXPIRATION_TIME

public static final long SESSION_EXPIRATION_TIME
See Also:
Constant Field Values

SESSION_LENGHT

public static final int SESSION_LENGHT
See Also:
Constant Field Values

USER_ID_LENGHT

public static final int USER_ID_LENGHT
See Also:
Constant Field Values
Constructor Detail

PicheeseConst

public PicheeseConst()


Copyright © 2013. All Rights Reserved.