@Deprecated public class PermissionGrantedTag extends javax.servlet.jsp.jstl.core.ConditionalTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
mapName
Deprecated.
|
protected String |
permName
Deprecated.
|
protected String |
rtName
Deprecated.
|
| Constructor and Description |
|---|
PermissionGrantedTag()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
doStartTag, setScope, setVarprotected String permName
protected String rtName
protected String mapName
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 attributeprotected 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.ConditionalTagSupportCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.