|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.apache.taglibs.rdc.core.ExpandTag
public class ExpandTag
Implements the tag <rdc:expand>Hello from #{model.name}</rdc:expand>. This tag can be used to evaluate text containing expressions that use the custom syntax "#{...}". It is useful in authoring prompt templates that refer to run-time values.
| Constructor Summary | |
|---|---|
ExpandTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
Captures the result of invoking body, Replaces occurrences of #{ with ${, and then evaluates the result using el. |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpandTag()
| Method Detail |
|---|
public void doTag()
throws java.io.IOException,
javax.servlet.jsp.JspException,
javax.servlet.jsp.JspTagException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjava.io.IOException
javax.servlet.jsp.JspException
javax.servlet.jsp.JspTagException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||