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 the IUrlResource.
Since:
8.0.1
Author:
XIMA MEDIA GmbH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getPath(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Returns the final path to the URL resource including the context path and additional parameters.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UrlResource

      public UrlResource(String url)
  • Method Details

    • getPath

      public String getPath(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Description copied from interface: IUrlResource
      Returns the final path to the URL resource including the context path and additional parameters.
      Specified by:
      getPath in interface IUrlResource
      Parameters:
      request - the involved request.
      response - the involved response.
      Returns:
      the final path to the URL resource.