expandRelative(String path) Expands a string that points to a relative path or path list,
leaving it as an absolute path based on the servlet context.
It will return null if the text is empty or the config object
is null.
Parameters: path - The String containing a path or path list.
Expands a string that points to a relative path or path list,
leaving it as an absolute path based on the servlet context.
It will return null if the text is empty or the config object
is null.
Parameters: path - The String containing a path or path list. A String with the expanded path or path list.
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.
See Also:javax.servlet.ServletContext.getResource Parameters: uri - the URI to resolve as an URL an URL object or null is the uri is malformed orcan'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