org.apache.myfaces.application
Class _SystemEventServletRequest
java.lang.Object
org.apache.myfaces.application._SystemEventServletRequest
- All Implemented Interfaces:
- javax.servlet.ServletRequest
public class _SystemEventServletRequest
- extends java.lang.Object
- implements javax.servlet.ServletRequest
- Version:
- $Revision$ $Date$
Dummy request for various system event listeners
the problem with the system event listeners is that they
are triggered often outside of an existing request
hence we have to provide dummy objects
- Author:
- Werner Punz (latest modification by $Author$)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_SystemEventServletRequest
public _SystemEventServletRequest()
getAttribute
public java.lang.Object getAttribute(java.lang.String s)
- Specified by:
getAttribute
in interface javax.servlet.ServletRequest
getAttributeNames
public java.util.Enumeration getAttributeNames()
- Specified by:
getAttributeNames
in interface javax.servlet.ServletRequest
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interface javax.servlet.ServletRequest
setCharacterEncoding
public void setCharacterEncoding(java.lang.String s)
throws java.io.UnsupportedEncodingException
- Specified by:
setCharacterEncoding
in interface javax.servlet.ServletRequest
- Throws:
java.io.UnsupportedEncodingException
getContentLength
public int getContentLength()
- Specified by:
getContentLength
in interface javax.servlet.ServletRequest
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType
in interface javax.servlet.ServletRequest
getInputStream
public javax.servlet.ServletInputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream
in interface javax.servlet.ServletRequest
- Throws:
java.io.IOException
getParameter
public java.lang.String getParameter(java.lang.String s)
- Specified by:
getParameter
in interface javax.servlet.ServletRequest
getParameterNames
public java.util.Enumeration getParameterNames()
- Specified by:
getParameterNames
in interface javax.servlet.ServletRequest
getParameterValues
public java.lang.String[] getParameterValues(java.lang.String s)
- Specified by:
getParameterValues
in interface javax.servlet.ServletRequest
getParameterMap
public java.util.Map getParameterMap()
- Specified by:
getParameterMap
in interface javax.servlet.ServletRequest
getProtocol
public java.lang.String getProtocol()
- Specified by:
getProtocol
in interface javax.servlet.ServletRequest
getScheme
public java.lang.String getScheme()
- Specified by:
getScheme
in interface javax.servlet.ServletRequest
getServerName
public java.lang.String getServerName()
- Specified by:
getServerName
in interface javax.servlet.ServletRequest
getServerPort
public int getServerPort()
- Specified by:
getServerPort
in interface javax.servlet.ServletRequest
getReader
public java.io.BufferedReader getReader()
throws java.io.IOException
- Specified by:
getReader
in interface javax.servlet.ServletRequest
- Throws:
java.io.IOException
getRemoteAddr
public java.lang.String getRemoteAddr()
- Specified by:
getRemoteAddr
in interface javax.servlet.ServletRequest
getRemoteHost
public java.lang.String getRemoteHost()
- Specified by:
getRemoteHost
in interface javax.servlet.ServletRequest
setAttribute
public void setAttribute(java.lang.String s,
java.lang.Object o)
- Specified by:
setAttribute
in interface javax.servlet.ServletRequest
removeAttribute
public void removeAttribute(java.lang.String s)
- Specified by:
removeAttribute
in interface javax.servlet.ServletRequest
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale
in interface javax.servlet.ServletRequest
getLocales
public java.util.Enumeration getLocales()
- Specified by:
getLocales
in interface javax.servlet.ServletRequest
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interface javax.servlet.ServletRequest
getRequestDispatcher
public javax.servlet.RequestDispatcher getRequestDispatcher(java.lang.String s)
- Specified by:
getRequestDispatcher
in interface javax.servlet.ServletRequest
getRealPath
public java.lang.String getRealPath(java.lang.String s)
- Specified by:
getRealPath
in interface javax.servlet.ServletRequest
getRemotePort
public int getRemotePort()
- Specified by:
getRemotePort
in interface javax.servlet.ServletRequest
getLocalName
public java.lang.String getLocalName()
- Specified by:
getLocalName
in interface javax.servlet.ServletRequest
getLocalAddr
public java.lang.String getLocalAddr()
- Specified by:
getLocalAddr
in interface javax.servlet.ServletRequest
getLocalPort
public int getLocalPort()
- Specified by:
getLocalPort
in interface javax.servlet.ServletRequest
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.