Package org.eclnt.jsfserver.util.webappfiles


package org.eclnt.jsfserver.util.webappfiles
  • Classes
    Class
    Description
    Access to directory structure of all files of a web applicaiton - consisting out of:

    1. files from web content ("classical web application resources")

    2. files from resources that are loaded via class loader

    Because a class loader does not support querying of directory structures there is a special mechanism to overcome: a jar file can include a file "/eclntdirectoryinfo.xml" in which the directories of the jar file (or at least the ones that should be managed here) are published.