protected class InsertTag.DirectStringHandler extends Object implements InsertTag.TagHandler
| Constructor and Description |
|---|
DirectStringHandler(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(String name,
Object value)
Add attribute to sub context.
|
public DirectStringHandler(Object value)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface InsertTag.TagHandlerjavax.servlet.jsp.JspExceptionpublic void putAttribute(String name, Object value)
putAttribute in interface InsertTag.TagHandlerpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface InsertTag.TagHandlerjavax.servlet.jsp.JspExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.