Loads one or more flat application files using the ApplicationFileLoader.
The implementation is lazy, meaning the files will be loaded on the first use and only once.
This implementation search for files using the FileLoader. See ServletWinkApplication that loads files using ServletFileLoader. @see org.apache.wink.common.internal.utils.FileLoader @see org.apache.wink.common.internal.application.ApplicationFileLoader @see org.apache.wink.server.internal.application.ServletWinkApplication
|
|