com.day.cq.xss.taglib
Class ProtectStringAsAttribute

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.day.cq.xss.taglib.ProtectBody
              extended by com.day.cq.xss.taglib.ProtectStringAsAttribute
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ProtectStringAsAttribute
extends ProtectBody

This class implements a

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.day.cq.xss.taglib.ProtectBody
policy
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ProtectStringAsAttribute()
           
 
Method Summary
 int doAfterBody()
          Executes the XSS removal and sets the cleaned HTML to the request attribute as specified.
 String getName()
          Get the name of the attribute where the result is saved to.
 void setName(String name)
          Set the path to the attribute where the result is saved to.
 
Methods inherited from class com.day.cq.xss.taglib.ProtectBody
getPolicy, setPolicy
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ProtectStringAsAttribute

public ProtectStringAsAttribute()
Method Detail

getName

public String getName()
Get the name of the attribute where the result is saved to.

Returns:
Attribute name

setName

public void setName(String name)
Set the path to the attribute where the result is saved to.

Parameters:
name - Attribute name

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Executes the XSS removal and sets the cleaned HTML to the request attribute as specified.

Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class ProtectBody
Throws:
javax.servlet.jsp.JspException


Copyright © 2009 Day Management AG. All Rights Reserved.