Package de.xima.fc.mdl.http
Class UrlResource
- java.lang.Object
- 
- de.xima.fc.mdl.http.UrlResource
 
- 
- All Implemented Interfaces:
- IUrlResource
 
 public class UrlResource extends Object implements IUrlResource DEfault implementation of theIUrlResource.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Constructor SummaryConstructors Constructor Description UrlResource(String url)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Returns the final path to the URL resource including thecontext pathand additional parameters.
 
- 
- 
- 
Constructor Detail- 
UrlResourcepublic UrlResource(String url) 
 
- 
 - 
Method Detail- 
getPathpublic String getPath(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Description copied from interface:IUrlResourceReturns the final path to the URL resource including thecontext pathand additional parameters.- Specified by:
- getPathin interface- IUrlResource
- Parameters:
- request- the involved request.
- response- the involved response.
- Returns:
- the final path to the URL resource.
 
 
- 
 
-