no.sesat.search.view.taglib
Class BoomerangTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
no.sesat.search.view.taglib.BoomerangTag
- All Implemented Interfaces:
- JspTag, SimpleTag
public final class BoomerangTag
- extends SimpleTagSupport
- Version:
|
Method Summary |
void |
doTag()
Called by the container to invoke this tag. |
void |
setParam(String value)
Setter for the param attribute. |
void |
setUrl(String value)
Setter for the url attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoomerangTag
public BoomerangTag()
doTag
public void doTag()
throws JspException
- Called by the container to invoke this tag.
The implementation of this method is provided by the tag library developer,
and handles all tag processing, body iteration, etc.
- Specified by:
doTag in interface SimpleTag- Overrides:
doTag in class SimpleTagSupport
- Throws:
JspException
setUrl
public void setUrl(String value)
- Setter for the url attribute.
setParam
public void setParam(String value)
- Setter for the param attribute.
Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.