public abstract class AbstractElementTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
| Constructor and Description |
|---|
AbstractElementTag(String elementExpression)
Construct a new AbstractElementTag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doTag()
Process the tag.
|
public AbstractElementTag(String elementExpression)
elementExpression - The exression to get the elements 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.Copyright © 2015 Revolution Systems Inc.. All rights reserved.