org.apache.struts.taglib.tiles
protected class InsertTag.DirectStringHandler extends Object implements InsertTag.TagHandler
| Field Summary | |
|---|---|
| Object | value Object to print as a direct string |
| Constructor Summary | |
|---|---|
| DirectStringHandler(Object value)
Constructor. | |
| Method Summary | |
|---|---|
| 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.
|