Mock implementation of ServletContext
.
WARNING - Before you can get meaningful results from calls to the getResource()
, getResourceAsStream()
, getResourcePaths()
, or getRealPath()
methods, you must configure the documentRoot
property, passing in a File
object pointing at a directory that simulates a web application structure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|