Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
TagSupport
org.apache.struts.taglib.template.InsertTag
public class InsertTag
extends TagSupport
Field Summary | |
private ContentMap |
|
private String |
|
Method Summary | |
int |
|
int |
|
ContentMap |
|
String |
|
void | |
void |
|
private void |
|
void |
|
public int doEndTag() throws JspException
Deprecated. Use Tiles instead.
Process the end tag by including the template.
public int doStartTag() throws JspException
Deprecated. Use Tiles instead.
Process the start tag by pushing this tag's map onto the content map stack. See org.apache.struts.taglib.template.util.ContentMapStack.
public String getTemplate()
Deprecated. Use Tiles instead.
Get the template attribute.
public void put(String name, Content content)
Deprecated. Use Tiles instead.
This method is a convenience for <template:put> tags for putting content into the map.
public void release()
Deprecated. Use Tiles instead.
Reset member values for reuse. This method calls super.release(), which invokes TagSupport.release(), which typically does nothing.
private void saveException(Throwable exception)
Deprecated. Use Tiles instead.
Save the specified exception in request scope if there is not already one present.
- Parameters:
exception
- Exception to be conditionally saved
public void setTemplate(String template)
Deprecated. Use Tiles instead.
Set the template attribute.