Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.struts.taglib.tiles.InsertTag.DirectStringHandler
protected class InsertTag.DirectStringHandler
extends java.lang.Object
implements InsertTag.TagHandler
Nested Class Summary |
Field Summary | |
private Object |
|
Constructor Summary | |
|
Method Summary | |
int |
|
int |
|
void |
|
public int doEndTag() throws JspException
Print String in page output stream.
- Specified by:
- doEndTag in interface InsertTag.TagHandler
public int doStartTag() throws JspException
Do nothing, there is no context for a direct string.
- Specified by:
- doStartTag in interface InsertTag.TagHandler
public void putAttribute(String name, Object value)
Add attribute to sub context. Do nothing.
- Specified by:
- putAttribute in interface InsertTag.TagHandler