public abstract class AbstractMapElementTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
| Constructor and Description |
|---|
AbstractMapElementTag(String mapExpression)
Construct a new AbstractElementTag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doTag()
Process the tag.
|
String |
getKey() |
protected abstract void |
serializeObject(Writer out,
Object object) |
void |
setKey(String key) |
public AbstractMapElementTag(String mapExpression)
mapExpression - The exression to get the map containing the element to
write.public void doTag()
throws javax.servlet.jsp.JspException,
IOException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspException - If there was an exception processing the tag.IOException - If an i/o error occurs.public String getKey()
protected abstract void serializeObject(Writer out, Object object) throws IOException
IOExceptionpublic void setKey(String key)
key - The key to set.Copyright © 2015 Revolution Systems Inc.. All rights reserved.