public class DefinitionTagSupport extends javax.servlet.jsp.tagext.TagSupport implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
controllerName
Associated Controller name (classname or url)
|
protected String |
controllerType
Associated Controller type
|
protected String |
page
Uri of page assoicated to this definition.
|
protected String |
role
Role associated to definition.
|
Constructor and Description |
---|
DefinitionTagSupport() |
Modifier and Type | Method and Description |
---|---|
String |
getControllerName()
Get controller name.
|
String |
getControllerType()
Get controller type.
|
String |
getPage()
Get the page.
|
String |
getRole()
Get associated role.
|
String |
getTemplate()
Get the template.
|
void |
release()
Release class properties.
|
void |
setController(String controller)
Set associated controller name.
|
void |
setControllerClass(String controller)
Set associated controller name as a classtype and controller
type as "classname".
|
void |
setControllerName(String controller)
Set associated controller name.
|
void |
setControllerType(String controllerType)
Set associated controller type.
|
void |
setControllerUrl(String controller)
Set associated controller name as an url, and controller
type as "url".
|
void |
setPage(String page)
Set the page.
|
void |
setRole(String role)
Set associated role.
|
void |
setTemplate(String template)
Set the template.
|
protected String controllerType
protected String controllerName
protected String role
protected String page
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
public String getControllerType()
public String getControllerName()
setControllerType(java.lang.String)
.public void setControllerType(String controllerType)
controllerType
- Type of associated controller.public void setController(String controller)
setControllerType(java.lang.String)
.controller
- Controller classname or url.public void setControllerName(String controller)
controller
- Controller classname or urlpublic void setControllerUrl(String controller)
controller
- Controller urlpublic void setControllerClass(String controller)
controller
- Controller classname.public String getRole()
public void setRole(String role)
role
- Associated role.public void setPage(String page)
page
- Page.public String getPage()
public String getTemplate()
public void setTemplate(String template)
template
- Template.Copyright © 2000–2016 Apache Software Foundation. All rights reserved.