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 1881 2008-04-02 15:48:23Z mosipov $

Constructor Summary
UtilsResponse()
           
 
Method Summary
static java.lang.String constructResponseUrl(javax.servlet.http.HttpServletRequest request, ResourceTypeHandler resourceType, boolean prependContextPath, boolean fullUrl)
          TODO - document me!
static java.lang.String constructResponseUrl(javax.servlet.http.HttpServletRequest request, ResourceTypeHandler resourceType, java.lang.String urlPath, boolean prependContextPath, boolean fullUrl)
          TODO - document me!
 
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)
TODO - document me!

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

constructResponseUrl

public static java.lang.String constructResponseUrl(javax.servlet.http.HttpServletRequest request,
                                                    ResourceTypeHandler resourceType,
                                                    boolean prependContextPath,
                                                    boolean fullUrl)
TODO - document me!

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


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