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.TagHandler
javax.servlet.jsp.JspException
public void putAttribute(String name, Object value)
putAttribute
in interface InsertTag.TagHandler
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface InsertTag.TagHandler
javax.servlet.jsp.JspException
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.