@Deprecated public class PermissionExistsTag extends javax.servlet.jsp.jstl.core.ConditionalTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
permName
Deprecated.
|
protected String |
rtName
Deprecated.
|
| Constructor and Description |
|---|
PermissionExistsTag()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
condition()
Deprecated.
Check to see if the specified permission exists for the specified resource type.
|
void |
release()
Deprecated.
Release tag state.
|
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
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 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-2014 Red Hat, Inc.. All Rights Reserved.