protected class InsertTag.DirectStringHandler extends java.lang.Object implements InsertTag.TagHandler
| Constructor and Description |
|---|
DirectStringHandler(java.lang.Object value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag()
Print String in page output stream.
|
int |
doStartTag()
Do nothing, there is no context for a direct string.
|
void |
putAttribute(java.lang.String name,
java.lang.Object value)
Add attribute to sub context.
|
public DirectStringHandler(java.lang.Object value)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface InsertTag.TagHandlerjavax.servlet.jsp.JspExceptionpublic void putAttribute(java.lang.String name,
java.lang.Object value)
putAttribute in interface InsertTag.TagHandlerpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface InsertTag.TagHandlerjavax.servlet.jsp.JspExceptionCopyright © 2000–2025 Apache Software Foundation. All rights reserved.