public class EncodeForURLTag extends BaseEncodeTag
| Constructor and Description |
|---|
EncodeForURLTag() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
encode(String content,
Encoder enc)
Encode tag's content for usage in a URL.
|
doAfterBodydoEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected String encode(String content, Encoder enc) throws javax.servlet.jsp.JspTagException
encode in class BaseEncodeTagcontent - The tag's content as a Stringenc - Encoder used to call
Encoder.encodeForURL(String)EncodingException - if Encoder.encodeForURL(String) does.javax.servlet.jsp.JspTagExceptionCopyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.