Returns the complete filesystem path for a
given URI
See Also:javax.servlet.ServletContext.getRealPath Parameters: uri - the URI to resolve the full system path of this URI
Returns an URL object for a given URI string.
This URI is considered relative to the context.
Parameters: uri - the URI to resolve as an URL an URL object or null is the uri is malformed or can't be resolved
Same as getResource except that it returns an InputStream
See Also:javax.servlet.ServletContext.getResourceAsStream Parameters: uri - the URI to resolve an InputStream on the URI content or null