|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBodyTagSupport
it.eng.spago.taglib.html.BaseHandlerTag
it.eng.spago.taglib.html.LinkTag
it.eng.spago.taglib.html.RewriteTag
public class RewriteTag
Generate a URL-encoded URI as a string.
Field Summary |
---|
Fields inherited from class it.eng.spago.taglib.html.LinkTag |
---|
alias, aliasRelated, anchor, href, indexId, linkName, messages, paramId, paramName, paramScope, property, scope, target, text, transaction, useLocalEncoding |
Fields inherited from class it.eng.spago.taglib.html.BaseHandlerTag |
---|
accesskey, doDisabled, doReadonly, indexed, tabindex |
Constructor Summary | |
---|---|
RewriteTag()
|
Method Summary | |
---|---|
int |
doEndTag()
Ignore the end of this tag. |
int |
doStartTag()
Render the appropriately encoded URI. |
Methods inherited from class it.eng.spago.taglib.html.LinkTag |
---|
calculateURL, doAfterBody, getAnchor, getHref, getIndexId, getLinkName, getParamId, getParamName, getParamScope, getProperty, getScope, getTarget, getTransaction, isUseLocalEncoding, release, setAlias, setAliasRelated, setAnchor, setHref, setIndexId, setLinkName, setParamId, setParamName, setParamScope, setProperty, setScope, setTarget, setTransaction, setUseLocalEncoding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RewriteTag()
Method Detail |
---|
public int doStartTag() throws JspException
doStartTag
in class LinkTag
JspException
- if a JSP exception has occurredpublic int doEndTag() throws JspException
doEndTag
in class LinkTag
JspException
- if a JSP exception has occurred
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |