|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSimpleTagSupport
org.apache.tiles.jsp.taglib.AddListAttributeTag
public class AddListAttributeTag
AddListAttribute tag implementation.
Constructor Summary | |
---|---|
AddListAttributeTag()
|
Method Summary | |
---|---|
void |
doTag()
|
java.lang.String |
getRole()
Returns the role to check. |
java.lang.String |
getType()
Returns content type: string, template or definition. |
void |
setRole(java.lang.String role)
Sets the role to check. |
void |
setType(java.lang.String type)
Sets content type: string, template or definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddListAttributeTag()
Method Detail |
---|
public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- The role to check.public java.lang.String getType()
Returns content type: string, template or definition.
<insert attribute="attributeName">
tag, where
'attributeName' is the name used for this tag.
public void setType(java.lang.String type)
Sets content type: string, template or definition.
<insert attribute="attributeName">
tag, where
'attributeName' is the name used for this tag.
type
- The attribute type.public void doTag() throws JspException, java.io.IOException
JspException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |