Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
TagSupport
org.apache.struts.taglib.template.GetTag
public class GetTag
extends TagSupport
Field Summary | |
private boolean |
|
private String |
|
private String |
|
Method Summary | |
int |
|
boolean |
|
String |
|
String |
|
void |
|
private void |
|
void |
|
void |
|
void |
|
private boolean flush
Should we flush before including this text?
private String name
The name of the content that this tag includes (or prints).
private String role
The role that the user must be in to retrieve content.
public int doStartTag() throws JspException
Deprecated. Use Tiles instead.
Print content named by setName() or include it, depending on the content's direct attribute.
public boolean getFlush()
Deprecated. Use Tiles instead.
Get the flush-before-include attribute.
public String getName()
Deprecated. Use Tiles instead.
Get the name attribute.
public String getRole()
Deprecated. Use Tiles instead.
Get the role attribute.
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 setFlush(boolean flush)
Deprecated. Use Tiles instead.
Set the flush-before-include property
- Parameters:
flush
- The new flush property
public void setName(String name)
Deprecated. Use Tiles instead.
Set the name attribute
- Parameters:
name
- The name of the content to get.
public void setRole(String role)
Deprecated. Use Tiles instead.
Set the role attribute
- Parameters:
role
- The role the user must be in to retrieve content.