net.sourceforge.blogentis.utils
Class BlogRequestWrapper

java.lang.Object
  extended byjavax.servlet.ServletRequestWrapper
      extended byjavax.servlet.http.HttpServletRequestWrapper
          extended bynet.sourceforge.blogentis.utils.BlogRequestWrapper
All Implemented Interfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class BlogRequestWrapper
extends javax.servlet.http.HttpServletRequestWrapper


Field Summary
(package private)  MultipartWrapper mreq
           
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
BlogRequestWrapper(javax.servlet.http.HttpServletRequest arg0)
           
 
Method Summary
 java.lang.String getContentType(java.lang.String name)
           
 java.io.File getFile(java.lang.String name)
           
 java.util.Enumeration getFileNames()
           
 java.lang.String getFilesystemName(java.lang.String name)
           
 java.lang.String getPathInfo()
           
 boolean isMultipart()
           
 void setPathInfo(java.lang.String path)
           
 
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
Methods inherited from class javax.servlet.ServletRequestWrapper
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.ServletRequest
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 

Field Detail

mreq

MultipartWrapper mreq
Constructor Detail

BlogRequestWrapper

public BlogRequestWrapper(javax.servlet.http.HttpServletRequest arg0)
Method Detail

setPathInfo

public void setPathInfo(java.lang.String path)

getPathInfo

public java.lang.String getPathInfo()

getFileNames

public java.util.Enumeration getFileNames()

getFilesystemName

public java.lang.String getFilesystemName(java.lang.String name)

getContentType

public java.lang.String getContentType(java.lang.String name)

getFile

public java.io.File getFile(java.lang.String name)

isMultipart

public boolean isMultipart()


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.