|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.ObjectSimpleTagSupport
org.apache.tiles.jsp.taglib.InsertTemplateTag
public class InsertTemplateTag
This is the tag handler for <tiles:insertTemplate>, which includes a template ready to be filled.
| Constructor Summary | |
|---|---|
InsertTemplateTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
|
String |
getPreparer()
Returns the preparer name. |
String |
getRole()
Returns the role to check. |
String |
getTemplate()
Returns a string representing the URI of a template (for example, a JSP page). |
String |
getTemplateExpression()
Returns the expression to evaluate to get the value of the template. |
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(String preparer)
Sets the preparer name. |
void |
setRole(String role)
Sets the role to check. |
void |
setTemplate(String template)
Sets a string representing the URI of a template (for example, a JSP page). |
void |
setTemplateExpression(String templateExpression)
Sets the expression to evaluate to get the value of the template. |
void |
setTemplateType(String templateType)
Sets the type of the template attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsertTemplateTag()
| Method Detail |
|---|
public String getRole()
public void setRole(String role)
role - The role to check.public String getPreparer()
public void setPreparer(String preparer)
preparer - The preparer name.public boolean isFlush()
true, current page out stream
is flushed before insertion.
public void setFlush(boolean flush)
true, current page out stream
is flushed before insertion.
flush - The flush flag.public boolean isIgnore()
public void setIgnore(boolean ignore)
ignore - The ignore flag.public String getTemplate()
public void setTemplate(String template)
template - The template URI.public String getTemplateType()
public void setTemplateType(String templateType)
templateType - The template type.public String getTemplateExpression()
public void setTemplateExpression(String templateExpression)
templateExpression - The template expression.
public void doTag()
throws JspException,
IOException
JspException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||