|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectSimpleTagSupport
AbstractSimpleTag
Content
public class Content
The Content tag is used to display text, or the result of an expression, to the page.
lastName property.
<netui:content value="${actionForm.lastName}"/>
| Constructor Summary | |
|---|---|
Content()
|
|
| Method Summary | |
|---|---|
void |
doTag()
Render the content. |
String |
getTagName()
Return the name of the Tag. |
void |
setDefaultValue(String defaultValue)
Set the default value of this Content. |
void |
setValue(Object value)
Set the value of this Content. |
| Methods inherited from class AbstractSimpleTag |
|---|
getBufferBody, getHtmlTag, getIdForTagId, getInlineError, getPageContext, getScriptReporter, getUserLocale, hasErrors, registerTagError, registerTagError, reportErrors, rewriteName, setNonEmptyValueAttribute, setRequiredValueAttribute, write |
| Methods inherited from class SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Content()
| Method Detail |
|---|
public String getTagName()
getTagName in interface INetuiTaggetTagName in class AbstractSimpleTag
public void setDefaultValue(String defaultValue)
throws JspException
defaultValue - the default value
JspExceptionpublic void setValue(Object value)
value - the Content value
public void doTag()
throws JspException
doTag in interface SimpleTagdoTag in class SimpleTagSupportJspException - if a JSP exception has occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||