org.apache.myfaces.application
Class _SystemEventServletResponse
java.lang.Object
org.apache.myfaces.application._SystemEventServletResponse
- All Implemented Interfaces:
- javax.servlet.ServletResponse
public class _SystemEventServletResponse
- extends java.lang.Object
- implements javax.servlet.ServletResponse
- Version:
- $Revision$ $Date$
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 |
_SystemEventServletResponse
public _SystemEventServletResponse()
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interface javax.servlet.ServletResponse
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType
in interface javax.servlet.ServletResponse
getOutputStream
public javax.servlet.ServletOutputStream getOutputStream()
throws java.io.IOException
- Specified by:
getOutputStream
in interface javax.servlet.ServletResponse
- Throws:
java.io.IOException
getWriter
public java.io.PrintWriter getWriter()
throws java.io.IOException
- Specified by:
getWriter
in interface javax.servlet.ServletResponse
- Throws:
java.io.IOException
setCharacterEncoding
public void setCharacterEncoding(java.lang.String s)
- Specified by:
setCharacterEncoding
in interface javax.servlet.ServletResponse
setContentLength
public void setContentLength(int i)
- Specified by:
setContentLength
in interface javax.servlet.ServletResponse
setContentType
public void setContentType(java.lang.String s)
- Specified by:
setContentType
in interface javax.servlet.ServletResponse
setBufferSize
public void setBufferSize(int i)
- Specified by:
setBufferSize
in interface javax.servlet.ServletResponse
getBufferSize
public int getBufferSize()
- Specified by:
getBufferSize
in interface javax.servlet.ServletResponse
flushBuffer
public void flushBuffer()
throws java.io.IOException
- Specified by:
flushBuffer
in interface javax.servlet.ServletResponse
- Throws:
java.io.IOException
resetBuffer
public void resetBuffer()
- Specified by:
resetBuffer
in interface javax.servlet.ServletResponse
isCommitted
public boolean isCommitted()
- Specified by:
isCommitted
in interface javax.servlet.ServletResponse
reset
public void reset()
- Specified by:
reset
in interface javax.servlet.ServletResponse
setLocale
public void setLocale(java.util.Locale locale)
- Specified by:
setLocale
in interface javax.servlet.ServletResponse
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale
in interface javax.servlet.ServletResponse
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.