public class WebAppPathResolver extends Object implements PathResolver, org.springframework.web.context.ServletContextAware
Title: Web application path resolver
Description: Resolves all the paths using the ServletContext.getRealPath method.
Copyright: Copyright (c) 2004
Company: Jahia Ltd
| Constructor and Description |
|---|
WebAppPathResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
resolvePath(String relativePath)
Resolves a path
|
void |
setServletContext(javax.servlet.ServletContext servletContext) |
public String resolvePath(String relativePath)
PathResolverresolvePath in interface PathResolverrelativePath - Stringpublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwareCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.