RewriteNameTag Class
- public class RewriteNameTag
extends TagSupport
Tag used to rewrite name's using the current registered URLRewriter via
the URLRewriterService
-
Hierarchy
-
Object
TagSupport
RewriteNameTag
-
All Implemented Interfaces
-
IterationTag
, Serializable
, Tag
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RewriteNameTag
public RewriteNameTag()
doStartTag() Method
public int doStartTag()
throws JspException
Outputs the rewritten name to the response
-
Overrides
-
TagSupport.doStartTag()
Returns
- always returns SKIP_BODY since this tag has no body support
Exceptions
-
JspException
getName() Method
public String
getName()
setName(String) Method
public void setName(String
name)