net.fckeditor.tool
Class UtilsResponse

java.lang.Object
  extended by net.fckeditor.tool.UtilsResponse

public class UtilsResponse
extends java.lang.Object

Some static helper methods in conjunction with the servlet response.

Version:
$Id: UtilsResponse.java 3840 2009-07-08 20:29:46Z mosipov $

Constructor Summary
UtilsResponse()
           
 
Method Summary
static java.lang.String constructResponseUrl(javax.servlet.http.HttpServletRequest request, ResourceTypeHandler resourceType, java.lang.String urlPath, boolean prependContextPath, boolean fullUrl)
          Constructs a URL from different parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilsResponse

public UtilsResponse()
Method Detail

constructResponseUrl

public static java.lang.String constructResponseUrl(javax.servlet.http.HttpServletRequest request,
                                                    ResourceTypeHandler resourceType,
                                                    java.lang.String urlPath,
                                                    boolean prependContextPath,
                                                    boolean fullUrl)
Constructs a URL from different parameters. This method is about to change in version 2.5.

Parameters:
request -
resourceType -
urlPath -
prependContextPath -
fullUrl -
Returns:
constructed url


Copyright © 2004-2009 Frederico Caldeira Knabben. All Rights Reserved.