public class InsertDefinitionTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
Constructor and Description |
---|
InsertDefinitionTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
String |
getName()
Returns the name of the definition to insert.
|
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 |
setName(String name)
Sets the name of the definition to insert.
|
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.
|
public String getName()
public void setName(String name)
name
- The name of the definition.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 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 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 javax.servlet.jsp.JspException, IOException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
IOException
Copyright © 2017. All rights reserved.