Uses of Package
lazyj

  • Classes in lazyj used by lazyj
    Class
    Description
    Holding class for page cache entries
    Wrapper for JDBC connections and collection of useful functions related to database connections.
    Wrapper around a raw database connection.
    Web session wrapper, with a database backend.

    This class will take the database settings from the file "dbsessions.properties" that is found in the folder specified by the system property "lazyj.config.folder".
    Probably the most important class in the world :)

    This class is a wrapper over the original HttpServlet, adding caching and run time limit for the servlets.
    Utility class to process enhanced .properties file.

    Such a file can have a special "include" key, which is a list of comma-separated file names (without the .properties extension) relative to the same base folder.

    Each value can contain constructions like: ${other_key} , to include the value of another key in that place This object can monitor an underlying file for modifications and automatically reload the contents of the file when it detects changes.