ch.security4web.esapi.xss
Class XSSComponent

java.lang.Object
  extended by UIOutput
      extended by ch.security4web.esapi.xss.XSSComponent

* 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
XSSComponent()
          
Method Summary
 void decode(FacesContext context)
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSComponent

public XSSComponent()
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

saveState

public java.lang.Object saveState(FacesContext context)

restoreState

public void restoreState(FacesContext context,
                         java.lang.Object state)

encodeBegin

public void encodeBegin(FacesContext context)
                 throws java.io.IOException
Throws:
java.io.IOException

getFamily

public java.lang.String getFamily()

encodeEnd

public void encodeEnd(FacesContext context)
               throws java.io.IOException
Throws:
java.io.IOException

decode

public void decode(FacesContext context)