winstone.auth
Class RetryRequestParams

java.lang.Object
  extended by winstone.auth.RetryRequestParams
All Implemented Interfaces:
java.io.Serializable

public class RetryRequestParams
extends java.lang.Object
implements java.io.Serializable

This is used by the ACL filter to allow a retry by using a key lookup on old request. It's only used when retrying an old request that was blocked by the ACL filter.

Version:
$Id: RetryRequestParams.java,v 1.2 2007/06/01 15:59:53 rickknowles Exp $
Author:
Rick Knowles
See Also:
Serialized Form

Constructor Summary
RetryRequestParams(ServletRequest request)
          Constructor - this populates the wrapper from the object in session
 
Method Summary
 byte[] getBodyContent()
           
 int getContentLength()
           
 java.lang.String getContentType()
           
 java.lang.String getContextPath()
           
 java.lang.String getEncoding()
           
 java.util.Map getHeaders()
           
 java.util.Locale getLocale()
           
 java.util.Vector getLocales()
           
 java.lang.String getMethod()
           
 java.lang.String getPathInfo()
           
 java.lang.String getProtocol()
           
 java.lang.String getQueryString()
           
 java.lang.String getScheme()
           
 java.lang.String getServletPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryRequestParams

public RetryRequestParams(ServletRequest request)
                   throws java.io.IOException
Constructor - this populates the wrapper from the object in session

Throws:
java.io.IOException
Method Detail

getBodyContent

public byte[] getBodyContent()

getContentLength

public int getContentLength()

getContentType

public java.lang.String getContentType()

getEncoding

public java.lang.String getEncoding()

getHeaders

public java.util.Map getHeaders()

getLocale

public java.util.Locale getLocale()

getLocales

public java.util.Vector getLocales()

getMethod

public java.lang.String getMethod()

getPathInfo

public java.lang.String getPathInfo()

getProtocol

public java.lang.String getProtocol()

getQueryString

public java.lang.String getQueryString()

getScheme

public java.lang.String getScheme()

getServletPath

public java.lang.String getServletPath()

getContextPath

public java.lang.String getContextPath()


Copyright © 2013. All Rights Reserved.