net.sourceforge.scopes.util
Class ScopesResponseUtils

java.lang.Object
  extended by net.sourceforge.scopes.util.ScopesResponseUtils

public class ScopesResponseUtils
extends java.lang.Object

Utilities to use Scopes with a normal HttpServletResponse.


Method Summary
static java.lang.String appendCookieAttributeToPath(java.lang.String originalPath, java.lang.String attributeEntry)
          Appends a cookie attribute to the path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

appendCookieAttributeToPath

public static java.lang.String appendCookieAttributeToPath(java.lang.String originalPath,
                                                           java.lang.String attributeEntry)
Appends a cookie attribute to the path.

Parameters:
originalPath - The original path that needs to be modified.
attributeEntry - The attribute entry, in the form attribute=value.
Returns:
The modified path.