org.apache.tiles.jsp.taglib
public class InsertTemplateTag extends SimpleTagSupport
Constructor and Description |
---|
InsertTemplateTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
java.lang.String |
getPreparer()
Returns the preparer name.
|
java.lang.String |
getRole()
Returns the role to check.
|
java.lang.String |
getTemplate()
Returns a string representing the URI of a template (for example, a JSP
page).
|
java.lang.String |
getTemplateExpression()
Returns the expression to evaluate to get the value of the template.
|
java.lang.String |
getTemplateType()
Returns the type of the template attribute.
|
boolean |
isFlush()
Returns the flush flag.
|
boolean |
isIgnore()
Returns the ignore flag.
|
void |
setFlush(boolean flush)
Sets the flush flag.
|
void |
setIgnore(boolean ignore)
Sets the ignore flag.
|
void |
setPreparer(java.lang.String preparer)
Sets the preparer name.
|
void |
setRole(java.lang.String role)
Sets the role to check.
|
void |
setTemplate(java.lang.String template)
Sets a string representing the URI of a template (for example, a JSP
page).
|
void |
setTemplateExpression(java.lang.String templateExpression)
Sets the expression to evaluate to get the value of the template.
|
void |
setTemplateType(java.lang.String templateType)
Sets the type of the template attribute.
|
public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- The role to check.public java.lang.String getPreparer()
public void setPreparer(java.lang.String preparer)
preparer
- The preparer name.public boolean isFlush()
true
, current page out stream
is flushed after insertion.public void setFlush(boolean flush)
true
, current page out stream
is flushed after insertion.flush
- The flush flag.public boolean isIgnore()
public void setIgnore(boolean ignore)
ignore
- The ignore flag.public java.lang.String getTemplate()
public void setTemplate(java.lang.String template)
template
- The template URI.public java.lang.String getTemplateType()
public void setTemplateType(java.lang.String templateType)
templateType
- The template type.public java.lang.String getTemplateExpression()
public void setTemplateExpression(java.lang.String templateExpression)
templateExpression
- The template expression.public void doTag() throws JspException, java.io.IOException
JspException
java.io.IOException