ch.security4web.esapi.xss
Class PreRenderViewListener

java.lang.Object
  extended by ch.security4web.esapi.xss.PreRenderViewListener
All Implemented Interfaces:
java.util.EventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListener

public class PreRenderViewListener
extends java.lang.Object
implements javax.faces.event.SystemEventListener

* OWASP Enterprise Security API (ESAPI) This file is part of the Open Web Application Security Project (OWASP) Enterprise Security API (ESAPI) project. For details, please see http://www.owasp.org/index.php/ESAPI. Copyright (c) 2007 - The OWASP Foundation The ESAPI is published by OWASP under the BSD license. You should read and accept the LICENSE before you use, modify, and/or redistribute this software.

Since:
1.0
Version:
2.0
Author:
Rakesh, Dr.Prof.Emmanuel, Matthey Samuel

Constructor Summary
PreRenderViewListener()
           
 
Method Summary
 boolean isListenerForSource(java.lang.Object source)
           
 void processEvent(javax.faces.event.SystemEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreRenderViewListener

public PreRenderViewListener()
Method Detail

processEvent

public void processEvent(javax.faces.event.SystemEvent event)
                  throws javax.faces.event.AbortProcessingException
Specified by:
processEvent in interface javax.faces.event.SystemEventListener
Throws:
javax.faces.event.AbortProcessingException

isListenerForSource

public boolean isListenerForSource(java.lang.Object source)
Specified by:
isListenerForSource in interface javax.faces.event.SystemEventListener