no.sesat.search.view.taglib
Class TextMessageTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
no.sesat.search.view.taglib.TextMessageTag
- All Implemented Interfaces:
- DynamicAttributes, JspTag, SimpleTag
public final class TextMessageTag
- extends SimpleTagSupport
- implements DynamicAttributes
Wraps functionality found in TextMessages into a custom tag.
- Version:
- $Id: TextMessageTag.java 7225 2009-04-09 00:32:20Z ssmiweve $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextMessageTag
public TextMessageTag()
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
setKey
public void setKey(String value)
- Setter for the key attribute.
- Parameters:
value -
setDynamicAttribute
public void setDynamicAttribute(String uri,
String localName,
Object value)
throws JspException
- Specified by:
setDynamicAttribute in interface DynamicAttributes
- Throws:
JspException
Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.