VLab Common 1.2

pl.psnc.vlab.management
Class PropertiesFactory

java.lang.Object
  extended by pl.psnc.vlab.management.PropertiesFactory

public class PropertiesFactory
extends java.lang.Object

PropertiesFactory class - collects all the properties which are passed to the application form the Web Server. The list of the properties is the following:

  • key application session key generated by the Vlab portal
  • Author:
    Dominik Stoklosa (~osa~)
    Email address
    osa@man.poznan.pl

    Constructor Summary
    PropertiesFactory()
               
     
    Method Summary
    static java.lang.String getSessionKey()
              Gets the session key property
    static java.lang.String getTimeZone()
              Gets the session key property
    static java.lang.String getVlabInternalDateFormat()
              Getter for property vlabInternalDateFormat.
    static java.lang.String getVlabInternalDateTimeFormat()
              Get the VLab internal date and time format
    static java.lang.String getVlabInternalTimeFormat()
              Get the VLab internal time format
    static boolean isSummerTime()
              Gets the session key property
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    PropertiesFactory

    public PropertiesFactory()
    Method Detail

    getSessionKey

    public static java.lang.String getSessionKey()
    Gets the session key property

    Returns:
    session key for the current application session

    getTimeZone

    public static java.lang.String getTimeZone()
    Gets the session key property

    Returns:
    session key for the current appliaction session

    isSummerTime

    public static boolean isSummerTime()
    Gets the session key property

    Returns:
    session key for the current appliaction session

    getVlabInternalDateFormat

    public static java.lang.String getVlabInternalDateFormat()
    Getter for property vlabInternalDateFormat.

    Returns:
    Value of property vlabInternalDateFormat.

    getVlabInternalTimeFormat

    public static java.lang.String getVlabInternalTimeFormat()
    Get the VLab internal time format

    Returns:
    Value of property vlabInternalTimeFormat.

    getVlabInternalDateTimeFormat

    public static java.lang.String getVlabInternalDateTimeFormat()
    Get the VLab internal date and time format

    Returns:
    Value of property vlabInternalDateFormat.

    VLab Common 1.2

    Copyright 2004 by VLAB Dominik Stoklosa.