|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.jstl.core.ConditionalTagSupport
org.rhq.enterprise.gui.legacy.taglib.PermissionGrantedTag
@Deprecated public class PermissionGrantedTag
Evaluate the nested body content of this tag if the specified permission is granted for the specified resource type.
| Field Summary | |
|---|---|
protected String |
mapName
Deprecated. |
protected String |
permName
Deprecated. |
protected String |
rtName
Deprecated. |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
PermissionGrantedTag()
Deprecated. |
|
| Method Summary | |
|---|---|
protected boolean |
condition()
Deprecated. Check to see if the specified operation exists for the specified resource type in the role operation map. |
void |
release()
Deprecated. Release tag state. |
void |
setMap(String name)
Deprecated. Set the name of the attribute in page, request, session or application scope that holds the Map
object. |
void |
setPerm(String name)
Deprecated. Set the name of the attribute in page, request, session or application scope that holds the
Permission object. |
void |
setRt(String name)
Deprecated. Set the name of the attribute in page, request, session or application scope that holds the
ResourceTypeValue object. |
| Methods inherited from class javax.servlet.jsp.jstl.core.ConditionalTagSupport |
|---|
doStartTag, setScope, setVar |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String permName
protected String rtName
protected String mapName
| Constructor Detail |
|---|
public PermissionGrantedTag()
| Method Detail |
|---|
public void setPerm(String name)
Permission object.
name - the name of the scoped attributepublic void setRt(String name)
ResourceTypeValue object.
name - the name of the scoped attributepublic void setMap(String name)
Map
object.
name - the name of the scoped attribute
protected boolean condition()
throws javax.servlet.jsp.JspTagException
condition in class javax.servlet.jsp.jstl.core.ConditionalTagSupportjavax.servlet.jsp.JspTagException - if a JSP tag exception occurspublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||